/kernel/linux/linux-5.10/samples/bpf/ |
H A D | run_cookie_uid_helper_example.sh | 7 on_exit() { function 13 trap on_exit EXIT
|
H A D | tracex6_user.c | 42 goto on_exit; in check_on_cpu() 52 goto on_exit; in check_on_cpu() 60 goto on_exit; in check_on_cpu() 66 on_exit: in check_on_cpu()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | run_cookie_uid_helper_example.sh | 7 on_exit() { function 13 trap on_exit EXIT
|
H A D | tracex6_user.c | 41 goto on_exit; in check_on_cpu() 51 goto on_exit; in check_on_cpu() 59 goto on_exit; in check_on_cpu() 65 on_exit: in check_on_cpu()
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty_jobctrl.c | 236 * @on_exit: true if exiting so need to "hang up" the session 247 * The argument on_exit is set to 1 if called when a process is 258 void disassociate_ctty(int on_exit) in disassociate_ctty() argument 267 if (on_exit && tty->driver->type != TTY_DRIVER_TYPE_PTY) { in disassociate_ctty() 272 kill_pgrp(tty_pgrp, SIGHUP, on_exit); in disassociate_ctty() 273 if (!on_exit) in disassociate_ctty() 274 kill_pgrp(tty_pgrp, SIGCONT, on_exit); in disassociate_ctty() 280 } else if (on_exit) { in disassociate_ctty() 287 kill_pgrp(old_pgrp, SIGHUP, on_exit); in disassociate_ctty() 288 kill_pgrp(old_pgrp, SIGCONT, on_exit); in disassociate_ctty() [all...] |
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty_jobctrl.c | 243 * @on_exit: true if exiting so need to "hang up" the session 254 * The argument on_exit is set to 1 if called when a process is 265 void disassociate_ctty(int on_exit) in disassociate_ctty() argument 274 if (on_exit && tty->driver->type != TTY_DRIVER_TYPE_PTY) { in disassociate_ctty() 280 kill_pgrp(tty_pgrp, SIGHUP, on_exit); in disassociate_ctty() 281 if (!on_exit) in disassociate_ctty() 282 kill_pgrp(tty_pgrp, SIGCONT, on_exit); in disassociate_ctty() 288 } else if (on_exit) { in disassociate_ctty() 296 kill_pgrp(old_pgrp, SIGHUP, on_exit); in disassociate_ctty() 297 kill_pgrp(old_pgrp, SIGCONT, on_exit); in disassociate_ctty() [all...] |
/kernel/linux/linux-6.6/sound/virtio/ |
H A D | virtio_ctl_msg.c | 170 goto on_exit; in virtsnd_ctl_msg_send() 177 goto on_exit; in virtsnd_ctl_msg_send() 188 goto on_exit; in virtsnd_ctl_msg_send() 206 on_exit: in virtsnd_ctl_msg_send()
|
H A D | virtio_pcm.c | 347 goto on_exit; in virtsnd_pcm_parse_cfg() 361 goto on_exit; in virtsnd_pcm_parse_cfg() 368 goto on_exit; in virtsnd_pcm_parse_cfg() 382 goto on_exit; in virtsnd_pcm_parse_cfg() 388 on_exit: in virtsnd_pcm_parse_cfg()
|
H A D | virtio_jack.c | 154 goto on_exit; in virtsnd_jack_parse_cfg() 166 on_exit: in virtsnd_jack_parse_cfg()
|
H A D | virtio_card.c | 318 goto on_exit; in virtsnd_probe() 324 goto on_exit; in virtsnd_probe() 328 on_exit: in virtsnd_probe()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/openvswitch/ |
H A D | openvswitch.sh | 51 on_exit() { function 78 on_exit "ovs_sbx $sbxname python3 $ovs_base/ovs-dpctl.py del-dp $1;" 90 on_exit "ovs_sbx $1 kill -TERM $pid 2>/dev/null" 107 ovs_sbx "$sbx" on_exit "kill -TERM $pid 2>/dev/null" 113 on_exit "ovs_sbx $1 ip netns del $3" 115 on_exit "ovs_sbx $1 ip link del $4 >/dev/null 2>&1"
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | task_local_storage.c | 46 int BPF_PROG(on_exit, struct pt_regs *regs, long id) in BPF_PROG()
|
H A D | cgrp_ls_tp_btf.c | 70 int BPF_PROG(on_exit, struct pt_regs *regs, long id) in BPF_PROG()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | link-vmlinux.sh | 298 on_exit() function 304 trap on_exit EXIT
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | auxtrace.h | 571 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit);
|
H A D | auxtrace.c | 589 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit) in auxtrace_record__snapshot_finish() argument 591 if (!on_exit && itr && itr->snapshot_finish) in auxtrace_record__snapshot_finish()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | auxtrace.h | 592 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit);
|
H A D | auxtrace.c | 592 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit) in auxtrace_record__snapshot_finish() argument 594 if (!on_exit && itr && itr->snapshot_finish) in auxtrace_record__snapshot_finish()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-record.c | 684 static void record__read_auxtrace_snapshot(struct record *rec, bool on_exit) in record__read_auxtrace_snapshot() argument 690 if (auxtrace_record__snapshot_finish(rec->itr, on_exit)) in record__read_auxtrace_snapshot() 747 bool on_exit __maybe_unused) in record__read_auxtrace_snapshot()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | snps_udc_core.c | 93 static DECLARE_COMPLETION(on_exit); 1774 complete(&on_exit); in udc_timer_function() 3062 wait_for_completion(&on_exit); in udc_remove()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | snps_udc_core.c | 92 static DECLARE_COMPLETION(on_exit); 1750 complete(&on_exit); in udc_timer_function() 3037 wait_for_completion(&on_exit); in udc_remove()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-record.c | 788 static void record__read_auxtrace_snapshot(struct record *rec, bool on_exit) in record__read_auxtrace_snapshot() argument 794 if (auxtrace_record__snapshot_finish(rec->itr, on_exit)) in record__read_auxtrace_snapshot() 859 bool on_exit __maybe_unused) in record__read_auxtrace_snapshot()
|