Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/samples/bpf/
Dtracex6_user.c40 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()
Drun_cookie_uid_helper_example.sh7 on_exit() { function
13 trap on_exit EXIT
/Linux-v5.4/scripts/
Dlink-vmlinux.sh198 on_exit() function
204 trap on_exit EXIT
/Linux-v5.4/tools/perf/util/
Dauxtrace.h511 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit);
Dauxtrace.c545 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/
Dbuiltin-record.c621 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/
Dsnps_udc_core.c93 static DECLARE_COMPLETION(on_exit);
1776 complete(&on_exit); in udc_timer_function()
3064 wait_for_completion(&on_exit); in udc_remove()