Home
last modified time | relevance | path

Searched refs:bpf_cgroup_storage_type (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dlocal_storage.c417 enum bpf_cgroup_storage_type stype; in cgroup_storage_seq_show_elem()
472 enum bpf_cgroup_storage_type stype = cgroup_storage_type(_map); in bpf_cgroup_storage_assign()
500 enum bpf_cgroup_storage_type stype) in bpf_cgroup_storage_alloc()
560 enum bpf_cgroup_storage_type stype; in bpf_cgroup_storage_free()
H A Dcgroup.c200 enum bpf_cgroup_storage_type stype; in bpf_cgroup_storages_free()
212 enum bpf_cgroup_storage_type stype; in bpf_cgroup_storages_alloc()
243 enum bpf_cgroup_storage_type stype; in bpf_cgroup_storages_assign()
253 enum bpf_cgroup_storage_type stype; in bpf_cgroup_storages_link()
1560 enum bpf_cgroup_storage_type stype = cgroup_storage_type(map); in BPF_CALL_2()
/openbmc/linux/include/linux/
H A Dbpf-cgroup.h152 static inline enum bpf_cgroup_storage_type cgroup_storage_type( in cgroup_storage_type()
165 enum bpf_cgroup_storage_type stype);
468 struct bpf_prog *prog, enum bpf_cgroup_storage_type stype) { return NULL; } in bpf_cgroup_storage_alloc()
H A Dbpf.h985 enum bpf_cgroup_storage_type { enum
/openbmc/linux/net/bpf/
H A Dtest_run.c399 enum bpf_cgroup_storage_type stype; in bpf_test_run()