Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/locking/
A Dmutex.c103 static inline struct task_struct *__mutex_trylock_common(struct mutex *lock, bool handoff) in __mutex_trylock_common() argument
117 } else if (handoff) { in __mutex_trylock_common()
142 static inline bool __mutex_trylock_or_handoff(struct mutex *lock, bool handoff) in __mutex_trylock_or_handoff() argument
144 return !__mutex_trylock_common(lock, handoff); in __mutex_trylock_or_handoff()
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/
A Dintel_context.c206 bool handoff = false; in __intel_context_do_pin_ww() local
266 handoff = true; in __intel_context_do_pin_ww()
280 if (!handoff) in __intel_context_do_pin_ww()
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-firmware-acpi42 handoff to the OS waking vector. In nanoseconds.
/linux-6.3-rc2/Documentation/core-api/
A Dkref.rst143 /* BAD BAD BAD - get is after the handoff */
/linux-6.3-rc2/Documentation/x86/
A Dboot.rst714 - If 1, the kernel supports the 32-bit EFI handoff entry point
719 - If 1, the kernel supports the 64-bit EFI handoff entry point
1424 arguments of the "handoff state" as described in section 2.3 of the
/linux-6.3-rc2/Documentation/admin-guide/sysctl/
A Dvm.rst800 specified in this file (default is 5), the "fair lock handoff" semantics

Completed in 11 milliseconds