Home
last modified time | relevance | path

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

/linux-4.1.27/lib/
Dlockref.c48 void lockref_get(struct lockref *lockref) in lockref_get()
67 int lockref_get_not_zero(struct lockref *lockref) in lockref_get_not_zero()
96 int lockref_get_or_lock(struct lockref *lockref) in lockref_get_or_lock()
122 int lockref_put_return(struct lockref *lockref) in lockref_put_return()
140 int lockref_put_or_lock(struct lockref *lockref) in lockref_put_or_lock()
163 void lockref_mark_dead(struct lockref *lockref) in lockref_mark_dead()
175 int lockref_get_not_dead(struct lockref *lockref) in lockref_get_not_dead()
/linux-4.1.27/include/linux/
Dlockref.h24 struct lockref { struct
36 extern void lockref_get(struct lockref *); argument