Home
last modified time | relevance | path

Searched defs:atype (Results 1 – 3 of 3) sorted by relevance

/kernel/bpf/
Dcgroup.c32 enum cgroup_bpf_attach_type atype, in bpf_prog_run_array_cg()
283 unsigned int atype; in cgroup_bpf_release() local
373 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() local
742 enum cgroup_bpf_attach_type atype, in replace_effective_prog()
796 enum cgroup_bpf_attach_type atype; in __cgroup_bpf_replace() local
894 enum cgroup_bpf_attach_type atype) in purge_effective_progs()
[all …]
Dverifier.c4763 enum bpf_access_type atype, in check_ptr_to_btf_access()
4834 enum bpf_access_type atype, in check_ptr_to_map_access()
/kernel/trace/
Dtrace_probe.h199 #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign) \ argument