Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c49 thread_pools = tpool->tp_forw; in delete_pool()
53 tpool->tp_back->tp_forw = tpool->tp_forw; in delete_pool()
54 tpool->tp_forw->tp_back = tpool->tp_back; in delete_pool()
390 tpool->tp_forw = tpool; in tpool_create()
394 thread_pools->tp_back->tp_forw = tpool; in tpool_create()
395 tpool->tp_forw = thread_pools; in tpool_create()
H A Dthread_pool_impl.h64 tpool_t *tp_forw; /* circular list of all thread pools */ member
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi1768 <var-decl name='tp_forw' type-id='9cf59a50' visibility='default'/>
5428 <var-decl name='tp_forw' type-id='9cf59a50' visibility='default'/>