Home
last modified time | relevance | path

Searched refs:to_cgroup_bpf_attach_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dbpf-cgroup.h39 to_cgroup_bpf_attach_type(enum bpf_attach_type attach_type) in to_cgroup_bpf_attach_type() function
/openbmc/linux/kernel/bpf/
H A Dcgroup.c145 return to_cgroup_bpf_attach_type(attach_type); in bpf_cgroup_atype_find()
187 return to_cgroup_bpf_attach_type(attach_type); in bpf_cgroup_atype_find()
1046 from_atype = to_cgroup_bpf_attach_type(type); in __cgroup_bpf_query()