Searched refs:pending_lock (Results 1 – 2 of 2) sorted by relevance
158 ccs_lock_t pending_lock = NULL; in ccs_lock_status_grant_lock() local164 pending_lock = ccs_lock_array_object_at_index (io_lock_state->locks, in ccs_lock_status_grant_lock()166 if (!pending_lock || in_pending_lock_index < io_lock_state->first_pending_lock_index) { in ccs_lock_status_grant_lock()172 err = ccs_lock_type (pending_lock, &type); in ccs_lock_status_grant_lock()179 err = ccs_lock_client_pipe (pending_lock, &pending_client_pipe); in ccs_lock_status_grant_lock()192 __FUNCTION__, lock, (int) i, pending_lock); in ccs_lock_status_grant_lock()212 err = ccs_lock_grant_lock (pending_lock); in ccs_lock_status_grant_lock()
389 spinlock_t pending_lock; /* protect pending mmap list */ member