Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
A Dtime.c39 if (!in_lock_functions(regs->pc)) in profile_pc()
48 } while (in_lock_functions(frame.pc)); in profile_pc()
/linux/arch/arm/kernel/
A Dtime.c48 if (!in_lock_functions(regs->ARM_pc)) in profile_pc()
56 } while (in_lock_functions(frame.pc)); in profile_pc()
/linux/kernel/locking/
A Dspinlock.c397 notrace int in_lock_functions(unsigned long addr) in in_lock_functions() function
405 EXPORT_SYMBOL(in_lock_functions);
/linux/arch/xtensa/include/asm/
A Dptrace.h98 in_lock_functions(instruction_pointer(regs)) ? \
/linux/arch/x86/kernel/
A Dtime.c32 if (!user_mode(regs) && in_lock_functions(pc)) { in profile_pc()
/linux/include/linux/
A Dspinlock_api_up.h17 #define in_lock_functions(ADDR) 0 macro
A Dspinlock_api_smp.h18 int in_lock_functions(unsigned long addr);
A Dftrace.h891 if (!in_lock_functions(addr)) in get_lock_parent_ip()
894 if (!in_lock_functions(addr)) in get_lock_parent_ip()
/linux/arch/parisc/kernel/
A Dtime.c129 if (in_lock_functions(pc)) in profile_pc()
/linux/arch/sparc/kernel/
A Dtime_32.c75 if (in_lock_functions(pc) || in profile_pc()
A Dtime_64.c61 if (in_lock_functions(pc)) in profile_pc()
/linux/arch/powerpc/kernel/
A Dtime.c485 if (in_lock_functions(pc)) in profile_pc()
/linux/kernel/sched/
A Dcore.c9242 return in_lock_functions(addr) || in in_sched_functions()
/linux/
A Dvmlinux.symvers6413 0x00000000 in_lock_functions vmlinux EXPORT_SYMBOL
A DSystem.map3594 ffff8000100e1850 T in_lock_functions
A D.tmp_System.map3594 ffff8000100e1850 T in_lock_functions

Completed in 319 milliseconds