Searched refs:in_lock_functions (Results 1 - 13 of 13) sorted by last modified time

/linux-master/kernel/sched/
H A Dcore.c9904 return in_lock_functions(addr) ||
/linux-master/include/linux/
H A Dftrace.h974 if (!in_lock_functions(addr))
977 if (!in_lock_functions(addr))
H A Dspinlock_api_smp.h18 int in_lock_functions(unsigned long addr);
H A Dspinlock_api_up.h17 #define in_lock_functions(ADDR) 0 macro
/linux-master/arch/xtensa/include/asm/
H A Dptrace.h97 in_lock_functions(instruction_pointer(regs)) ? \
/linux-master/arch/sparc/kernel/
H A Dtime_32.c74 if (in_lock_functions(pc) ||
H A Dtime_64.c61 if (in_lock_functions(pc))
/linux-master/arch/powerpc/kernel/
H A Dtime.c391 if (in_lock_functions(pc))
/linux-master/kernel/locking/
H A Dspinlock.c407 notrace int in_lock_functions(unsigned long addr) function
415 EXPORT_SYMBOL(in_lock_functions); variable
/linux-master/arch/parisc/kernel/
H A Dtime.c131 if (in_lock_functions(pc))
/linux-master/arch/arm64/kernel/
H A Dtime.c39 if (in_lock_functions(pc))
/linux-master/arch/arm/kernel/
H A Dtime.c48 if (!in_lock_functions(regs->ARM_pc))
56 } while (in_lock_functions(frame.pc));
/linux-master/arch/x86/kernel/
H A Dtime.c32 if (!user_mode(regs) && in_lock_functions(pc)) {

Completed in 539 milliseconds