Searched refs:bpf_map_memcg_enter (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | arena.c | 381 bpf_map_memcg_enter(&arena->map, &old_memcg, &new_memcg); in arena_vm_fault() 564 bpf_map_memcg_enter(&arena->map, &old_memcg, &new_memcg); in arena_alloc_pages() 686 bpf_map_memcg_enter(&arena->map, &old_memcg, &new_memcg); in arena_free_pages() 776 bpf_map_memcg_enter(&arena->map, &old_memcg, &new_memcg); in arena_reserve_pages() 802 bpf_map_memcg_enter(&arena->map, &old_memcg, &new_memcg); in arena_free_worker()
|
| H A D | syscall.c | 511 void bpf_map_memcg_enter(const struct bpf_map *map, struct mem_cgroup **old_memcg, in bpf_map_memcg_enter() function 531 bpf_map_memcg_enter(map, &old_memcg, &memcg); in bpf_map_kmalloc_node() 544 bpf_map_memcg_enter(map, &old_memcg, &memcg); in bpf_map_kmalloc_nolock() 556 bpf_map_memcg_enter(map, &old_memcg, &memcg); in bpf_map_kzalloc() 569 bpf_map_memcg_enter(map, &old_memcg, &memcg); in bpf_map_kvcalloc() 582 bpf_map_memcg_enter(map, &old_memcg, &memcg); in bpf_map_alloc_percpu()
|
| /linux/include/linux/ |
| H A D | bpf.h | 2656 void bpf_map_memcg_enter(const struct bpf_map *map, struct mem_cgroup **old_memcg, 2684 static inline void bpf_map_memcg_enter(const struct bpf_map *map, struct mem_cgroup **old_memcg, in bpf_map_memcg_enter() function
|