Searched refs:optprobe_queued_unopt (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dkprobes.h371 bool optprobe_queued_unopt(struct optimized_kprobe *op);
/linux-master/arch/x86/kernel/kprobes/
H A Dopt.c50 if (list_empty(&op->list) || optprobe_queued_unopt(op))
/linux-master/kernel/
H A Dkprobes.c663 bool optprobe_queued_unopt(struct optimized_kprobe *op) function
697 if (optprobe_queued_unopt(op)) {
737 if (optprobe_queued_unopt(op)) {
803 if (optprobe_queued_unopt(op))

Completed in 162 milliseconds