Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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()
/linux-6.15/fs/bcachefs/
H A Djournal.c57 prt_printf(out, "io:\t%pS r %i\n", cl->fn, r & CLOSURE_REMAINING_MASK); in bch2_journal_buf_to_text()