Searched refs:cgroup_storage_lookup (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/kernel/bpf/ |
| D | local_storage.c | 48 static struct bpf_cgroup_storage *cgroup_storage_lookup( in cgroup_storage_lookup() function 120 storage = cgroup_storage_lookup(map, key, false); in cgroup_storage_lookup_elem() 144 storage = cgroup_storage_lookup((struct bpf_cgroup_storage_map *)map, in cgroup_storage_update_elem() 180 storage = cgroup_storage_lookup(map, key, false); in bpf_percpu_cgroup_storage_copy() 213 storage = cgroup_storage_lookup(map, key, false); in bpf_percpu_cgroup_storage_update() 249 storage = cgroup_storage_lookup(map, key, true); in cgroup_storage_get_next_key() 385 storage = cgroup_storage_lookup(map_to_storage(map), key, false); in cgroup_storage_seq_show_elem()
|