Searched refs:LOCK_BITS (Results 1 – 2 of 2) sorted by relevance
20 #define LOCK_BITS (LOCK_SIZE * UL(8)) macro
1388 gpi_info->lock = &gpt_bitlock[block_idx / LOCK_BITS]; in get_gpi_params()1389 gpi_info->mask = 1U << (block_idx & (LOCK_BITS - 1U)); in get_gpi_params()