Home
last modified time | relevance | path

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

/linux/mm/
H A Dvmstat.c2006 queue_delayed_work_on(smp_processor_id(), mm_percpu_wq, in vmstat_update()
2100 queue_delayed_work_on(cpu, mm_percpu_wq, dw, 0); in vmstat_shepherd()
2168 struct workqueue_struct *mm_percpu_wq; variable
2174 mm_percpu_wq = alloc_workqueue("mm_percpu_wq", WQ_MEM_RECLAIM, 0); in init_mm_internals()
H A Dswap.c821 * Make sure nobody triggers this path before mm_percpu_wq is fully in cpu_needs_drain()
824 if (WARN_ON(!mm_percpu_wq)) in cpu_needs_drain()
882 queue_work_on(cpu, mm_percpu_wq, work); in __lru_add_drain_all()
H A Dinternal.h1143 extern struct workqueue_struct *mm_percpu_wq;