Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/kernel/
Dtime.c38 if (!in_lock_functions(regs->pc)) in profile_pc()
47 } while (in_lock_functions(frame.pc)); in profile_pc()
/Linux-v5.4/arch/arm/kernel/
Dtime.c47 if (!in_lock_functions(regs->ARM_pc)) in profile_pc()
55 } while (in_lock_functions(frame.pc)); in profile_pc()
/Linux-v5.4/arch/xtensa/include/asm/
Dptrace.h98 in_lock_functions(instruction_pointer(regs)) ? \
/Linux-v5.4/arch/x86/kernel/
Dtime.c36 if (!user_mode(regs) && in_lock_functions(pc)) { in profile_pc()
/Linux-v5.4/kernel/locking/
Dspinlock.c391 notrace int in_lock_functions(unsigned long addr) in in_lock_functions() function
399 EXPORT_SYMBOL(in_lock_functions);
/Linux-v5.4/include/linux/
Dspinlock_api_up.h17 #define in_lock_functions(ADDR) 0 macro
Dftrace.h690 if (!in_lock_functions(addr)) in get_lock_parent_ip()
693 if (!in_lock_functions(addr)) in get_lock_parent_ip()
Dspinlock_api_smp.h18 int in_lock_functions(unsigned long addr);
/Linux-v5.4/arch/parisc/kernel/
Dtime.c132 if (in_lock_functions(pc)) in profile_pc()
/Linux-v5.4/arch/sparc/kernel/
Dtime_32.c75 if (in_lock_functions(pc) || in profile_pc()
Dtime_64.c61 if (in_lock_functions(pc)) in profile_pc()
/Linux-v5.4/arch/powerpc/kernel/
Dtime.c487 if (in_lock_functions(pc)) in profile_pc()
/Linux-v5.4/kernel/sched/
Dcore.c6537 return in_lock_functions(addr) || in in_sched_functions()