Searched refs:oplist (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Doptprobes.c266 void arch_optimize_kprobes(struct list_head *oplist) argument
272 list_for_each_entry_safe(op, tmp, oplist, list) {
289 void arch_unoptimize_kprobes(struct list_head *oplist, struct list_head *done_list) argument
294 list_for_each_entry_safe(op, tmp, oplist, list) {
/linux-master/arch/arm/probes/kprobes/
H A Dopt-arm.c289 void __kprobes arch_optimize_kprobes(struct list_head *oplist) argument
293 list_for_each_entry_safe(op, tmp, oplist, list) {
336 void arch_unoptimize_kprobes(struct list_head *oplist, argument
341 list_for_each_entry_safe(op, tmp, oplist, list) {
/linux-master/arch/x86/kernel/kprobes/
H A Dopt.c473 void arch_optimize_kprobes(struct list_head *oplist) argument
478 list_for_each_entry_safe(op, tmp, oplist, list) {
529 extern void arch_unoptimize_kprobes(struct list_head *oplist, argument
534 list_for_each_entry_safe(op, tmp, oplist, list) {
/linux-master/include/linux/
H A Dkprobes.h359 extern void arch_optimize_kprobes(struct list_head *oplist);
360 extern void arch_unoptimize_kprobes(struct list_head *oplist,

Completed in 95 milliseconds