Home
last modified time | relevance | path

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

/kernel/locking/
Drwsem.c406 long oldcount, woken = 0, adjustment = 0; in rwsem_mark_wake() local
448 oldcount = atomic_long_fetch_add(adjustment, &sem->count); in rwsem_mark_wake()
449 if (unlikely(oldcount & RWSEM_WRITER_MASK)) { in rwsem_mark_wake()
455 if (!(oldcount & RWSEM_FLAG_HANDOFF) && in rwsem_mark_wake()