Searched refs:bpf_map_memory (Results 1 – 12 of 12) sorted by relevance
137 struct bpf_map_memory { struct162 struct bpf_map_memory memory; argument1329 int bpf_map_charge_init(struct bpf_map_memory *mem, u64 size);1330 void bpf_map_charge_finish(struct bpf_map_memory *mem);1331 void bpf_map_charge_move(struct bpf_map_memory *dst,1332 struct bpf_map_memory *src);
70 struct bpf_map_memory mem = {0}; in queue_stack_map_alloc()
155 struct bpf_map_memory mem; in reuseport_array_alloc()
52 struct bpf_map_memory memory;
377 int bpf_map_charge_init(struct bpf_map_memory *mem, u64 size) in bpf_map_charge_init()399 void bpf_map_charge_finish(struct bpf_map_memory *mem) in bpf_map_charge_finish()405 void bpf_map_charge_move(struct bpf_map_memory *dst, in bpf_map_charge_move()406 struct bpf_map_memory *src) in bpf_map_charge_move()411 memset(src, 0, sizeof(struct bpf_map_memory)); in bpf_map_charge_move()479 struct bpf_map_memory mem; in bpf_map_free_deferred()810 struct bpf_map_memory mem; in map_create()
557 struct bpf_map_memory mem; in bpf_struct_ops_map_alloc()
288 struct bpf_map_memory mem; in cgroup_storage_map_alloc()
94 struct bpf_map_memory mem; in stack_map_alloc()
88 struct bpf_map_memory mem; in array_map_alloc()
29 struct bpf_map_memory { struct39 struct bpf_map_memory memory; argument
76 struct bpf_map_memory mem; in xsk_map_alloc()
847 @@ -1333,7 +1333,6 @@ void bpf_map_charge_move(struct bpf_map_memory *dst,