Searched refs:on_exit (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/tty/ |
H A D | tty_jobctrl.c | 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()
|
/linux/samples/bpf/ |
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()
|
H A D | run_cookie_uid_helper_example.sh | 7 on_exit() { function 13 trap on_exit EXIT
|
/linux/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 | 349 goto on_exit; in virtsnd_pcm_parse_cfg() 363 goto on_exit; in virtsnd_pcm_parse_cfg() 370 goto on_exit; in virtsnd_pcm_parse_cfg() 384 goto on_exit; in virtsnd_pcm_parse_cfg() 390 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 | 328 goto on_exit; in virtsnd_probe() 334 goto on_exit; in virtsnd_probe() 338 on_exit: in virtsnd_probe()
|
/linux/tools/testing/selftests/net/openvswitch/ |
H A D | openvswitch.sh | 84 on_exit() { function 112 on_exit "ovs_sbx $sbxname python3 $ovs_base/ovs-dpctl.py del-dp $1;" 124 on_exit "ovs_sbx $1 kill -TERM $pid 2>/dev/null" 144 ovs_sbx "$sbx" on_exit "kill -TERM $pid 2>/dev/null" 156 on_exit "ovs_sbx $1 ip netns del $3" 158 on_exit "ovs_sbx $1 ip link del $4 >/dev/null 2>&1"
|
/linux/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() argument
|
H A D | cgrp_ls_tp_btf.c | 105 int BPF_PROG(on_exit, struct pt_regs *regs, long id) in BPF_PROG() argument
|
/linux/tools/perf/util/ |
H A D | auxtrace.c | 597 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit) in auxtrace_record__snapshot_finish() argument 599 if (!on_exit && itr && itr->snapshot_finish) in auxtrace_record__snapshot_finish()
|