Home
last modified time | relevance | path

Searched refs:mem_cgroup_uncharge_skmem (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/core/
H A Dsock.c1047 mem_cgroup_uncharge_skmem(sk->sk_memcg, pages); in sock_reserve_memory()
3128 mem_cgroup_uncharge_skmem(sk->sk_memcg, amt); in __sk_mem_raise_allocated()
3167 mem_cgroup_uncharge_skmem(sk->sk_memcg, amount); in __sk_mem_reduce_allocated()
/openbmc/linux/include/linux/
H A Dmemcontrol.h1711 void mem_cgroup_uncharge_skmem(struct mem_cgroup *memcg, unsigned int nr_pages);
/openbmc/linux/mm/
H A Dmemcontrol.c7394 void mem_cgroup_uncharge_skmem(struct mem_cgroup *memcg, unsigned int nr_pages) in mem_cgroup_uncharge_skmem() function