Searched defs:lockref (Results 1 – 3 of 3) sorted by relevance
42 void lockref_get(struct lockref *lockref) in lockref_get()61 int lockref_get_not_zero(struct lockref *lockref) in lockref_get_not_zero()89 int lockref_put_not_zero(struct lockref *lockref) in lockref_put_not_zero()119 int lockref_put_return(struct lockref *lockref) in lockref_put_return()137 int lockref_put_or_lock(struct lockref *lockref) in lockref_put_or_lock()160 void lockref_mark_dead(struct lockref *lockref) in lockref_mark_dead()172 int lockref_get_not_dead(struct lockref *lockref) in lockref_get_not_dead()
25 struct lockref { struct37 extern void lockref_get(struct lockref *); argument
215 struct lockref lockref; member