Home
last modified time | relevance | path

Searched refs:handoff (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/kernel/locking/
H A Dmutex.c66 * Bit2 indicates handoff has been done and we're waiting for pickup.
103 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()
227 * to a regular unlock. Sets PICKUP on a handoff, clears HANDOFF, preserves
229 * __mutex_trylock() provides a matching ACQUIRE semantics for the handoff.
657 * the handoff. in __mutex_lock_common()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_context.c207 bool handoff = false; in __intel_context_do_pin_ww() local
265 handoff = true; in __intel_context_do_pin_ww()
275 if (!handoff) in __intel_context_do_pin_ww()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H 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()

Completed in 5 milliseconds