Searched refs:__on_enter (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | cgrp_ls_recursion.c | 63 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 D | cgrp_ls_tp_btf.c | 36 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()
|