Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/kernel/
Dtime.c49 if (!in_lock_functions(regs->pc)) in profile_pc()
59 } while (in_lock_functions(frame.pc)); in profile_pc()
/linux-4.4.14/arch/arm/kernel/
Dtime.c50 if (!in_lock_functions(regs->ARM_pc)) in profile_pc()
58 } while (in_lock_functions(frame.pc)); in profile_pc()
/linux-4.4.14/arch/x86/kernel/
Dtime.c33 if (!user_mode(regs) && in_lock_functions(pc)) { in profile_pc()
/linux-4.4.14/arch/xtensa/include/asm/
Dptrace.h70 in_lock_functions(instruction_pointer(regs)) ? \
/linux-4.4.14/kernel/locking/
Dspinlock.c399 notrace int in_lock_functions(unsigned long addr) in in_lock_functions() function
407 EXPORT_SYMBOL(in_lock_functions);
/linux-4.4.14/include/linux/
Dspinlock_api_up.h17 #define in_lock_functions(ADDR) 0 macro
Dspinlock_api_smp.h18 int in_lock_functions(unsigned long addr);
/linux-4.4.14/arch/parisc/kernel/
Dtime.c181 if (in_lock_functions(pc)) in profile_pc()
/linux-4.4.14/arch/sparc/kernel/
Dtime_32.c74 if (in_lock_functions(pc) || in profile_pc()
Dtime_64.c63 if (in_lock_functions(pc)) in profile_pc()
/linux-4.4.14/arch/powerpc/kernel/
Dtime.c421 if (in_lock_functions(pc)) in profile_pc()
/linux-4.4.14/kernel/sched/
Dcore.c2915 if (in_lock_functions(addr)) { in get_parent_ip()
2917 if (in_lock_functions(addr)) in get_parent_ip()
7348 return in_lock_functions(addr) || in in_sched_functions()