Home
last modified time | relevance | path

Searched defs:on_exit (Results 1 – 5 of 5) sorted by relevance

/linux/samples/bpf/
H A Drun_cookie_uid_helper_example.sh7 on_exit() { function
/linux/tools/testing/selftests/bpf/progs/
H A Dtask_local_storage.c46 int BPF_PROG(on_exit, struct pt_regs *regs, long id) in BPF_PROG() argument
H A Dcgrp_ls_tp_btf.c105 int BPF_PROG(on_exit, struct pt_regs *regs, long id) in BPF_PROG() argument
/linux/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh84 on_exit() { function
/linux/drivers/tty/
H A Dtty_jobctrl.c265 void disassociate_ctty(int on_exit) in disassociate_ctty()