Lines Matching defs:work
1199 * is called from a work queue, and by busy-waiting we
2240 struct work_struct work;
2396 drain_local_stock(&stock->work);
2398 schedule_work_on(cpu, &stock->work);
2478 static void high_work_func(struct work_struct *work)
2482 memcg = container_of(work, struct mem_cgroup, high_work);
2617 * MEMCG_CHARGE_BATCH pages is nominal, so work out how much smaller or
2880 * and distribute reclaim work and delay penalties
4832 static void memcg_event_remove(struct work_struct *work)
4835 container_of(work, struct mem_cgroup_event, remove);
6714 * This makes distribution proportional, but also work-conserving:
6752 * claimed protection in order to be work-conserving: claimed
7263 INIT_WORK(&per_cpu_ptr(&memcg_stock, cpu)->work,