Lines Matching refs:work
2298 struct work_struct work; member
2369 INIT_WORK(&stock->work, drain_local_stock); in memcg_stock_init()
2412 drain_local_stock(&stock->work); in drain_all_stock()
2414 schedule_work_on(cpu, &stock->work); in drain_all_stock()
2425 flush_work(&stock->work); in drain_all_stock()
3067 struct work_struct work; member
3073 container_of(w, struct memcg_register_cache_work, work); in memcg_register_cache_func()
3102 INIT_WORK(&cw->work, memcg_register_cache_func); in __memcg_schedule_register_cache()
3103 schedule_work(&cw->work); in __memcg_schedule_register_cache()
4926 static void memcg_event_remove(struct work_struct *work) in memcg_event_remove() argument
4929 container_of(work, struct mem_cgroup_event, remove); in memcg_event_remove()