Searched refs:cgroup_storage_lookup (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | bpf_cgrp_storage.c | 64 cgroup_storage_lookup(struct cgroup *cgroup, struct bpf_map *map, bool cacheit_lockit) in cgroup_storage_lookup() function 90 sdata = cgroup_storage_lookup(cgroup, map, true); in bpf_cgrp_storage_lookup_elem() 120 sdata = cgroup_storage_lookup(cgroup, map, false); in cgroup_storage_delete() 176 sdata = cgroup_storage_lookup(cgroup, map, true); in BPF_CALL_5()
|
H A D | local_storage.c | 67 cgroup_storage_lookup(struct bpf_cgroup_storage_map *map, in cgroup_storage_lookup() function 137 storage = cgroup_storage_lookup(map, key, false); in cgroup_storage_lookup_elem() 157 storage = cgroup_storage_lookup((struct bpf_cgroup_storage_map *)map, in cgroup_storage_update_elem() 191 storage = cgroup_storage_lookup(map, key, false); in bpf_percpu_cgroup_storage_copy() 223 storage = cgroup_storage_lookup(map, key, false); in bpf_percpu_cgroup_storage_update() 257 storage = cgroup_storage_lookup(map, key, true); in cgroup_storage_get_next_key() 422 storage = cgroup_storage_lookup(map_to_storage(map), key, false); in cgroup_storage_seq_show_elem()
|
H A D | cgroup.c | 241 storages[stype] = cgroup_storage_lookup((void *)map, &key, false); in bpf_cgroup_storages_alloc()
|
/openbmc/linux/include/linux/ |
H A D | bpf-cgroup.h | 163 cgroup_storage_lookup(struct bpf_cgroup_storage_map *map,
|