Home
last modified time | relevance | path

Searched refs:ww_mutex_lock_interruptible (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/locking/
H A Dww_rt_mutex.c86 ww_mutex_lock_interruptible(struct ww_mutex *lock, struct ww_acquire_ctx *ctx) in ww_mutex_lock_interruptible() function
90 EXPORT_SYMBOL(ww_mutex_lock_interruptible);
/linux/include/linux/
H A Dww_mutex.h256 * ww_mutex_lock_interruptible - acquire the w/w mutex, interruptible
285 extern int __must_check ww_mutex_lock_interruptible(struct ww_mutex *lock,
346 * ww_mutex_lock_interruptible directly. This function here is simply to help in ww_mutex_lock_slow_interruptible()
357 return ww_mutex_lock_interruptible(lock, ctx);