Home
last modified time | relevance | path

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

/linux/kernel/
H A Dworkqueue.c241 * from get_work_pool().
799 * get_work_pool() and get_work_pwq() can be used to obtain the pool or pwq
883 * get_work_pool - return the worker_pool a given work was associated with
897 static struct worker_pool *get_work_pool(struct work_struct *work) in get_work_pool() function
2120 pool = get_work_pool(work); in try_to_grab_pending()
2335 last_pool = get_work_pool(work); in __queue_work()
4273 pool = get_work_pool(work); in start_flush_work()
4355 pool = get_work_pool(work); in __flush_work()
5116 /* RCU protected to allow dereferences from get_work_pool() */ in put_unbound_pool()
6262 pool = get_work_pool(wor in work_busy()
[all...]