Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/locking/
Dlockdep.c1041 static u16 chain_hlocks[MAX_LOCKDEP_CHAIN_HLOCKS]; variable
1051 chain_key = iterate_chain_key(chain_key, chain_hlocks[i]); in check_lock_chain_key()
3260 static u16 chain_hlocks[MAX_LOCKDEP_CHAIN_HLOCKS]; variable
3310 int next = chain_hlocks[offset]; in chain_block_next()
3319 next |= chain_hlocks[offset + 1]; in chain_block_next()
3329 return (chain_hlocks[offset + 2] << 16) | chain_hlocks[offset + 3]; in chain_block_size()
3334 chain_hlocks[offset] = (next >> 16) | CHAIN_BLK_FLAG; in init_chain_block()
3335 chain_hlocks[offset + 1] = (u16)next; in init_chain_block()
3338 chain_hlocks[offset + 2] = size >> 16; in init_chain_block()
3339 chain_hlocks[offset + 3] = (u16)size; in init_chain_block()
[all …]