Home
last modified time | relevance | path

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

/include/linux/
A Dclosure.h134 CLOSURE_RUNNING = (1U << 30), enumerator
138 ((CLOSURE_DESTRUCTOR|CLOSURE_WAITING|CLOSURE_RUNNING) << 1)
141 #define CLOSURE_REMAINING_INITIALIZER (1|CLOSURE_RUNNING)
245 atomic_sub(CLOSURE_RUNNING, &cl->remaining); in closure_set_stopped()
373 closure_sub(_cl, CLOSURE_RUNNING + 1); \
417 closure_sub(_cl, CLOSURE_RUNNING - CLOSURE_DESTRUCTOR + 1); \

Completed in 4 milliseconds