Searched refs:worklist (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/xfs/scrub/ |
| H A D | refcount.c | 150 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()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | workqueue.c | 162 struct list_head worklist; /* L: list of pending works */ member 787 return !list_empty(&pool->worklist) && __need_more_worker(pool); in need_more_worker() 799 return !list_empty(&pool->worklist) && in keep_working() 917 !list_empty(&pool->worklist)) { in wq_worker_sleeping() 1161 if (list_empty(&pwq->pool->worklist)) in pwq_activate_delayed_work() 1163 move_linked_works(work, &pwq->pool->worklist, NULL); in pwq_activate_delayed_work() 1421 struct list_head *worklist; in __queue_work() local 1506 worklist = &pwq->pool->worklist; in __queue_work() 1507 if (list_empty(worklist)) in __queue_work() 1511 worklist = &pwq->delayed_works; in __queue_work() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | ipa-icf.h | 519 fibonacci_heap<unsigned, congruence_class> worklist; variable
|
| H A D | timevar.def | 333 DEFTIMEVAR (TV_ANALYZER_WORKLIST , "analyzer: processing worklist")
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | ipa-icf.h | 519 fibonacci_heap<unsigned, congruence_class> worklist; variable
|
| H A D | timevar.def | 333 DEFTIMEVAR (TV_ANALYZER_WORKLIST , "analyzer: processing worklist")
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H 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
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccint.info | 45316 Next is the heart of the analyzer: we use a worklist to explore state 45423 1. the worklist keeps new nodes for the same program_point 45426 nodes for D (4 and 5) reach the front of the worklist
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccint.info | 45316 Next is the heart of the analyzer: we use a worklist to explore state 45423 1. the worklist keeps new nodes for the same program_point 45426 nodes for D (4 and 5) reach the front of the worklist
|