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

/linux-master/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) argument
117 } else if (handoff) {
142 static inline bool __mutex_trylock_or_handoff(struct mutex *lock, bool handoff) argument
144 return !__mutex_trylock_common(lock, 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.
662 * the handoff.
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_context.c220 bool handoff = false; local
280 handoff = true;
294 if (!handoff)

Completed in 78 milliseconds