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.c79 (tpool->tp_flags & (TP_DESTROY | TP_ABANDON))) { in worker_cleanup()
80 if (tpool->tp_flags & TP_ABANDON) { in worker_cleanup()
85 if (tpool->tp_flags & TP_DESTROY) in worker_cleanup()
95 tpool->tp_flags &= ~TP_WAIT; in notify_waiters()
120 if (tpool->tp_flags & TP_WAIT) in job_cleanup()
144 if (tpool->tp_flags & TP_WAIT) in tpool_worker()
147 (tpool->tp_flags & TP_SUSPEND)) && in tpool_worker()
148 !(tpool->tp_flags & (TP_DESTROY | TP_ABANDON))) { in tpool_worker()
167 if (tpool->tp_flags & TP_DESTROY) in tpool_worker()
169 if (tpool->tp_flags & TP_ABANDON) { in tpool_worker()
[all …]
H A Dthread_pool_impl.h75 int tp_flags; /* see below */ member
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi1999 <var-decl name='tp_flags' type-id='95e97e5e' visibility='default'/>
5658 <var-decl name='tp_flags' type-id='95e97e5e' visibility='default'/>