Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dworkqueue.c151 struct list_head worklist; /* L: list of pending works */ member
786 return !list_empty(&pool->worklist) && __need_more_worker(pool); in need_more_worker()
798 return !list_empty(&pool->worklist) && in keep_working()
915 !list_empty(&pool->worklist)) in wq_worker_sleeping()
1125 move_linked_works(work, &pwq->pool->worklist, NULL); in pwq_activate_delayed_work()
1341 struct list_head *worklist; in __queue_work() local
1426 worklist = &pwq->pool->worklist; in __queue_work()
1429 worklist = &pwq->delayed_works; in __queue_work()
1432 insert_work(pwq, work, worklist, work_flags); in __queue_work()
1870 list_for_each_entry(work, &pool->worklist, entry) in pool_mayday_timeout()
[all …]
/linux-4.4.14/Documentation/
Dworkqueue.txt109 and appended on the shared worklist of the worker-pool. For example,
111 be queued on the worklist of either normal or highpri worker-pool that