Home
last modified time | relevance | path

Searched refs:chain_hlocks (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/kernel/locking/ !
Dlockdep.c1039 static u16 chain_hlocks[MAX_LOCKDEP_CHAIN_HLOCKS]; variable
1049 chain_key = iterate_chain_key(chain_key, chain_hlocks[i]); in check_lock_chain_key()
3258 static u16 chain_hlocks[MAX_LOCKDEP_CHAIN_HLOCKS]; variable
3308 int next = chain_hlocks[offset]; in chain_block_next()
3317 next |= chain_hlocks[offset + 1]; in chain_block_next()
3327 return (chain_hlocks[offset + 2] << 16) | chain_hlocks[offset + 3]; in chain_block_size()
3332 chain_hlocks[offset] = (next >> 16) | CHAIN_BLK_FLAG; in init_chain_block()
3333 chain_hlocks[offset + 1] = (u16)next; in init_chain_block()
3336 chain_hlocks[offset + 2] = size >> 16; in init_chain_block()
3337 chain_hlocks[offset + 3] = (u16)size; in init_chain_block()
[all …]