Home
last modified time | relevance | path

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

/linux-3.3/arch/arm/kernel/
Dtime.c57 if (!in_lock_functions(regs->ARM_pc)) in profile_pc()
68 } while (in_lock_functions(frame.pc)); in profile_pc()
/linux-3.3/arch/x86/kernel/
Dtime.c34 if (!user_mode_vm(regs) && in_lock_functions(pc)) { in profile_pc()
/linux-3.3/kernel/
Dspinlock.c377 notrace int in_lock_functions(unsigned long addr) in in_lock_functions() function
385 EXPORT_SYMBOL(in_lock_functions);
/linux-3.3/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-3.3/arch/parisc/kernel/
Dtime.c180 if (in_lock_functions(pc)) in profile_pc()
/linux-3.3/arch/sparc/kernel/
Dtime_32.c64 if (in_lock_functions(pc) || in profile_pc()
Dtime_64.c64 if (in_lock_functions(pc)) in profile_pc()
/linux-3.3/arch/powerpc/kernel/
Dtime.c421 if (in_lock_functions(pc)) in profile_pc()
/linux-3.3/kernel/sched/
Dcore.c3011 if (in_lock_functions(addr)) { in get_parent_ip()
3013 if (in_lock_functions(addr)) in get_parent_ip()
6796 return in_lock_functions(addr) || in in_sched_functions()