Searched refs:bpf_cgroup_storage_map (Results 1 – 3 of 3) sorted by relevance
21 struct bpf_cgroup_storage_map { struct31 return container_of(map, struct bpf_cgroup_storage_map, map); in map_to_storage()67 cgroup_storage_lookup(struct bpf_cgroup_storage_map *map, in cgroup_storage_lookup()134 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_lookup_elem()185 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in bpf_percpu_cgroup_storage_copy()289 struct bpf_cgroup_storage_map *map; in cgroup_storage_map_alloc()452 return sizeof(struct bpf_cgroup_storage_map); in cgroup_storage_map_usage()456 bpf_cgroup_storage_map)531 storage->map = (struct bpf_cgroup_storage_map *)map; in bpf_cgroup_storage_alloc()578 struct bpf_cgroup_storage_map *map; in bpf_cgroup_storage_link()[all …]
513 struct bpf_cgroup_storage_map { struct525 struct bpf_cgroup_storage_map *cgroup_storage = in check_cgroup_storage() argument526 (struct bpf_cgroup_storage_map *)&m_cgroup_storage; in check_cgroup_storage()565 struct bpf_cgroup_storage_map *percpu_cgroup_storage = in check_percpu_cgroup_storage()566 (struct bpf_cgroup_storage_map *)&m_percpu_cgroup_storage; in check_percpu_cgroup_storage()
78 struct bpf_cgroup_storage_map;90 struct bpf_cgroup_storage_map *map;163 cgroup_storage_lookup(struct bpf_cgroup_storage_map *map,