Home
last modified time | relevance | path

Searched refs:empty_rp (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/arch/arc/kernel/
Dkprobes.c403 struct hlist_head *head, empty_rp; in trampoline_probe_handler() local
408 INIT_HLIST_HEAD(&empty_rp); in trampoline_probe_handler()
433 recycle_rp_inst(ri, &empty_rp); in trampoline_probe_handler()
450 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/Linux-v4.19/arch/sparc/kernel/
Dkprobes.c469 struct hlist_head *head, empty_rp; in trampoline_probe_handler() local
474 INIT_HLIST_HEAD(&empty_rp); in trampoline_probe_handler()
499 recycle_rp_inst(ri, &empty_rp); in trampoline_probe_handler()
516 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/Linux-v4.19/arch/powerpc/kernel/
Dkprobes.c410 struct hlist_head *head, empty_rp; in trampoline_probe_handler() local
415 INIT_HLIST_HEAD(&empty_rp); in trampoline_probe_handler()
440 recycle_rp_inst(ri, &empty_rp); in trampoline_probe_handler()
473 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/Linux-v4.19/arch/arm/probes/kprobes/
Dcore.c425 struct hlist_head *head, empty_rp; in trampoline_handler() local
431 INIT_HLIST_HEAD(&empty_rp); in trampoline_handler()
480 recycle_rp_inst(ri, &empty_rp); in trampoline_handler()
493 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_handler()
/Linux-v4.19/arch/sh/kernel/
Dkprobes.c309 struct hlist_head *head, empty_rp; in trampoline_probe_handler() local
314 INIT_HLIST_HEAD(&empty_rp); in trampoline_probe_handler()
342 recycle_rp_inst(ri, &empty_rp); in trampoline_probe_handler()
358 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/Linux-v4.19/arch/arm64/kernel/probes/
Dkprobes.c485 struct hlist_head *head, empty_rp; in trampoline_probe_handler() local
492 INIT_HLIST_HEAD(&empty_rp); in trampoline_probe_handler()
541 recycle_rp_inst(ri, &empty_rp); in trampoline_probe_handler()
554 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/Linux-v4.19/arch/mips/kernel/
Dkprobes.c504 struct hlist_head *head, empty_rp; in trampoline_probe_handler() local
509 INIT_HLIST_HEAD(&empty_rp); in trampoline_probe_handler()
534 recycle_rp_inst(ri, &empty_rp); in trampoline_probe_handler()
550 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/Linux-v4.19/arch/s390/kernel/
Dkprobes.c367 struct hlist_head *head, empty_rp; in trampoline_probe_handler() local
373 INIT_HLIST_HEAD(&empty_rp); in trampoline_probe_handler()
424 recycle_rp_inst(ri, &empty_rp); in trampoline_probe_handler()
439 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/Linux-v4.19/arch/x86/kernel/kprobes/
Dcore.c757 struct hlist_head *head, empty_rp; in trampoline_handler() local
763 INIT_HLIST_HEAD(&empty_rp); in trampoline_handler()
821 recycle_rp_inst(ri, &empty_rp); in trampoline_handler()
834 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_handler()
/Linux-v4.19/arch/ia64/kernel/
Dkprobes.c423 struct hlist_head *head, empty_rp; in trampoline_probe_handler() local
429 INIT_HLIST_HEAD(&empty_rp); in trampoline_probe_handler()
471 recycle_rp_inst(ri, &empty_rp); in trampoline_probe_handler()
485 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/Linux-v4.19/kernel/
Dkprobes.c1203 struct hlist_head *head, empty_rp; in kprobe_flush_task() local
1211 INIT_HLIST_HEAD(&empty_rp); in kprobe_flush_task()
1217 recycle_rp_inst(ri, &empty_rp); in kprobe_flush_task()
1220 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in kprobe_flush_task()