Lines Matching defs:thr
81 hammer2_thr_signal(hammer2_thread_t *thr, uint32_t flags) in hammer2_thr_signal()
110 hammer2_thr_signal2(hammer2_thread_t *thr, uint32_t posflags, uint32_t negflags) in hammer2_thr_signal2()
139 hammer2_thr_wait(hammer2_thread_t *thr, uint32_t flags) in hammer2_thr_wait()
164 hammer2_thr_wait_any(hammer2_thread_t *thr, uint32_t flags, int timo) in hammer2_thr_wait_any()
197 hammer2_thr_wait_neg(hammer2_thread_t *thr, uint32_t flags) in hammer2_thr_wait_neg()
223 hammer2_thr_create(hammer2_thread_t *thr, hammer2_pfs_t *pmp, in hammer2_thr_create()
262 hammer2_thr_delete(hammer2_thread_t *thr) in hammer2_thr_delete()
283 hammer2_thr_remaster(hammer2_thread_t *thr) in hammer2_thr_remaster()
291 hammer2_thr_freeze_async(hammer2_thread_t *thr) in hammer2_thr_freeze_async()
297 hammer2_thr_freeze(hammer2_thread_t *thr) in hammer2_thr_freeze()
306 hammer2_thr_unfreeze(hammer2_thread_t *thr) in hammer2_thr_unfreeze()
315 hammer2_thr_break(hammer2_thread_t *thr) in hammer2_thr_break()
530 hammer2_thread_t *thr; in hammer2_xop_start_except() local
1099 xop_testhash(hammer2_thread_t *thr, hammer2_inode_t *ip, uint32_t *hash) in xop_testhash()
1113 xop_sethash(hammer2_thread_t *thr, hammer2_inode_t *ip, uint32_t *hash) in xop_sethash()
1127 hammer2_xop_next(hammer2_thread_t *thr) in hammer2_xop_next()
1179 hammer2_xop_dequeue(hammer2_thread_t *thr, hammer2_xop_head_t *xop) in hammer2_xop_dequeue()
1205 hammer2_thread_t *thr = arg; in hammer2_primary_xops_thread() local