Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/futex/functional/
H A Dfutex_numa.c24 #define N_LOCK 0x0000001 macro
50 if (old.val & N_LOCK) { in futex_numa_32_lock()
54 new.val |= N_LOCK; in futex_numa_32_lock()
71 if (!(old.val & N_LOCK)) in futex_numa_32_lock()
85 u32 val = __atomic_sub_fetch(&lock->val, N_LOCK, __ATOMIC_RELEASE); in futex_numa_32_unlock()