Searched defs:atype (Results 1 – 3 of 3) sorted by relevance
32 enum cgroup_bpf_attach_type atype, in bpf_prog_run_array_cg()283 unsigned int atype; in cgroup_bpf_release() local373 enum cgroup_bpf_attach_type atype) in hierarchy_allows_attach()402 enum cgroup_bpf_attach_type atype, in compute_effective_progs()446 enum cgroup_bpf_attach_type atype, in activate_effective_progs()505 enum cgroup_bpf_attach_type atype) in update_effective_progs()617 enum cgroup_bpf_attach_type atype; in __cgroup_bpf_attach() local742 enum cgroup_bpf_attach_type atype, in replace_effective_prog()796 enum cgroup_bpf_attach_type atype; in __cgroup_bpf_replace() local894 enum cgroup_bpf_attach_type atype) in purge_effective_progs()[all …]
4763 enum bpf_access_type atype, in check_ptr_to_btf_access()4834 enum bpf_access_type atype, in check_ptr_to_map_access()
199 #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign) \ argument