Home
last modified time | relevance | path

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

/include/linux/
A Dclosure.h370 #define continue_at(_cl, _fn, _wq) \ argument
372 set_closure_fn(_cl, _fn, _wq); \
373 closure_sub(_cl, CLOSURE_RUNNING + 1); \
384 #define closure_return(_cl) continue_at((_cl), NULL, NULL) argument
398 #define continue_at_nobarrier(_cl, _fn, _wq) \ argument
400 set_closure_fn(_cl, _fn, _wq); \
401 closure_queue(_cl); \
414 #define closure_return_with_destructor(_cl, _destructor) \ argument
416 set_closure_fn(_cl, _destructor, NULL); \
417 closure_sub(_cl, CLOSURE_RUNNING - CLOSURE_DESTRUCTOR + 1); \

Completed in 5 milliseconds