Searched refs:lock_count (Results 1 – 3 of 3) sorted by relevance
12 … 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))) \
15 aligned_u64 lock_count; // 通过该变量的声明,使得整个lockref按照8字节对齐 member
37 aligned_u64 lock_count; // 通过该变量的声明,使得整个lockref的地址按照8字节对齐