Home
last modified time | relevance | path

Searched refs:bpf_cgroup_storage_map (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
A Dlocal_storage.c20 struct bpf_cgroup_storage_map { struct
30 return container_of(map, struct bpf_cgroup_storage_map, map); in map_to_storage()
66 cgroup_storage_lookup(struct bpf_cgroup_storage_map *map, in cgroup_storage_lookup()
133 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()
214 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in bpf_percpu_cgroup_storage_update()
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()
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()
[all …]
/linux/tools/testing/selftests/bpf/progs/
A Dmap_ptr_kern.c496 struct bpf_cgroup_storage_map { struct
508 struct bpf_cgroup_storage_map *cgroup_storage = in check_cgroup_storage() argument
509 (struct bpf_cgroup_storage_map *)&m_cgroup_storage; in check_cgroup_storage()
548 struct bpf_cgroup_storage_map *percpu_cgroup_storage = in check_percpu_cgroup_storage()
549 (struct bpf_cgroup_storage_map *)&m_percpu_cgroup_storage; in check_percpu_cgroup_storage()
/linux/include/linux/
A Dbpf-cgroup.h97 struct bpf_cgroup_storage_map;
109 struct bpf_cgroup_storage_map *map;
207 cgroup_storage_lookup(struct bpf_cgroup_storage_map *map,

Completed in 9 milliseconds