Searched refs:_map (Results 1 – 1 of 1) sorted by relevance
133 static void *cgroup_storage_lookup_elem(struct bpf_map *_map, void *key) in cgroup_storage_lookup_elem() argument135 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_lookup_elem()184 int bpf_percpu_cgroup_storage_copy(struct bpf_map *_map, void *key, in bpf_percpu_cgroup_storage_copy() argument187 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in bpf_percpu_cgroup_storage_copy()203 size = round_up(_map->value_size, 8); in bpf_percpu_cgroup_storage_copy()213 int bpf_percpu_cgroup_storage_update(struct bpf_map *_map, void *key, in bpf_percpu_cgroup_storage_update() argument216 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in bpf_percpu_cgroup_storage_update()237 size = round_up(_map->value_size, 8); in bpf_percpu_cgroup_storage_update()247 static int cgroup_storage_get_next_key(struct bpf_map *_map, void *key, in cgroup_storage_get_next_key() argument250 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_get_next_key()[all …]