Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/locking/
Dlockdep.c1615 __calc_dep_bit(struct held_lock *prev, struct held_lock *next) in __calc_dep_bit() function
1622 return 1U << __calc_dep_bit(prev, next); in calc_dep()