Home
last modified time | relevance | path

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

/drivers/md/bcache/
Dclosure.h140 CLOSURE_RUNNING = (1 << 29), enumerator
146 CLOSURE_RUNNING|CLOSURE_STACK) << 1)
149 #define CLOSURE_REMAINING_INITIALIZER (1|CLOSURE_RUNNING)
238 atomic_sub(CLOSURE_RUNNING, &cl->remaining); in closure_set_stopped()
323 closure_sub(_cl, CLOSURE_RUNNING + 1); \
364 closure_sub(_cl, CLOSURE_RUNNING - CLOSURE_DESTRUCTOR + 1); \
Dclosure.c174 r & CLOSURE_RUNNING ? "R" : "", in debug_seq_show()