on_exit           257 drivers/tty/tty_jobctrl.c void disassociate_ctty(int on_exit)
on_exit           266 drivers/tty/tty_jobctrl.c 		if (on_exit && tty->driver->type != TTY_DRIVER_TYPE_PTY) {
on_exit           271 drivers/tty/tty_jobctrl.c 				kill_pgrp(tty_pgrp, SIGHUP, on_exit);
on_exit           272 drivers/tty/tty_jobctrl.c 				if (!on_exit)
on_exit           273 drivers/tty/tty_jobctrl.c 					kill_pgrp(tty_pgrp, SIGCONT, on_exit);
on_exit           279 drivers/tty/tty_jobctrl.c 	} else if (on_exit) {
on_exit           286 drivers/tty/tty_jobctrl.c 			kill_pgrp(old_pgrp, SIGHUP, on_exit);
on_exit           287 drivers/tty/tty_jobctrl.c 			kill_pgrp(old_pgrp, SIGCONT, on_exit);
on_exit            93 drivers/usb/gadget/udc/snps_udc_core.c static DECLARE_COMPLETION(on_exit);
on_exit          1776 drivers/usb/gadget/udc/snps_udc_core.c 		complete(&on_exit);
on_exit          3064 drivers/usb/gadget/udc/snps_udc_core.c 		wait_for_completion(&on_exit);
on_exit            40 samples/bpf/tracex6_user.c 		goto on_exit;
on_exit            50 samples/bpf/tracex6_user.c 		goto on_exit;
on_exit            58 samples/bpf/tracex6_user.c 		goto on_exit;
on_exit            64 samples/bpf/tracex6_user.c on_exit:
on_exit           621 tools/perf/builtin-record.c static void record__read_auxtrace_snapshot(struct record *rec, bool on_exit)
on_exit           627 tools/perf/builtin-record.c 		if (auxtrace_record__snapshot_finish(rec->itr, on_exit))
on_exit           679 tools/perf/builtin-record.c 				    bool on_exit __maybe_unused)
on_exit           545 tools/perf/util/auxtrace.c int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit)
on_exit           547 tools/perf/util/auxtrace.c 	if (!on_exit && itr && itr->snapshot_finish)
on_exit           511 tools/perf/util/auxtrace.h int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit);