Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm64/kernel/
Dtime.c50 if (!in_lock_functions(regs->pc)) in profile_pc()
60 } while (in_lock_functions(frame.pc)); in profile_pc()
/linux-4.1.27/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.1.27/arch/x86/kernel/
Dtime.c33 if (!user_mode(regs) && in_lock_functions(pc)) { in profile_pc()
/linux-4.1.27/arch/xtensa/include/asm/
Dptrace.h70 in_lock_functions(instruction_pointer(regs)) ? \
/linux-4.1.27/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.1.27/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.1.27/arch/parisc/kernel/
Dtime.c181 if (in_lock_functions(pc)) in profile_pc()
/linux-4.1.27/arch/sparc/kernel/
Dtime_32.c77 if (in_lock_functions(pc) || in profile_pc()
Dtime_64.c64 if (in_lock_functions(pc)) in profile_pc()
/linux-4.1.27/arch/powerpc/kernel/
Dtime.c420 if (in_lock_functions(pc)) in profile_pc()
/linux-4.1.27/kernel/sched/
Dcore.c2548 if (in_lock_functions(addr)) { in get_parent_ip()
2550 if (in_lock_functions(addr)) in get_parent_ip()
7090 return in_lock_functions(addr) || in in_sched_functions()