Home
last modified time | relevance | path

Searched refs:RP_CHECK_CHAIN_CALL (Results 1 – 7 of 7) sorted by relevance

/linux/arch/csky/kernel/probes/
H A Duprobes.c119 if (ctx == RP_CHECK_CHAIN_CALL) in arch_uretprobe_is_alive()
/linux/arch/powerpc/kernel/
H A Duprobes.c213 if (ctx == RP_CHECK_CHAIN_CALL) in arch_uretprobe_is_alive()
/linux/arch/loongarch/kernel/
H A Duprobes.c111 if (ctx == RP_CHECK_CHAIN_CALL) in arch_uretprobe_is_alive()
/linux/arch/riscv/kernel/probes/
H A Duprobes.c123 if (ctx == RP_CHECK_CHAIN_CALL) in arch_uretprobe_is_alive()
/linux/arch/arm64/kernel/probes/
H A Duprobes.c151 if (ctx == RP_CHECK_CHAIN_CALL) in arch_uretprobe_is_alive()
/linux/arch/s390/kernel/
H A Duprobes.c156 if (ctx == RP_CHECK_CHAIN_CALL) in arch_uretprobe_is_alive()
/linux/kernel/events/
H A Duprobes.c2187 enum rp_check ctx = chained ? RP_CHECK_CHAIN_CALL : RP_CHECK_CALL; in cleanup_return_instances()