Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
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); \
/linux-6.12.1/lib/
Dclosure.c167 unsigned flags = atomic_sub_return_release(1 + CLOSURE_RUNNING - CLOSURE_DESTRUCTOR, in closure_return_sync()
209 if (!old || (old & CLOSURE_RUNNING)) in __closure_sync_timeout()
275 r & CLOSURE_RUNNING ? "R" : ""); in debug_show()
/linux-6.12.1/fs/bcachefs/
Dfs-io-direct.c114 CLOSURE_RUNNING + in bch2_direct_IO_read()