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

/linux-master/mm/
H A Dswap.c845 * Make sure nobody triggers this path before mm_percpu_wq is fully
848 if (WARN_ON(!mm_percpu_wq))
906 queue_work_on(cpu, mm_percpu_wq, work);
H A Dvmstat.c1954 queue_delayed_work_on(smp_processor_id(), mm_percpu_wq, local
2048 queue_delayed_work_on(cpu, mm_percpu_wq, dw, 0);
2116 struct workqueue_struct *mm_percpu_wq; variable in typeref:struct:workqueue_struct
2122 mm_percpu_wq = alloc_workqueue("mm_percpu_wq", WQ_MEM_RECLAIM, 0);
H A Dinternal.h1015 extern struct workqueue_struct *mm_percpu_wq;

Completed in 165 milliseconds