Searched refs:lock_count (Results 1 – 6 of 6) sorted by relevance
32 unsigned long long lock_count; variable38 pshared(is_pshared), owner(0), lock_count(0) {} in Mutex()48 mutex->lock_count = 0; in init()53 LIBC_ASSERT(lock->owner == 0 && lock->lock_count == 0 && in destroy()
147 cc_uint64 lock_count = ccs_callbackref_array_count (io_client->callbacks); in ccs_client_remove_callback() local149 for (i = 0; !err && i < lock_count; i++) { in ccs_client_remove_callback()198 cc_uint64 lock_count = ccs_iteratorref_array_count (io_client->iterators); in ccs_client_remove_iterator() local200 for (i = 0; !err && i < lock_count; i++) { in ccs_client_remove_iterator()
243 cc_uint64 lock_count = io_lock_state->first_pending_lock_index; in ccs_lock_state_check_pending_lock() local245 for (i = 0; !err && i < lock_count; i++) { in ccs_lock_state_check_pending_lock()275 cc_uint64 lock_count = io_lock_state->first_pending_lock_index; in ccs_lock_state_check_pending_lock() local281 grant_lock = (lock_count == 0); in ccs_lock_state_check_pending_lock()
62 ++file_priv->lock_count; in drm_lock()375 return (file_priv->lock_count && master->lock.hw_lock && in drm_i_have_hw_lock()
199 priv->lock_count = 0; in drm_open_helper()
413 unsigned long lock_count; member