Searched defs:lockref (Results 1 – 2 of 2) sorted by relevance
41 void lockref_get(struct lockref *lockref) in lockref_get()60 int lockref_get_not_zero(struct lockref *lockref) in lockref_get_not_zero()88 int lockref_put_not_zero(struct lockref *lockref) in lockref_put_not_zero()117 int lockref_get_or_lock(struct lockref *lockref) in lockref_get_or_lock()143 int lockref_put_return(struct lockref *lockref) in lockref_put_return()161 int lockref_put_or_lock(struct lockref *lockref) in lockref_put_or_lock()184 void lockref_mark_dead(struct lockref *lockref) in lockref_mark_dead()196 int lockref_get_not_dead(struct lockref *lockref) in lockref_get_not_dead()
25 struct lockref { struct37 extern void lockref_get(struct lockref *); argument