Searched refs:tp_forw (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool_impl.h64 tpool_t *tp_forw; /* circular list of all thread pools */ member in struct:tpool
H A Dthread_pool.c48 thread_pools = tpool->tp_forw;
52 tpool->tp_back->tp_forw = tpool->tp_forw;
53 tpool->tp_forw->tp_back = tpool->tp_back;
390 tpool->tp_forw = tpool;
394 thread_pools->tp_back->tp_forw = tpool;
395 tpool->tp_forw = thread_pools;

Completed in 48 milliseconds