Searched refs:chain_hlocks (Results 1 – 1 of 1) sorted by relevance
1036 static u16 chain_hlocks[MAX_LOCKDEP_CHAIN_HLOCKS]; variable1046 chain_key = iterate_chain_key(chain_key, chain_hlocks[i]); in check_lock_chain_key()3297 static u16 chain_hlocks[MAX_LOCKDEP_CHAIN_HLOCKS]; variable3347 int next = chain_hlocks[offset]; in chain_block_next()3356 next |= chain_hlocks[offset + 1]; in chain_block_next()3366 return (chain_hlocks[offset + 2] << 16) | chain_hlocks[offset + 3]; in chain_block_size()3371 chain_hlocks[offset] = (next >> 16) | CHAIN_BLK_FLAG; in init_chain_block()3372 chain_hlocks[offset + 1] = (u16)next; in init_chain_block()3375 chain_hlocks[offset + 2] = size >> 16; in init_chain_block()3376 chain_hlocks[offset + 3] = (u16)size; in init_chain_block()[all …]