Home
last modified time | relevance | path

Searched defs:handoff (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/kernel/locking/
Dmutex.c78 static inline struct task_struct *__mutex_trylock_common(struct mutex *lock, bool handoff) in __mutex_trylock_common()
117 static inline bool __mutex_trylock_or_handoff(struct mutex *lock, bool handoff) in __mutex_trylock_or_handoff()
/linux-6.14.4/drivers/gpu/drm/i915/gt/
Dintel_context.c222 bool handoff = false; in __intel_context_do_pin_ww() local