Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
Dlockref.c43 void lockref_get(struct lockref *lockref) in lockref_get()
62 int lockref_get_not_zero(struct lockref *lockref) in lockref_get_not_zero()
90 int lockref_put_not_zero(struct lockref *lockref) in lockref_put_not_zero()
120 int lockref_put_return(struct lockref *lockref) in lockref_put_return()
138 int lockref_put_or_lock(struct lockref *lockref) in lockref_put_or_lock()
161 void lockref_mark_dead(struct lockref *lockref) in lockref_mark_dead()
173 int lockref_get_not_dead(struct lockref *lockref) in lockref_get_not_dead()
/Linux-v6.1/include/linux/
Dlockref.h25 struct lockref { struct
37 extern void lockref_get(struct lockref *); argument