in_lock_functions   47 arch/arm/kernel/time.c 	if (!in_lock_functions(regs->ARM_pc))
in_lock_functions   55 arch/arm/kernel/time.c 	} while (in_lock_functions(frame.pc));
in_lock_functions   38 arch/arm64/kernel/time.c 	if (!in_lock_functions(regs->pc))
in_lock_functions   47 arch/arm64/kernel/time.c 	} while (in_lock_functions(frame.pc));
in_lock_functions  132 arch/parisc/kernel/time.c 	if (in_lock_functions(pc))
in_lock_functions  487 arch/powerpc/kernel/time.c 	if (in_lock_functions(pc))
in_lock_functions   75 arch/sparc/kernel/time_32.c 	if (in_lock_functions(pc) ||
in_lock_functions   61 arch/sparc/kernel/time_64.c 	if (in_lock_functions(pc))
in_lock_functions   32 arch/x86/kernel/time.c 	if (!user_mode(regs) && in_lock_functions(pc)) {
in_lock_functions   98 arch/xtensa/include/asm/ptrace.h 		in_lock_functions(instruction_pointer(regs)) ?		\
in_lock_functions  690 include/linux/ftrace.h 	if (!in_lock_functions(addr))
in_lock_functions  693 include/linux/ftrace.h 	if (!in_lock_functions(addr))
in_lock_functions   18 include/linux/spinlock_api_smp.h int in_lock_functions(unsigned long addr);
in_lock_functions  399 kernel/locking/spinlock.c EXPORT_SYMBOL(in_lock_functions);
in_lock_functions 6536 kernel/sched/core.c 	return in_lock_functions(addr) ||