Searched defs:lockref (Results 1 – 2 of 2) sorted by relevance
43 void lockref_get(struct lockref *lockref) in lockref_get()62 int lockref_get_not_zero(struct lockref *lockref) in lockref_get_not_zero()90 int lockref_put_not_zero(struct lockref *lockref) in lockref_put_not_zero()120 int lockref_put_return(struct lockref *lockref) in lockref_put_return()138 int lockref_put_or_lock(struct lockref *lockref) in lockref_put_or_lock()161 void lockref_mark_dead(struct lockref *lockref) in lockref_mark_dead()173 int lockref_get_not_dead(struct lockref *lockref) in lockref_get_not_dead()
25 struct lockref { struct37 extern void lockref_get(struct lockref *); argument