Searched refs:on_exit (Results 1 - 14 of 14) sorted by relevance

/linux-master/samples/bpf/
H A Drun_cookie_uid_helper_example.sh7 on_exit() { function
13 trap on_exit EXIT
H A Dtracex6_user.c41 goto on_exit;
51 goto on_exit;
59 goto on_exit;
65 on_exit:
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtask_local_storage.c46 int BPF_PROG(on_exit, struct pt_regs *regs, long id)
H A Dcgrp_ls_tp_btf.c105 int BPF_PROG(on_exit, struct pt_regs *regs, long id)
/linux-master/drivers/tty/
H A Dtty_jobctrl.c243 * @on_exit: true if exiting so need to "hang up" the session
254 * The argument on_exit is set to 1 if called when a process is
265 void disassociate_ctty(int on_exit) argument
274 if (on_exit && tty->driver->type != TTY_DRIVER_TYPE_PTY) {
280 kill_pgrp(tty_pgrp, SIGHUP, on_exit);
281 if (!on_exit)
282 kill_pgrp(tty_pgrp, SIGCONT, on_exit);
288 } else if (on_exit) {
296 kill_pgrp(old_pgrp, SIGHUP, on_exit);
297 kill_pgrp(old_pgrp, SIGCONT, on_exit);
[all...]
/linux-master/sound/virtio/
H A Dvirtio_ctl_msg.c170 goto on_exit;
177 goto on_exit;
188 goto on_exit;
206 on_exit:
H A Dvirtio_jack.c154 goto on_exit;
166 on_exit:
H A Dvirtio_pcm.c349 goto on_exit;
363 goto on_exit;
370 goto on_exit;
384 goto on_exit;
390 on_exit:
H A Dvirtio_card.c331 goto on_exit;
337 goto on_exit;
341 on_exit:
/linux-master/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh52 on_exit() { function
79 on_exit "ovs_sbx $sbxname python3 $ovs_base/ovs-dpctl.py del-dp $1;"
91 on_exit "ovs_sbx $1 kill -TERM $pid 2>/dev/null"
108 ovs_sbx "$sbx" on_exit "kill -TERM $pid 2>/dev/null"
114 on_exit "ovs_sbx $1 ip netns del $3"
116 on_exit "ovs_sbx $1 ip link del $4 >/dev/null 2>&1"
/linux-master/tools/perf/util/
H A Dauxtrace.h594 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit);
H A Dauxtrace.c592 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit) argument
594 if (!on_exit && itr && itr->snapshot_finish)
/linux-master/drivers/usb/gadget/udc/
H A Dsnps_udc_core.c92 static DECLARE_COMPLETION(on_exit);
1750 complete(&on_exit);
3037 wait_for_completion(&on_exit);
/linux-master/tools/perf/
H A Dbuiltin-record.c798 static void record__read_auxtrace_snapshot(struct record *rec, bool on_exit) argument
804 if (auxtrace_record__snapshot_finish(rec->itr, on_exit))
869 bool on_exit __maybe_unused)

Completed in 186 milliseconds