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

/linux-master/kernel/locking/
H A Dlockdep.c1649 lock->only_xr = 0;
1656 * ->only_xr of the initial lock node is set to @hlock->read == 2, to make sure
1664 lock->only_xr = (hlock->read == 2);
1670 * ->only_xr of the initial lock node is set to @hlock->read != 0, to make sure
1678 lock->only_xr = (hlock->read != 0);
1712 * In lock_list::only_xr, we record whether the previous dependency only
1715 * ->only_xr is set according to whether we only have -(*R)-> left.
1760 bool prev_only_xr = lock->parent->only_xr;
1775 lock->only_xr = !(dep & (DEP_SN_MASK | DEP_EN_MASK));
1994 !entry->only_xr); /*
[all...]
/linux-master/include/linux/
H A Dlockdep.h57 u8 only_xr; member in struct:lock_list

Completed in 92 milliseconds