Lines Matching defs:work
1166 * is called from a work queue, and by busy-waiting we
2222 struct work_struct work;
2394 drain_local_stock(&stock->work);
2396 schedule_work_on(cpu, &stock->work);
2439 static void high_work_func(struct work_struct *work)
2443 memcg = container_of(work, struct mem_cgroup, high_work);
2578 * MEMCG_CHARGE_BATCH pages is nominal, so work out how much smaller or
2840 * and distribute reclaim work and delay penalties
4813 static void memcg_event_remove(struct work_struct *work)
4816 container_of(work, struct mem_cgroup_event, remove);
6915 * This makes distribution proportional, but also work-conserving:
6953 * claimed protection in order to be work-conserving: claimed
7461 * to work fine, we should make sure that the overfill threshold can't
7470 INIT_WORK(&per_cpu_ptr(&memcg_stock, cpu)->work,