Searched refs:cgroup_storage_lookup (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | local_storage.c | 68 cgroup_storage_lookup(struct bpf_cgroup_storage_map *map, in cgroup_storage_lookup() function 138 storage = cgroup_storage_lookup(map, key, false); in cgroup_storage_lookup_elem() 158 storage = cgroup_storage_lookup((struct bpf_cgroup_storage_map *)map, in cgroup_storage_update_elem() 193 storage = cgroup_storage_lookup(map, key, false); in bpf_percpu_cgroup_storage_copy() 225 storage = cgroup_storage_lookup(map, key, false); in bpf_percpu_cgroup_storage_update() 259 storage = cgroup_storage_lookup(map, key, true); in cgroup_storage_get_next_key() 427 storage = cgroup_storage_lookup(map_to_storage(map), key, false); in cgroup_storage_seq_show_elem()
|
| H A D | cgroup.c | 57 storages[stype] = cgroup_storage_lookup((void *)map, &key, false); in bpf_cgroup_storages_alloc()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bpf-cgroup.h | 209 cgroup_storage_lookup(struct bpf_cgroup_storage_map *map,
|