Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Dlockref.c40 void lockref_get(struct lockref *lockref) in lockref_get()
59 int lockref_get_not_zero(struct lockref *lockref) in lockref_get_not_zero()
88 int lockref_get_or_lock(struct lockref *lockref) in lockref_get_or_lock()
114 int lockref_put_return(struct lockref *lockref) in lockref_put_return()
132 int lockref_put_or_lock(struct lockref *lockref) in lockref_put_or_lock()
155 void lockref_mark_dead(struct lockref *lockref) in lockref_mark_dead()
167 int lockref_get_not_dead(struct lockref *lockref) in lockref_get_not_dead()
/linux-4.4.14/include/linux/
Dlockref.h24 struct lockref { struct
36 extern void lockref_get(struct lockref *); argument