Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/ !
Dlocal_storage.c429 stype = cgroup_storage_type(map); in cgroup_storage_seq_show_elem()
465 enum bpf_cgroup_storage_type stype = cgroup_storage_type(_map); in bpf_cgroup_storage_assign()
479 if (cgroup_storage_type(map) == BPF_CGROUP_STORAGE_SHARED) { in bpf_cgroup_storage_calculate_size()
560 stype = cgroup_storage_type(map); in bpf_cgroup_storage_free()
Dcgroup.c1546 enum bpf_cgroup_storage_type stype = cgroup_storage_type(map); in BPF_CALL_2()
/linux-6.1.9/include/linux/ !
Dbpf-cgroup.h151 static inline enum bpf_cgroup_storage_type cgroup_storage_type( in cgroup_storage_type() function