Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/kernel/
Dkprobes.c449 struct hlist_head *head, empty_rp; in trampoline_probe_handler() local
454 INIT_HLIST_HEAD(&empty_rp); in trampoline_probe_handler()
479 recycle_rp_inst(ri, &empty_rp); in trampoline_probe_handler()
498 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/linux-4.1.27/arch/arc/kernel/
Dkprobes.c441 struct hlist_head *head, empty_rp; in trampoline_probe_handler() local
446 INIT_HLIST_HEAD(&empty_rp); in trampoline_probe_handler()
471 recycle_rp_inst(ri, &empty_rp); in trampoline_probe_handler()
490 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/linux-4.1.27/arch/powerpc/kernel/
Dkprobes.c295 struct hlist_head *head, empty_rp; in trampoline_probe_handler() local
300 INIT_HLIST_HEAD(&empty_rp); in trampoline_probe_handler()
325 recycle_rp_inst(ri, &empty_rp); in trampoline_probe_handler()
343 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/linux-4.1.27/arch/sparc/kernel/
Dkprobes.c519 struct hlist_head *head, empty_rp; in trampoline_probe_handler() local
524 INIT_HLIST_HEAD(&empty_rp); in trampoline_probe_handler()
549 recycle_rp_inst(ri, &empty_rp); in trampoline_probe_handler()
568 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/linux-4.1.27/arch/arm/probes/kprobes/
Dcore.c432 struct hlist_head *head, empty_rp; in trampoline_handler() local
437 INIT_HLIST_HEAD(&empty_rp); in trampoline_handler()
466 recycle_rp_inst(ri, &empty_rp); in trampoline_handler()
480 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_handler()
/linux-4.1.27/arch/mips/kernel/
Dkprobes.c603 struct hlist_head *head, empty_rp; in trampoline_probe_handler() local
608 INIT_HLIST_HEAD(&empty_rp); in trampoline_probe_handler()
633 recycle_rp_inst(ri, &empty_rp); in trampoline_probe_handler()
651 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/linux-4.1.27/arch/sh/kernel/
Dkprobes.c312 struct hlist_head *head, empty_rp; in trampoline_probe_handler() local
317 INIT_HLIST_HEAD(&empty_rp); in trampoline_probe_handler()
345 recycle_rp_inst(ri, &empty_rp); in trampoline_probe_handler()
363 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/linux-4.1.27/arch/s390/kernel/
Dkprobes.c395 struct hlist_head *head, empty_rp; in trampoline_probe_handler() local
401 INIT_HLIST_HEAD(&empty_rp); in trampoline_probe_handler()
452 recycle_rp_inst(ri, &empty_rp); in trampoline_probe_handler()
469 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/linux-4.1.27/arch/x86/kernel/kprobes/
Dcore.c714 struct hlist_head *head, empty_rp; in trampoline_handler() local
720 INIT_HLIST_HEAD(&empty_rp); in trampoline_handler()
778 recycle_rp_inst(ri, &empty_rp); in trampoline_handler()
791 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_handler()
/linux-4.1.27/arch/ia64/kernel/
Dkprobes.c425 struct hlist_head *head, empty_rp; in trampoline_probe_handler() local
431 INIT_HLIST_HEAD(&empty_rp); in trampoline_probe_handler()
473 recycle_rp_inst(ri, &empty_rp); in trampoline_probe_handler()
490 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/linux-4.1.27/kernel/
Dkprobes.c1147 struct hlist_head *head, empty_rp; in kprobe_flush_task() local
1155 INIT_HLIST_HEAD(&empty_rp); in kprobe_flush_task()
1161 recycle_rp_inst(ri, &empty_rp); in kprobe_flush_task()
1164 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in kprobe_flush_task()