Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c35 static tpool_t *thread_pools = NULL; variable
48 if (thread_pools == tpool) in delete_pool()
49 thread_pools = tpool->tp_forw; in delete_pool()
50 if (thread_pools == tpool) in delete_pool()
51 thread_pools = NULL; in delete_pool()
389 if (thread_pools == NULL) { in tpool_create()
392 thread_pools = tpool; in tpool_create()
394 thread_pools->tp_back->tp_forw = tpool; in tpool_create()
395 tpool->tp_forw = thread_pools; in tpool_create()
396 tpool->tp_back = thread_pools->tp_back; in tpool_create()
[all …]