Searched refs:chain_hlocks (Results 1 – 1 of 1) sorted by relevance
996 static u16 chain_hlocks[MAX_LOCKDEP_CHAIN_HLOCKS]; variable1006 chain_key = iterate_chain_key(chain_key, chain_hlocks[i]); in check_lock_chain_key()3157 static u16 chain_hlocks[MAX_LOCKDEP_CHAIN_HLOCKS]; variable3207 int next = chain_hlocks[offset]; in chain_block_next()3216 next |= chain_hlocks[offset + 1]; in chain_block_next()3226 return (chain_hlocks[offset + 2] << 16) | chain_hlocks[offset + 3]; in chain_block_size()3231 chain_hlocks[offset] = (next >> 16) | CHAIN_BLK_FLAG; in init_chain_block()3232 chain_hlocks[offset + 1] = (u16)next; in init_chain_block()3235 chain_hlocks[offset + 2] = size >> 16; in init_chain_block()3236 chain_hlocks[offset + 3] = (u16)size; in init_chain_block()[all …]