Home
last modified time | relevance | path

Searched refs:tp_flags (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c78 (tpool->tp_flags & (TP_DESTROY | TP_ABANDON))) { in worker_cleanup()
79 if (tpool->tp_flags & TP_ABANDON) { in worker_cleanup()
84 if (tpool->tp_flags & TP_DESTROY) in worker_cleanup()
94 tpool->tp_flags &= ~TP_WAIT; in notify_waiters()
119 if (tpool->tp_flags & TP_WAIT) in job_cleanup()
143 if (tpool->tp_flags & TP_WAIT) in tpool_worker()
146 (tpool->tp_flags & TP_SUSPEND)) && in tpool_worker()
147 !(tpool->tp_flags & (TP_DESTROY | TP_ABANDON))) { in tpool_worker()
166 if (tpool->tp_flags & TP_DESTROY) in tpool_worker()
168 if (tpool->tp_flags & TP_ABANDON) { in tpool_worker()
[all …]
H A Dthread_pool_impl.h74 int tp_flags; /* see below */ member
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi1798 <var-decl name='tp_flags' type-id='95e97e5e' visibility='default'/>
5458 <var-decl name='tp_flags' type-id='95e97e5e' visibility='default'/>