Searched refs:handoff (Results 1 – 5 of 5) sorted by relevance
100 static inline struct task_struct *__mutex_trylock_common(struct mutex *lock, bool handoff) in __mutex_trylock_common() argument114 } else if (handoff) { in __mutex_trylock_common()139 static inline bool __mutex_trylock_or_handoff(struct mutex *lock, bool handoff) in __mutex_trylock_or_handoff() argument141 return !__mutex_trylock_common(lock, handoff); in __mutex_trylock_or_handoff()
205 bool handoff = false; in __intel_context_do_pin_ww() local265 handoff = true; in __intel_context_do_pin_ww()277 if (!handoff) in __intel_context_do_pin_ww()
42 handoff to the OS waking vector. In nanoseconds.
143 /* BAD BAD BAD - get is after the handoff */
713 - If 1, the kernel supports the 32-bit EFI handoff entry point718 - If 1, the kernel supports the 64-bit EFI handoff entry point1423 arguments of the "handoff state" as described in section 2.3 of the
Completed in 9 milliseconds