Home
last modified time | relevance | path

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

/linux/samples/bpf/
H A Dtracex6_user.c41 goto on_exit; in check_on_cpu()
51 goto on_exit; in check_on_cpu()
59 goto on_exit; in check_on_cpu()
65 on_exit: in check_on_cpu()
H A Drun_cookie_uid_helper_example.sh7 on_exit() { function
13 trap on_exit EXIT
/linux/sound/virtio/
H A Dvirtio_pcm.c365 goto on_exit; in virtsnd_pcm_parse_cfg()
373 goto on_exit; in virtsnd_pcm_parse_cfg()
380 goto on_exit; in virtsnd_pcm_parse_cfg()
394 goto on_exit; in virtsnd_pcm_parse_cfg()
400 on_exit: in virtsnd_pcm_parse_cfg()
H A Dvirtio_jack.c154 goto on_exit; in virtsnd_jack_parse_cfg()
166 on_exit: in virtsnd_jack_parse_cfg()
H A Dvirtio_card.c323 goto on_exit; in virtsnd_probe()
329 goto on_exit; in virtsnd_probe()
333 on_exit: in virtsnd_probe()
/linux/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh92 on_exit() { function
120 on_exit "ovs_sbx $sbxname python3 $ovs_base/ovs-dpctl.py del-dp $1;"
132 on_exit "ovs_sbx $1 kill -TERM $pid 2>/dev/null"
152 ovs_sbx "$sbx" on_exit "kill -TERM $pid 2>/dev/null"
164 on_exit "ovs_sbx $1 ip netns del $3"
166 on_exit "ovs_sbx $1 ip link del $4 >/dev/null 2>&1"
1238 on_exit "ovs_sbx ${sbxname} ip -netns ${ns} link del ${name} >/dev/null 2>&1"
1262 on_exit "ovs_sbx ${sbxname} ip link del ovs-vxlan0"
1327 on_exit "ip -n ns1 link del ns1veth.10 2>/dev/null"
/linux/tools/testing/selftests/bpf/progs/
H A Dtask_local_storage.c49 int BPF_PROG(on_exit, struct pt_regs *regs, long id) in BPF_PROG()
46 BPF_PROG(on_exit,struct pt_regs * regs,long id) BPF_PROG() argument
H A Dcgrp_ls_tp_btf.c105 int BPF_PROG(on_exit, struct pt_regs *regs, long id) in BPF_PROG() argument
/linux/tools/perf/util/
H A Dauxtrace.h589 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit);
H A Dauxtrace.c617 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit)
619 if (!on_exit && itr && itr->snapshot_finish) in auxtrace_record__find_snapshot()
611 auxtrace_record__snapshot_finish(struct auxtrace_record * itr,bool on_exit) auxtrace_record__snapshot_finish() argument
/linux/drivers/usb/gadget/udc/
H A Dsnps_udc_core.c92 static DECLARE_COMPLETION(on_exit);
1750 complete(&on_exit); in udc_timer_function()
3037 wait_for_completion(&on_exit); in udc_remove()
/linux/tools/perf/
H A Dbuiltin-record.c817 static void record__read_auxtrace_snapshot(struct record *rec, bool on_exit) in record__auxtrace_read_snapshot_all()
823 if (auxtrace_record__snapshot_finish(rec->itr, on_exit)) in record__auxtrace_read_snapshot_all()
828 record__read_auxtrace_snapshot(struct record * rec,bool on_exit) record__read_auxtrace_snapshot() argument