Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
A Drefcount.c150 struct list_head worklist; in xchk_refcountbt_process_rmap_fragments() local
171 INIT_LIST_HEAD(&worklist); in xchk_refcountbt_process_rmap_fragments()
193 list_move_tail(&frag->list, &worklist); in xchk_refcountbt_process_rmap_fragments()
208 list_for_each_entry_safe(frag, n, &worklist, list) { in xchk_refcountbt_process_rmap_fragments()
225 list_move_tail(&frag->list, &worklist); in xchk_refcountbt_process_rmap_fragments()
256 list_for_each_entry_safe(frag, n, &worklist, list) { in xchk_refcountbt_process_rmap_fragments()
/linux/kernel/
A Dworkqueue.c809 return !list_empty(&pool->worklist) && in keep_working()
918 !list_empty(&pool->worklist)) { in wq_worker_sleeping()
1162 if (list_empty(&pwq->pool->worklist)) in pwq_activate_inactive_work()
1426 struct list_head *worklist; in __queue_work() local
1511 worklist = &pwq->pool->worklist; in __queue_work()
1512 if (list_empty(worklist)) in __queue_work()
1516 worklist = &pwq->inactive_works; in __queue_work()
2438 list_first_entry(&pool->worklist, in worker_thread()
3462 INIT_LIST_HEAD(&pool->worklist); in init_worker_pool()
3580 WARN_ON(!list_empty(&pool->worklist))) in put_unbound_pool()
[all …]
/linux/Documentation/core-api/
A Dworkqueue.rst104 and appended on the shared worklist of the worker-pool. For example,
106 be queued on the worklist of either normal or highpri worker-pool that

Completed in 17 milliseconds