Searched refs:chain_hlocks (Results 1 – 1 of 1) sorted by relevance
1042 static u16 chain_hlocks[MAX_LOCKDEP_CHAIN_HLOCKS]; variable1052 chain_key = iterate_chain_key(chain_key, chain_hlocks[i]); in check_lock_chain_key()3324 static u16 chain_hlocks[MAX_LOCKDEP_CHAIN_HLOCKS]; variable3374 int next = chain_hlocks[offset]; in chain_block_next()3383 next |= chain_hlocks[offset + 1]; in chain_block_next()3393 return (chain_hlocks[offset + 2] << 16) | chain_hlocks[offset + 3]; in chain_block_size()3398 chain_hlocks[offset] = (next >> 16) | CHAIN_BLK_FLAG; in init_chain_block()3399 chain_hlocks[offset + 1] = (u16)next; in init_chain_block()3402 chain_hlocks[offset + 2] = size >> 16; in init_chain_block()3403 chain_hlocks[offset + 3] = (u16)size; in init_chain_block()[all …]