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

/linux-master/kernel/locking/
H A Dlockdep.c1036 static u16 chain_hlocks[MAX_LOCKDEP_CHAIN_HLOCKS]; variable
1046 chain_key = iterate_chain_key(chain_key, chain_hlocks[i]);
3297 static u16 chain_hlocks[MAX_LOCKDEP_CHAIN_HLOCKS]; variable
3299 unsigned int nr_free_chain_hlocks; /* Free chain_hlocks in buckets */
3300 unsigned int nr_lost_chain_hlocks; /* Lost chain_hlocks */
3304 * The first 2 chain_hlocks entries in the chain block in the bucket
3347 int next = chain_hlocks[offset];
3356 next |= chain_hlocks[offset + 1];
3366 return (chain_hlocks[offset + 2] << 16) | chain_hlocks[offse
[all...]

Completed in 111 milliseconds