Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dcgrp_ls_recursion.c63 static void __on_enter(struct pt_regs *regs, long id, struct cgroup *cgrp) in __on_enter() function
87 __on_enter(regs, id, cgrp); in BPF_PROG()
92 __on_enter(regs, id, task->cgroups->dfl_cgrp); in BPF_PROG()
H A Dcgrp_ls_tp_btf.c36 static void __on_enter(struct pt_regs *regs, long id, struct cgroup *cgrp) in __on_enter() function
81 __on_enter(regs, id, cgrp); in BPF_PROG()
86 __on_enter(regs, id, task->cgroups->dfl_cgrp); in BPF_PROG()