Searched refs:on_exit (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/drivers/tty/ |
D | tty_jobctrl.c | 257 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/ |
D | run_cookie_uid_helper_example.sh | 7 on_exit() { function 13 trap on_exit EXIT
|
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()
|
/Linux-v5.10/scripts/ |
D | link-vmlinux.sh | 234 on_exit() function 240 trap on_exit EXIT
|
/Linux-v5.10/tools/perf/util/ |
D | auxtrace.h | 571 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit);
|
D | auxtrace.c | 593 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/ |
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()
|
/Linux-v5.10/drivers/usb/gadget/udc/ |
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()
|