| /Linux-v5.4/arch/parisc/kernel/ |
| D | kprobes.c | 195 struct hlist_head *head, empty_rp; in trampoline_probe_handler() local 201 INIT_HLIST_HEAD(&empty_rp); in trampoline_probe_handler() 250 recycle_rp_inst(ri, &empty_rp); in trampoline_probe_handler() 263 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
|
| /Linux-v5.4/arch/arc/kernel/ |
| D | kprobes.c | 400 struct hlist_head *head, empty_rp; in trampoline_probe_handler() local 405 INIT_HLIST_HEAD(&empty_rp); in trampoline_probe_handler() 430 recycle_rp_inst(ri, &empty_rp); in trampoline_probe_handler() 447 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
|
| /Linux-v5.4/arch/sparc/kernel/ |
| D | kprobes.c | 469 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-v5.4/arch/powerpc/kernel/ |
| D | kprobes.c | 397 struct hlist_head *head, empty_rp; in trampoline_probe_handler() local 402 INIT_HLIST_HEAD(&empty_rp); in trampoline_probe_handler() 427 recycle_rp_inst(ri, &empty_rp); in trampoline_probe_handler() 460 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
|
| /Linux-v5.4/arch/arm/probes/kprobes/ |
| D | core.c | 417 struct hlist_head *head, empty_rp; in trampoline_handler() local 423 INIT_HLIST_HEAD(&empty_rp); in trampoline_handler() 472 recycle_rp_inst(ri, &empty_rp); in trampoline_handler() 485 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_handler()
|
| /Linux-v5.4/arch/sh/kernel/ |
| D | kprobes.c | 306 struct hlist_head *head, empty_rp; in trampoline_probe_handler() local 311 INIT_HLIST_HEAD(&empty_rp); in trampoline_probe_handler() 339 recycle_rp_inst(ri, &empty_rp); in trampoline_probe_handler() 355 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
|
| /Linux-v5.4/arch/mips/kernel/ |
| D | kprobes.c | 492 struct hlist_head *head, empty_rp; in trampoline_probe_handler() local 497 INIT_HLIST_HEAD(&empty_rp); in trampoline_probe_handler() 522 recycle_rp_inst(ri, &empty_rp); in trampoline_probe_handler() 538 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
|
| /Linux-v5.4/arch/arm64/kernel/probes/ |
| D | kprobes.c | 478 struct hlist_head *head, empty_rp; in trampoline_probe_handler() local 485 INIT_HLIST_HEAD(&empty_rp); in trampoline_probe_handler() 534 recycle_rp_inst(ri, &empty_rp); in trampoline_probe_handler() 547 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
|
| /Linux-v5.4/arch/s390/kernel/ |
| D | kprobes.c | 368 struct hlist_head *head, empty_rp; in trampoline_probe_handler() local 374 INIT_HLIST_HEAD(&empty_rp); in trampoline_probe_handler() 425 recycle_rp_inst(ri, &empty_rp); in trampoline_probe_handler() 440 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
|
| /Linux-v5.4/arch/x86/kernel/kprobes/ |
| D | core.c | 760 struct hlist_head *head, empty_rp; in trampoline_handler() local 779 INIT_HLIST_HEAD(&empty_rp); in trampoline_handler() 856 recycle_rp_inst(ri, &empty_rp); in trampoline_handler() 872 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_handler()
|
| /Linux-v5.4/arch/ia64/kernel/ |
| D | kprobes.c | 410 struct hlist_head *head, empty_rp; in trampoline_probe_handler() local 416 INIT_HLIST_HEAD(&empty_rp); in trampoline_probe_handler() 458 recycle_rp_inst(ri, &empty_rp); in trampoline_probe_handler() 472 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
|
| /Linux-v5.4/kernel/ |
| D | kprobes.c | 1227 struct hlist_head *head, empty_rp; in kprobe_flush_task() local 1235 INIT_HLIST_HEAD(&empty_rp); in kprobe_flush_task() 1241 recycle_rp_inst(ri, &empty_rp); in kprobe_flush_task() 1244 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in kprobe_flush_task()
|