Lines Matching refs:bpf_cgroup_storage_map
20 struct bpf_cgroup_storage_map { struct
28 static struct bpf_cgroup_storage_map *map_to_storage(struct bpf_map *map) in map_to_storage() argument
30 return container_of(map, struct bpf_cgroup_storage_map, map); in map_to_storage()
38 static int bpf_cgroup_storage_key_cmp(const struct bpf_cgroup_storage_map *map, in bpf_cgroup_storage_key_cmp()
66 cgroup_storage_lookup(struct bpf_cgroup_storage_map *map, in cgroup_storage_lookup()
101 static int cgroup_storage_insert(struct bpf_cgroup_storage_map *map, in cgroup_storage_insert()
133 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_lookup_elem()
156 storage = cgroup_storage_lookup((struct bpf_cgroup_storage_map *)map, in cgroup_storage_update_elem()
185 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in bpf_percpu_cgroup_storage_copy()
214 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in bpf_percpu_cgroup_storage_update()
248 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_get_next_key()
289 struct bpf_cgroup_storage_map *map; in cgroup_storage_map_alloc()
316 map = kmalloc_node(sizeof(struct bpf_cgroup_storage_map), in cgroup_storage_map_alloc()
333 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_map_free()
525 storage->map = (struct bpf_cgroup_storage_map *)map; in bpf_cgroup_storage_alloc()
572 struct bpf_cgroup_storage_map *map; in bpf_cgroup_storage_link()
591 struct bpf_cgroup_storage_map *map; in bpf_cgroup_storage_unlink()