Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/locking/
A Dlockdep.c1655 lock->only_xr = 0; in __bfs_init_root()
1670 lock->only_xr = (hlock->read == 2); in bfs_init_root()
1684 lock->only_xr = (hlock->read != 0); in bfs_init_rootb()
1766 bool prev_only_xr = lock->parent->only_xr; in __bfs()
1781 lock->only_xr = !(dep & (DEP_SN_MASK | DEP_EN_MASK)); in __bfs()
1990 !entry->only_xr); /* A -> .. -> B is -(*N)-> */ in hlock_equal()
2017 !entry->only_xr); /* A -> .. -> B is -(*N)-> */ in hlock_conflict()
2229 if (!entry->only_xr) in usage_accumulate()
2248 if (!entry->only_xr) in usage_match()
2902 src_entry.only_xr = src->read == 0; in check_redundant()
/linux-6.3-rc2/include/linux/
A Dlockdep.h57 u8 only_xr; member

Completed in 16 milliseconds