Lines Matching defs:drain
2724 * drain to add pages to MIGRATE_HIGHATOMIC
2961 * Called from the vmstat counter updater to drain pagesets of this
3038 struct pcpu_drain *drain;
3040 drain = container_of(work, struct pcpu_drain, work);
3050 drain_local_pages(drain->zone);
3079 * Do not drain if one is already in progress unless it's specific to
3081 * the drain to be complete when the call returns.
3092 * cpu to drain that CPU pcps and on_each_cpu_mask
3121 struct pcpu_drain *drain = per_cpu_ptr(&pcpu_drain, cpu);
3123 drain->zone = zone;
3124 INIT_WORK(&drain->work, drain_local_pages_wq);
3125 queue_work_on(cpu, mm_percpu_wq, &drain->work);