Lines Matching full:locked
69 * @first_lock_dep_map: fake lockdep_map for first locked ww_mutex.
71 * lockdep requires the lockdep_map for the first locked ww_mutex
74 * fake locked ww_mutex lockdep map between ww_acquire_init() and
106 * It is not allowed to initialize an already locked mutex.
178 * code and clearly designated the acquire phase from actually using the locked
242 * locked. The mutex must first be initialized (or statically defined) before it
243 * can be locked. memset()-ing the mutex to 0 is not allowed. The mutex must be
274 * locked. The mutex must first be initialized (or statically defined) before it
275 * can be locked. memset()-ing the mutex to 0 is not allowed. The mutex must be
362 * use of the mutex is forbidden. The mutex must not be locked when
373 * ww_mutex_is_locked - is the w/w mutex locked
376 * Returns 1 if the mutex is locked, 0 if unlocked.