Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Drefcount.c155 struct list_head worklist; in xchk_refcountbt_process_rmap_fragments() local
176 INIT_LIST_HEAD(&worklist); in xchk_refcountbt_process_rmap_fragments()
198 list_move_tail(&frag->list, &worklist); in xchk_refcountbt_process_rmap_fragments()
213 list_for_each_entry_safe(frag, n, &worklist, list) { in xchk_refcountbt_process_rmap_fragments()
230 list_move_tail(&frag->list, &worklist); in xchk_refcountbt_process_rmap_fragments()
261 list_for_each_entry_safe(frag, n, &worklist, list) { in xchk_refcountbt_process_rmap_fragments()
/openbmc/linux/kernel/
H A Dworkqueue.c171 struct list_head worklist; /* L: list of pending works */ member
1459 if (list_empty(&pwq->pool->worklist)) in pwq_activate_inactive_work()
1461 move_linked_works(work, &pwq->pool->worklist, NULL); in pwq_activate_inactive_work()
1795 if (list_empty(&pool->worklist)) in __queue_work()
2424 list_for_each_entry(work, &pool->worklist, entry) in pool_mayday_timeout()
2781 list_first_entry(&pool->worklist, in worker_thread()
3864 INIT_LIST_HEAD(&pool->worklist); in init_worker_pool()
3972 WARN_ON(!list_empty(&pool->worklist))) in put_unbound_pool()
5172 list_for_each_entry(work, &pool->worklist, entry) { in show_pwq()
5266 if (!list_empty(&pool->worklist)) in show_one_worker_pool()
[all …]
/openbmc/linux/Documentation/core-api/
H 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