Searched defs:lockref (Results 1 – 3 of 3) sorted by relevance
42 void lockref_get(struct lockref *lockref) in lockref_get()61 bool lockref_get_not_zero(struct lockref *lockref) in lockref_get_not_zero()90 int lockref_put_return(struct lockref *lockref) in lockref_put_return()108 bool lockref_put_or_lock(struct lockref *lockref) in lockref_put_or_lock()131 void lockref_mark_dead(struct lockref *lockref) in lockref_mark_dead()143 bool lockref_get_not_dead(struct lockref *lockref) in lockref_get_not_dead()
25 struct lockref { struct38 * lockref_init - Initialize a lockref argument43 static inline void lockref_init(struct lockref *lockref) in lockref_init()
42 struct lockref lockref; member