Home
last modified time | relevance | path

Searched refs:on_exit (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/drivers/tty/
Dtty_jobctrl.c257 void disassociate_ctty(int on_exit) in disassociate_ctty() argument
266 if (on_exit && tty->driver->type != TTY_DRIVER_TYPE_PTY) { in disassociate_ctty()
271 kill_pgrp(tty_pgrp, SIGHUP, on_exit); in disassociate_ctty()
272 if (!on_exit) in disassociate_ctty()
273 kill_pgrp(tty_pgrp, SIGCONT, on_exit); in disassociate_ctty()
279 } else if (on_exit) { in disassociate_ctty()
286 kill_pgrp(old_pgrp, SIGHUP, on_exit); in disassociate_ctty()
287 kill_pgrp(old_pgrp, SIGCONT, on_exit); in disassociate_ctty()
/Linux-v5.10/samples/bpf/
Drun_cookie_uid_helper_example.sh7 on_exit() { function
13 trap on_exit EXIT
Dtracex6_user.c42 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()
/Linux-v5.10/scripts/
Dlink-vmlinux.sh234 on_exit() function
240 trap on_exit EXIT
/Linux-v5.10/tools/perf/util/
Dauxtrace.h571 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit);
Dauxtrace.c593 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit) in auxtrace_record__snapshot_finish() argument
595 if (!on_exit && itr && itr->snapshot_finish) in auxtrace_record__snapshot_finish()
/Linux-v5.10/tools/perf/
Dbuiltin-record.c684 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()
/Linux-v5.10/drivers/usb/gadget/udc/
Dsnps_udc_core.c93 static DECLARE_COMPLETION(on_exit);
1774 complete(&on_exit); in udc_timer_function()
3062 wait_for_completion(&on_exit); in udc_remove()