Home
last modified time | relevance | path

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

/linux/lib/
H A Dclosure.c18 int r = flags & CLOSURE_REMAINING_MASK; in closure_put_after_sub_checks()
34 if (!(flags & CLOSURE_REMAINING_MASK)) { in closure_put_after_sub()
172 if (unlikely(flags & CLOSURE_REMAINING_MASK)) { in closure_return_sync()
270 r & CLOSURE_REMAINING_MASK); in debug_show()
/linux/include/linux/
H A Dclosure.h140 #define CLOSURE_REMAINING_MASK (CLOSURE_BITS_START - 1) macro
179 return atomic_read(&cl->remaining) & CLOSURE_REMAINING_MASK; in closure_nr_remaining()
282 CLOSURE_REMAINING_MASK) <= 1); in closure_get()
295 if (!(old & CLOSURE_REMAINING_MASK)) in closure_get_not_zero()