Searched refs:mm_percpu_wq (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/mm/ |
H A D | swap.c | 837 * Make sure nobody triggers this path before mm_percpu_wq is fully in __lru_add_drain_all() 840 if (WARN_ON(!mm_percpu_wq)) in __lru_add_drain_all() 898 queue_work_on(cpu, mm_percpu_wq, work); in __lru_add_drain_all()
|
H A D | vmstat.c | 1975 queue_delayed_work_on(smp_processor_id(), mm_percpu_wq, in vmstat_update() local 2070 queue_delayed_work_on(cpu, mm_percpu_wq, dw, 0); in vmstat_shepherd() 2138 struct workqueue_struct *mm_percpu_wq; variable 2144 mm_percpu_wq = alloc_workqueue("mm_percpu_wq", WQ_MEM_RECLAIM, 0); in init_mm_internals()
|
H A D | internal.h | 999 extern struct workqueue_struct *mm_percpu_wq;
|
/kernel/linux/linux-5.10/mm/ |
H A D | swap.c | 786 * Make sure nobody triggers this path before mm_percpu_wq is fully in lru_add_drain_all() 789 if (WARN_ON(!mm_percpu_wq)) in lru_add_drain_all() 850 queue_work_on(cpu, mm_percpu_wq, work); in lru_add_drain_all()
|
H A D | vmstat.c | 1897 queue_delayed_work_on(smp_processor_id(), mm_percpu_wq, in vmstat_update() local 1985 queue_delayed_work_on(cpu, mm_percpu_wq, dw, 0); in vmstat_shepherd() 2046 struct workqueue_struct *mm_percpu_wq; variable 2052 mm_percpu_wq = alloc_workqueue("mm_percpu_wq", WQ_MEM_RECLAIM, 0); in init_mm_internals()
|
H A D | internal.h | 739 extern struct workqueue_struct *mm_percpu_wq;
|
H A D | page_alloc.c | 3072 * Make sure nobody triggers this path before mm_percpu_wq is fully in drain_all_pages() 3075 if (WARN_ON_ONCE(!mm_percpu_wq)) in drain_all_pages() 3125 queue_work_on(cpu, mm_percpu_wq, &drain->work); in drain_all_pages()
|
Completed in 36 milliseconds