Home
last modified time | relevance | path

Searched defs:lockref (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/lib/
Dlockref.c41 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()
/Linux-v4.19/include/linux/
Dlockref.h25 struct lockref { struct
37 extern void lockref_get(struct lockref *); argument