Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfreelist.h27 #define REFS_ON_FREELIST 0x80000000 macro
57 if (atomic_fetch_add_release(REFS_ON_FREELIST - 1, &node->refs) == 1) in __freelist_add()
70 if (!atomic_fetch_add_release(REFS_ON_FREELIST, &node->refs)) { in freelist_add()
106 WARN_ON_ONCE(atomic_read(&head->refs) & REFS_ON_FREELIST); in freelist_try_get()
122 if (refs == REFS_ON_FREELIST + 1) in freelist_try_get()