Home
last modified time | relevance | path

Searched refs:handoff (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/locking/
A Dmutex.c100 static inline struct task_struct *__mutex_trylock_common(struct mutex *lock, bool handoff) in __mutex_trylock_common() argument
114 } 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() argument
141 return !__mutex_trylock_common(lock, handoff); in __mutex_trylock_or_handoff()
/linux/drivers/gpu/drm/i915/gt/
A Dintel_context.c205 bool handoff = false; in __intel_context_do_pin_ww() local
265 handoff = true; in __intel_context_do_pin_ww()
277 if (!handoff) in __intel_context_do_pin_ww()
/linux/Documentation/ABI/testing/
A Dsysfs-firmware-acpi42 handoff to the OS waking vector. In nanoseconds.
/linux/Documentation/core-api/
A Dkref.rst143 /* BAD BAD BAD - get is after the handoff */
/linux/Documentation/x86/
A Dboot.rst713 - If 1, the kernel supports the 32-bit EFI handoff entry point
718 - If 1, the kernel supports the 64-bit EFI handoff entry point
1423 arguments of the "handoff state" as described in section 2.3 of the

Completed in 9 milliseconds