Searched refs:locked_ref_count (Results 1 – 1 of 1) sorted by relevance
46 uint64_t locked_ref_count = 0; member234 it->second->locked_ref_count++; in buffer_lock_retain()244 if (it->second->locked_ref_count == 0) return -EINVAL; in buffer_lock_release()246 it->second->locked_ref_count--; in buffer_lock_release()