Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A Dlockref.c42 void lockref_get(struct lockref *lockref) in lockref_get()
61 int lockref_get_not_zero(struct lockref *lockref) in lockref_get_not_zero()
89 int lockref_put_not_zero(struct lockref *lockref) in lockref_put_not_zero()
119 int lockref_put_return(struct lockref *lockref) in lockref_put_return()
137 int lockref_put_or_lock(struct lockref *lockref) in lockref_put_or_lock()
160 void lockref_mark_dead(struct lockref *lockref) in lockref_mark_dead()
172 int lockref_get_not_dead(struct lockref *lockref) in lockref_get_not_dead()
/linux-6.3-rc2/include/linux/
A Dlockref.h25 struct lockref { struct
37 extern void lockref_get(struct lockref *); argument

Completed in 3 milliseconds