Home
last modified time | relevance | path

Searched refs:in_lock_functions (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/arch/arm/kernel/
H A Dtime.c48 if (!in_lock_functions(regs->ARM_pc)) in profile_pc()
56 } while (in_lock_functions(frame.pc)); in profile_pc()
/openbmc/linux/arch/arm64/kernel/
H A Dtime.c39 if (in_lock_functions(pc)) in profile_pc_cb()
/openbmc/linux/arch/xtensa/include/asm/
H A Dptrace.h97 in_lock_functions(instruction_pointer(regs)) ? \
/openbmc/linux/kernel/locking/
H A Dspinlock.c407 notrace int in_lock_functions(unsigned long addr) in in_lock_functions() function
415 EXPORT_SYMBOL(in_lock_functions);
/openbmc/linux/include/linux/
H A Dspinlock_api_up.h17 #define in_lock_functions(ADDR) 0 macro
H A Dspinlock_api_smp.h18 int in_lock_functions(unsigned long addr);
H A Dftrace.h974 if (!in_lock_functions(addr)) in get_lock_parent_ip()
977 if (!in_lock_functions(addr)) in get_lock_parent_ip()
/openbmc/linux/arch/parisc/kernel/
H A Dtime.c131 if (in_lock_functions(pc)) in profile_pc()
/openbmc/linux/arch/sparc/kernel/
H A Dtime_32.c74 if (in_lock_functions(pc) || in profile_pc()
H A Dtime_64.c61 if (in_lock_functions(pc)) in profile_pc()
/openbmc/linux/arch/powerpc/kernel/
H A Dtime.c391 if (in_lock_functions(pc)) in profile_pc()
/openbmc/linux/kernel/sched/
H A Dcore.c9922 return in_lock_functions(addr) || in in_sched_functions()