Searched refs:_cl (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | closure.h | 370 #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); \
|
/linux/fs/bcachefs/ |
H A D | alloc_foreground.c | 931 struct closure *_cl) in __open_bucket_add_buckets() argument 966 watermark, flags, _cl); in __open_bucket_add_buckets() 979 !cl && _cl) { in __open_bucket_add_buckets() 980 cl = _cl; in __open_bucket_add_buckets()
|