Searched refs:on_exit (Results 1 – 12 of 12) 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/tools/testing/selftests/net/openvswitch/ |
| H A D | openvswitch.sh | 86 on_exit() { function 114 on_exit "ovs_sbx $sbxname python3 $ovs_base/ovs-dpctl.py del-dp $1;" 126 on_exit "ovs_sbx $1 kill -TERM $pid 2>/dev/null" 146 ovs_sbx "$sbx" on_exit "kill -TERM $pid 2>/dev/null" 158 on_exit "ovs_sbx $1 ip netns del $3" 160 on_exit "ovs_sbx $1 ip link del $4 >/dev/null 2>&1" 770 on_exit "ovs_sbx ${sbxname} ip -netns ${ns} link del ${name} >/dev/null 2>&1" 794 on_exit "ovs_sbx ${sbxname} ip link del ovs-vxlan0" 839 on_exit "ovs_sbx ${sbxname} ip netns del trefns"
|
| /linux/sound/virtio/ |
| H A D | virtio_pcm.c | 364 goto on_exit; in virtsnd_pcm_parse_cfg() 372 goto on_exit; in virtsnd_pcm_parse_cfg() 379 goto on_exit; in virtsnd_pcm_parse_cfg() 393 goto on_exit; in virtsnd_pcm_parse_cfg() 399 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 | 323 goto on_exit; in virtsnd_probe() 329 goto on_exit; in virtsnd_probe() 333 on_exit: in virtsnd_probe()
|
| /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.h | 589 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit);
|
| H A D | auxtrace.c | 611 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit) in auxtrace_record__snapshot_finish() argument 613 if (!on_exit && itr && itr->snapshot_finish) in auxtrace_record__snapshot_finish()
|
| /linux/tools/perf/ |
| H A D | builtin-record.c | 828 static void record__read_auxtrace_snapshot(struct record *rec, bool on_exit) in record__read_auxtrace_snapshot() argument 834 if (auxtrace_record__snapshot_finish(rec->itr, on_exit)) in record__read_auxtrace_snapshot()
|