bpf_map_charge_init  659 include/linux/bpf.h int bpf_map_charge_init(struct bpf_map_memory *mem, u64 size);
bpf_map_charge_init  115 kernel/bpf/arraymap.c 	ret = bpf_map_charge_init(&mem, cost);
bpf_map_charge_init  112 kernel/bpf/cpumap.c 	ret = bpf_map_charge_init(&cmap->map.memory, cost);
bpf_map_charge_init  142 kernel/bpf/devmap.c 	err = bpf_map_charge_init(&dtab->map.memory, cost);
bpf_map_charge_init  356 kernel/bpf/hashtab.c 	err = bpf_map_charge_init(&htab->map.memory, cost);
bpf_map_charge_init  295 kernel/bpf/local_storage.c 	ret = bpf_map_charge_init(&mem, sizeof(struct bpf_cgroup_storage_map));
bpf_map_charge_init  574 kernel/bpf/lpm_trie.c 	ret = bpf_map_charge_init(&trie->map.memory, cost);
bpf_map_charge_init   77 kernel/bpf/queue_stack_maps.c 	ret = bpf_map_charge_init(&mem, cost);
bpf_map_charge_init  163 kernel/bpf/reuseport_array.c 	err = bpf_map_charge_init(&mem, array_size);
bpf_map_charge_init  118 kernel/bpf/stackmap.c 	err = bpf_map_charge_init(&mem, cost);
bpf_map_charge_init  106 kernel/bpf/xskmap.c 	err = bpf_map_charge_init(&m->map.memory, cost);
bpf_map_charge_init  652 net/core/bpf_sk_storage.c 	ret = bpf_map_charge_init(&smap->map.memory, cost);
bpf_map_charge_init   47 net/core/sock_map.c 	err = bpf_map_charge_init(&stab->map.memory, cost);