Home
last modified time | relevance | path

Searched refs:high_work (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/mm/
H A Dmemcontrol.c2005 memcg = container_of(work, struct mem_cgroup, high_work); in high_work_func()
2402 schedule_work(&memcg->high_work); in try_charge_memcg()
3635 INIT_WORK(&memcg->high_work, high_work_func); in mem_cgroup_alloc()
3808 cancel_work_sync(&memcg->high_work); in mem_cgroup_css_free()
/linux-6.15/include/linux/
H A Dmemcontrol.h203 struct work_struct high_work; member