Home
last modified time | relevance | path

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

/drivers/md/bcache/
Dclosure.h137 CLOSURE_RUNNING = (1 << 29), enumerator
143 CLOSURE_RUNNING|CLOSURE_STACK) << 1)
146 #define CLOSURE_REMAINING_INITIALIZER (1|CLOSURE_RUNNING)
235 atomic_sub(CLOSURE_RUNNING, &cl->remaining); in closure_set_stopped()
322 closure_sub(_cl, CLOSURE_RUNNING + 1); \
365 closure_sub(_cl, CLOSURE_RUNNING - CLOSURE_DESTRUCTOR + 1); \
Dclosure.c185 r & CLOSURE_RUNNING ? "R" : "", in debug_seq_show()