Searched refs:LOCK_STATE_NAMES (Results 1 – 1 of 1) sorted by relevance
206 static const char * const LOCK_STATE_NAMES[] = { variable386 BUILD_BUG_ON((VDO_HASH_LOCK_BYPASSING + 1) != ARRAY_SIZE(LOCK_STATE_NAMES)); in get_hash_lock_state_name()387 return (state < ARRAY_SIZE(LOCK_STATE_NAMES)) ? LOCK_STATE_NAMES[state] : "INVALID"; in get_hash_lock_state_name()