Searched refs:on_exit (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/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.4/samples/bpf/ |
D | tracex6_user.c | 40 goto on_exit; in check_on_cpu() 50 goto on_exit; in check_on_cpu() 58 goto on_exit; in check_on_cpu() 64 on_exit: in check_on_cpu()
|
D | run_cookie_uid_helper_example.sh | 7 on_exit() { function 13 trap on_exit EXIT
|
/Linux-v5.4/scripts/ |
D | link-vmlinux.sh | 198 on_exit() function 204 trap on_exit EXIT
|
/Linux-v5.4/tools/perf/util/ |
D | auxtrace.h | 511 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit);
|
D | auxtrace.c | 545 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit) in auxtrace_record__snapshot_finish() argument 547 if (!on_exit && itr && itr->snapshot_finish) in auxtrace_record__snapshot_finish()
|
/Linux-v5.4/tools/perf/ |
D | builtin-record.c | 621 static void record__read_auxtrace_snapshot(struct record *rec, bool on_exit) in record__read_auxtrace_snapshot() argument 627 if (auxtrace_record__snapshot_finish(rec->itr, on_exit)) in record__read_auxtrace_snapshot() 679 bool on_exit __maybe_unused) in record__read_auxtrace_snapshot()
|
/Linux-v5.4/drivers/usb/gadget/udc/ |
D | snps_udc_core.c | 93 static DECLARE_COMPLETION(on_exit); 1776 complete(&on_exit); in udc_timer_function() 3064 wait_for_completion(&on_exit); in udc_remove()
|