Searched defs:closure_get (Results 1 - 1 of 1) sorted by relevance

/drivers/md/bcache/
H A Dclosure.h19 * The refcount may be manipulated with closure_get() and closure_put().
49 * closure_get(cl);
54 * closure_get(cl);
69 * Then, the rule is - if you got the refcount with closure_get(), release it
260 * closure_get - increment a closure's refcount
262 static inline void closure_get(struct closure *cl) function
283 closure_get(parent);

Completed in 164 milliseconds