threadpool_unbound
LIST_ENTRY(threadpool_unbound) tpu_link;
static LIST_HEAD(, threadpool_unbound) unbound_threadpools;
static struct threadpool_unbound *
struct threadpool_unbound *tpu;
threadpool_insert_unbound(struct threadpool_unbound *tpu)
threadpool_remove_unbound(struct threadpool_unbound *tpu)
struct threadpool_unbound *tpu, *tmp = NULL;
struct threadpool_unbound *tpu =
container_of(pool, struct threadpool_unbound, tpu_pool);