Lines Matching defs:user
123 static void noinstr ct_kernel_exit(bool user, int offset)
140 WARN_ON_ONCE(IS_ENABLED(CONFIG_RCU_EQS_DEBUG) && !user && !is_idle_task(current));
162 static void noinstr ct_kernel_enter(bool user, int offset)
185 WARN_ON_ONCE(IS_ENABLED(CONFIG_RCU_EQS_DEBUG) && !user && !is_idle_task(current));
350 * handler that it never exits, for example when doing upcalls to user mode!
351 * This code assumes that the idle loop never does upcalls to user mode.
352 * If your architecture's idle loop does do upcalls to user mode (or does
425 static __always_inline void ct_kernel_exit(bool user, int offset) { }
426 static __always_inline void ct_kernel_enter(bool user, int offset) { }
458 * to enter user or guest space mode.
463 * to user or guest space, when it's guaranteed the remaining kernel
496 * that will fire and reschedule once we resume in user/guest mode.
509 * Special case if we only track user <-> kernel transitions for tickless
597 * exiting user or guest mode and entering the kernel.
601 * This function must be called after we entered the kernel from user or
631 * Special case if we only track user <-> kernel transitions for tickless