Searched defs:lockref (Results 1 – 2 of 2) sorted by relevance
44 void lockref_get(struct lockref *lockref) in lockref_get()63 int lockref_get_not_zero(struct lockref *lockref) in lockref_get_not_zero()91 int lockref_put_not_zero(struct lockref *lockref) in lockref_put_not_zero()120 int lockref_get_or_lock(struct lockref *lockref) in lockref_get_or_lock()146 int lockref_put_return(struct lockref *lockref) in lockref_put_return()164 int lockref_put_or_lock(struct lockref *lockref) in lockref_put_or_lock()187 void lockref_mark_dead(struct lockref *lockref) in lockref_mark_dead()199 int lockref_get_not_dead(struct lockref *lockref) in lockref_get_not_dead()
25 struct lockref { struct37 extern void lockref_get(struct lockref *); argument
Completed in 4 milliseconds