Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/bcache/
H A Dclosure.h140 #define CLOSURE_REMAINING_MASK (CLOSURE_BITS_START - 1) macro
183 if ((atomic_read(&cl->remaining) & CLOSURE_REMAINING_MASK) != 1) in closure_sync()
260 CLOSURE_REMAINING_MASK) <= 1); in closure_get()
H A Dclosure.c18 int r = flags & CLOSURE_REMAINING_MASK; in closure_put_after_sub()
173 r & CLOSURE_REMAINING_MASK); in debug_show()