Symbol: hammer2_thread_t
sys/vfs/hammer2/hammer2.h
1065
hammer2_thread_t thrs[HAMMER2_MAXCLUSTER];
sys/vfs/hammer2/hammer2.h
1155
hammer2_thread_t bfthr; /* bulk-free thread */
sys/vfs/hammer2/hammer2.h
1241
hammer2_thread_t sync_thrs[HAMMER2_MAXCLUSTER];
sys/vfs/hammer2/hammer2.h
1723
void hammer2_thr_signal(hammer2_thread_t *thr, uint32_t flags);
sys/vfs/hammer2/hammer2.h
1724
void hammer2_thr_signal2(hammer2_thread_t *thr,
sys/vfs/hammer2/hammer2.h
1726
void hammer2_thr_wait(hammer2_thread_t *thr, uint32_t flags);
sys/vfs/hammer2/hammer2.h
1727
void hammer2_thr_wait_neg(hammer2_thread_t *thr, uint32_t flags);
sys/vfs/hammer2/hammer2.h
1728
int hammer2_thr_wait_any(hammer2_thread_t *thr, uint32_t flags, int timo);
sys/vfs/hammer2/hammer2.h
1729
void hammer2_thr_create(hammer2_thread_t *thr,
sys/vfs/hammer2/hammer2.h
1733
void hammer2_thr_delete(hammer2_thread_t *thr);
sys/vfs/hammer2/hammer2.h
1734
void hammer2_thr_remaster(hammer2_thread_t *thr);
sys/vfs/hammer2/hammer2.h
1735
void hammer2_thr_freeze_async(hammer2_thread_t *thr);
sys/vfs/hammer2/hammer2.h
1736
void hammer2_thr_freeze(hammer2_thread_t *thr);
sys/vfs/hammer2/hammer2.h
1737
void hammer2_thr_unfreeze(hammer2_thread_t *thr);
sys/vfs/hammer2/hammer2.h
1738
int hammer2_thr_break(hammer2_thread_t *thr);
sys/vfs/hammer2/hammer2.h
886
hammer2_thread_t *thr;
sys/vfs/hammer2/hammer2_admin.c
1044
xop_testhash(hammer2_thread_t *thr, hammer2_inode_t *ip, uint32_t *hash)
sys/vfs/hammer2/hammer2_admin.c
1058
xop_sethash(hammer2_thread_t *thr, hammer2_inode_t *ip, uint32_t *hash)
sys/vfs/hammer2/hammer2_admin.c
106
hammer2_thr_signal2(hammer2_thread_t *thr, uint32_t posflags, uint32_t negflags)
sys/vfs/hammer2/hammer2_admin.c
1072
hammer2_xop_next(hammer2_thread_t *thr)
sys/vfs/hammer2/hammer2_admin.c
1124
hammer2_xop_dequeue(hammer2_thread_t *thr, hammer2_xop_head_t *xop)
sys/vfs/hammer2/hammer2_admin.c
1150
hammer2_thread_t *thr = arg;
sys/vfs/hammer2/hammer2_admin.c
135
hammer2_thr_wait(hammer2_thread_t *thr, uint32_t flags)
sys/vfs/hammer2/hammer2_admin.c
160
hammer2_thr_wait_any(hammer2_thread_t *thr, uint32_t flags, int timo)
sys/vfs/hammer2/hammer2_admin.c
193
hammer2_thr_wait_neg(hammer2_thread_t *thr, uint32_t flags)
sys/vfs/hammer2/hammer2_admin.c
219
hammer2_thr_create(hammer2_thread_t *thr, hammer2_pfs_t *pmp,
sys/vfs/hammer2/hammer2_admin.c
254
hammer2_thr_delete(hammer2_thread_t *thr)
sys/vfs/hammer2/hammer2_admin.c
274
hammer2_thr_remaster(hammer2_thread_t *thr)
sys/vfs/hammer2/hammer2_admin.c
282
hammer2_thr_freeze_async(hammer2_thread_t *thr)
sys/vfs/hammer2/hammer2_admin.c
288
hammer2_thr_freeze(hammer2_thread_t *thr)
sys/vfs/hammer2/hammer2_admin.c
297
hammer2_thr_unfreeze(hammer2_thread_t *thr)
sys/vfs/hammer2/hammer2_admin.c
306
hammer2_thr_break(hammer2_thread_t *thr)
sys/vfs/hammer2/hammer2_admin.c
484
hammer2_thread_t *thr;
sys/vfs/hammer2/hammer2_admin.c
77
hammer2_thr_signal(hammer2_thread_t *thr, uint32_t flags)
sys/vfs/hammer2/hammer2_bulkfree.c
471
hammer2_thread_t *thr = arg;
sys/vfs/hammer2/hammer2_synchro.c
103
hammer2_thread_t *thr = arg;
sys/vfs/hammer2/hammer2_synchro.c
269
hammer2_update_pfs_status(hammer2_thread_t *thr, uint32_t flags)
sys/vfs/hammer2/hammer2_synchro.c
359
hammer2_sync_slaves(hammer2_thread_t *thr, hammer2_inode_t *ip,
sys/vfs/hammer2/hammer2_synchro.c
65
static int hammer2_sync_slaves(hammer2_thread_t *thr, hammer2_inode_t *ip,
sys/vfs/hammer2/hammer2_synchro.c
68
static void hammer2_update_pfs_status(hammer2_thread_t *thr, uint32_t flags);
sys/vfs/hammer2/hammer2_synchro.c
717
hammer2_sync_insert(hammer2_thread_t *thr,
sys/vfs/hammer2/hammer2_synchro.c
74
static int hammer2_sync_insert(hammer2_thread_t *thr,
sys/vfs/hammer2/hammer2_synchro.c
78
static int hammer2_sync_destroy(hammer2_thread_t *thr,
sys/vfs/hammer2/hammer2_synchro.c
81
static int hammer2_sync_replace(hammer2_thread_t *thr,
sys/vfs/hammer2/hammer2_synchro.c
860
hammer2_sync_destroy(hammer2_thread_t *thr,
sys/vfs/hammer2/hammer2_synchro.c
916
hammer2_sync_replace(hammer2_thread_t *thr,
usr.sbin/makefs/hammer2/hammer2.h
1109
hammer2_thread_t thrs[HAMMER2_MAXCLUSTER];
usr.sbin/makefs/hammer2/hammer2.h
1199
hammer2_thread_t bfthr; /* bulk-free thread */
usr.sbin/makefs/hammer2/hammer2.h
1285
hammer2_thread_t sync_thrs[HAMMER2_MAXCLUSTER];
usr.sbin/makefs/hammer2/hammer2.h
1784
void hammer2_thr_signal(hammer2_thread_t *thr, uint32_t flags);
usr.sbin/makefs/hammer2/hammer2.h
1785
void hammer2_thr_signal2(hammer2_thread_t *thr,
usr.sbin/makefs/hammer2/hammer2.h
1787
void hammer2_thr_wait(hammer2_thread_t *thr, uint32_t flags);
usr.sbin/makefs/hammer2/hammer2.h
1788
void hammer2_thr_wait_neg(hammer2_thread_t *thr, uint32_t flags);
usr.sbin/makefs/hammer2/hammer2.h
1789
int hammer2_thr_wait_any(hammer2_thread_t *thr, uint32_t flags, int timo);
usr.sbin/makefs/hammer2/hammer2.h
1790
void hammer2_thr_create(hammer2_thread_t *thr,
usr.sbin/makefs/hammer2/hammer2.h
1794
void hammer2_thr_delete(hammer2_thread_t *thr);
usr.sbin/makefs/hammer2/hammer2.h
1795
void hammer2_thr_remaster(hammer2_thread_t *thr);
usr.sbin/makefs/hammer2/hammer2.h
1796
void hammer2_thr_freeze_async(hammer2_thread_t *thr);
usr.sbin/makefs/hammer2/hammer2.h
1797
void hammer2_thr_freeze(hammer2_thread_t *thr);
usr.sbin/makefs/hammer2/hammer2.h
1798
void hammer2_thr_unfreeze(hammer2_thread_t *thr);
usr.sbin/makefs/hammer2/hammer2.h
1799
int hammer2_thr_break(hammer2_thread_t *thr);
usr.sbin/makefs/hammer2/hammer2.h
927
hammer2_thread_t *thr;
usr.sbin/makefs/hammer2/hammer2_admin.c
1100
xop_testhash(hammer2_thread_t *thr, hammer2_inode_t *ip, uint32_t *hash)
usr.sbin/makefs/hammer2/hammer2_admin.c
111
hammer2_thr_signal2(hammer2_thread_t *thr, uint32_t posflags, uint32_t negflags)
usr.sbin/makefs/hammer2/hammer2_admin.c
1114
xop_sethash(hammer2_thread_t *thr, hammer2_inode_t *ip, uint32_t *hash)
usr.sbin/makefs/hammer2/hammer2_admin.c
1128
hammer2_xop_next(hammer2_thread_t *thr)
usr.sbin/makefs/hammer2/hammer2_admin.c
1180
hammer2_xop_dequeue(hammer2_thread_t *thr, hammer2_xop_head_t *xop)
usr.sbin/makefs/hammer2/hammer2_admin.c
1206
hammer2_thread_t *thr = arg;
usr.sbin/makefs/hammer2/hammer2_admin.c
140
hammer2_thr_wait(hammer2_thread_t *thr, uint32_t flags)
usr.sbin/makefs/hammer2/hammer2_admin.c
165
hammer2_thr_wait_any(hammer2_thread_t *thr, uint32_t flags, int timo)
usr.sbin/makefs/hammer2/hammer2_admin.c
198
hammer2_thr_wait_neg(hammer2_thread_t *thr, uint32_t flags)
usr.sbin/makefs/hammer2/hammer2_admin.c
224
hammer2_thr_create(hammer2_thread_t *thr, hammer2_pfs_t *pmp,
usr.sbin/makefs/hammer2/hammer2_admin.c
263
hammer2_thr_delete(hammer2_thread_t *thr)
usr.sbin/makefs/hammer2/hammer2_admin.c
284
hammer2_thr_remaster(hammer2_thread_t *thr)
usr.sbin/makefs/hammer2/hammer2_admin.c
292
hammer2_thr_freeze_async(hammer2_thread_t *thr)
usr.sbin/makefs/hammer2/hammer2_admin.c
298
hammer2_thr_freeze(hammer2_thread_t *thr)
usr.sbin/makefs/hammer2/hammer2_admin.c
307
hammer2_thr_unfreeze(hammer2_thread_t *thr)
usr.sbin/makefs/hammer2/hammer2_admin.c
316
hammer2_thr_break(hammer2_thread_t *thr)
usr.sbin/makefs/hammer2/hammer2_admin.c
531
hammer2_thread_t *thr;
usr.sbin/makefs/hammer2/hammer2_admin.c
82
hammer2_thr_signal(hammer2_thread_t *thr, uint32_t flags)
usr.sbin/makefs/hammer2/hammer2_bulkfree.c
479
hammer2_thread_t *thr = arg;