Home
last modified time | relevance | path

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

/kernel/
Dworkqueue.c156 struct list_head worklist; /* L: list of pending works */ member
783 return !list_empty(&pool->worklist) && __need_more_worker(pool); in need_more_worker()
795 return !list_empty(&pool->worklist) && in keep_working()
902 !list_empty(&pool->worklist)) { in wq_worker_sleeping()
1146 if (list_empty(&pwq->pool->worklist)) in pwq_activate_delayed_work()
1148 move_linked_works(work, &pwq->pool->worklist, NULL); in pwq_activate_delayed_work()
1400 struct list_head *worklist; in __queue_work() local
1484 worklist = &pwq->pool->worklist; in __queue_work()
1485 if (list_empty(worklist)) in __queue_work()
1489 worklist = &pwq->delayed_works; in __queue_work()
[all …]