Home
last modified time | relevance | path

Searched refs:destroy (Results 1 – 5 of 5) sorted by relevance

/tools/testing/selftests/ipc/
Dmsgque.c63 goto destroy; in restore_queue()
71 goto destroy; in restore_queue()
76 destroy: in restore_queue()
/tools/testing/ktest/examples/
Dkvm.conf81 POWER_CYCLE = virsh destroy ${MACHINE}; sleep 5; virsh start ${MACHINE}
/tools/lib/traceevent/Documentation/
Dlibtraceevent-handle.txt6 tep_alloc, tep_free,tep_ref, tep_unref,tep_get_ref - Create, destroy, manage
24 These are the main functions to create and destroy tep_handle - the main
Dlibtraceevent-tseq.txt9 Initialize / destroy a trace sequence.
/tools/lib/bpf/
Dlibbpf.c4890 int (*destroy)(struct bpf_link *link); member
4900 err = link->destroy(link); in bpf_link__destroy()
4946 link->link.destroy = &bpf_link__destroy_perf_event; in bpf_program__attach_perf_event()
5240 link->link.destroy = &bpf_link__destroy_fd; in bpf_program__attach_raw_tracepoint()