Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/libs/
Dlockref.c12 … old.lock_count = READ_ONCE(__lock_ref->lock_count); \
17 … if (likely(arch_try_cmpxchg(&__lock_ref->lock_count, &old.lock_count, new.lock_count))) \
/DragonOS-0.1.2/kernel/src/common/
Dlockref.h15 aligned_u64 lock_count; // 通过该变量的声明,使得整个lockref按照8字节对齐 member
/DragonOS-0.1.2/docs/kernel/locking/
Dlockref.md14 aligned_u64 lock_count; // 通过该变量的声明,使得整个lockref的地址按照8字节对齐