Searched refs:bpf_map_memory (Results 1 – 7 of 7) sorted by relevance
69 struct bpf_map_memory { struct94 struct bpf_map_memory memory; argument659 int bpf_map_charge_init(struct bpf_map_memory *mem, u64 size);660 void bpf_map_charge_finish(struct bpf_map_memory *mem);661 void bpf_map_charge_move(struct bpf_map_memory *dst,662 struct bpf_map_memory *src);
70 struct bpf_map_memory mem = {0}; in queue_stack_map_alloc()
154 struct bpf_map_memory mem; in reuseport_array_alloc()
203 int bpf_map_charge_init(struct bpf_map_memory *mem, u64 size) in bpf_map_charge_init()225 void bpf_map_charge_finish(struct bpf_map_memory *mem) in bpf_map_charge_finish()231 void bpf_map_charge_move(struct bpf_map_memory *dst, in bpf_map_charge_move()232 struct bpf_map_memory *src) in bpf_map_charge_move()237 memset(src, 0, sizeof(struct bpf_map_memory)); in bpf_map_charge_move()305 struct bpf_map_memory mem; in bpf_map_free_deferred()553 struct bpf_map_memory mem; in map_create()
275 struct bpf_map_memory mem; in cgroup_storage_map_alloc()
89 struct bpf_map_memory mem; in stack_map_alloc()
78 struct bpf_map_memory mem; in array_map_alloc()