Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dmemcontrol.h198 atomic_t nr_charged_bytes; member
/Linux-v5.10/mm/
Dmemcontrol.c283 nr_bytes = atomic_read(&objcg->nr_charged_bytes); in obj_cgroup_release()
3185 atomic_add(nr_bytes, &old->nr_charged_bytes); in drain_obj_stock()
3219 stock->nr_bytes = atomic_xchg(&objcg->nr_charged_bytes, 0); in refill_obj_stock()