Searched refs:worklist (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/fs/xfs/scrub/ |
A D | refcount.c | 152 struct list_head worklist; in xchk_refcountbt_process_rmap_fragments() local 173 INIT_LIST_HEAD(&worklist); in xchk_refcountbt_process_rmap_fragments() 195 list_move_tail(&frag->list, &worklist); in xchk_refcountbt_process_rmap_fragments() 210 list_for_each_entry_safe(frag, n, &worklist, list) { in xchk_refcountbt_process_rmap_fragments() 227 list_move_tail(&frag->list, &worklist); in xchk_refcountbt_process_rmap_fragments() 258 list_for_each_entry_safe(frag, n, &worklist, list) { in xchk_refcountbt_process_rmap_fragments()
|
/linux-6.3-rc2/kernel/ |
A D | workqueue.c | 1169 if (list_empty(&pwq->pool->worklist)) in pwq_activate_inactive_work() 1426 struct list_head *worklist; in __queue_work() local 1515 worklist = &pwq->pool->worklist; in __queue_work() 1516 if (list_empty(worklist)) in __queue_work() 1520 worklist = &pwq->inactive_works; in __queue_work() 1524 insert_work(pwq, work, worklist, work_flags); in __queue_work() 2169 list_for_each_entry(work, &pool->worklist, entry) in pool_mayday_timeout() 2530 list_first_entry(&pool->worklist, in worker_thread() 3561 INIT_LIST_HEAD(&pool->worklist); in init_worker_pool() 3672 WARN_ON(!list_empty(&pool->worklist))) in put_unbound_pool() [all …]
|
/linux-6.3-rc2/Documentation/core-api/ |
A D | workqueue.rst | 104 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 15 milliseconds