Searched refs:lockref (Results 1 – 25 of 3171) sorted by relevance
12345678910>>...127
44 void lockref_get(struct lockref *lockref) in lockref_get() argument53 lockref->count++; in lockref_get()63 int lockref_get_not_zero(struct lockref *lockref) in lockref_get_not_zero() argument78 lockref->count++; in lockref_get_not_zero()91 int lockref_put_not_zero(struct lockref *lockref) in lockref_put_not_zero() argument120 int lockref_get_or_lock(struct lockref *lockref) in lockref_get_or_lock() argument133 lockref->count++; in lockref_get_or_lock()146 int lockref_put_return(struct lockref *lockref) in lockref_put_return() argument164 int lockref_put_or_lock(struct lockref *lockref) in lockref_put_or_lock() argument187 void lockref_mark_dead(struct lockref *lockref) in lockref_mark_dead() argument[all …]
1 …lockref.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/…3 source_lib/lockref.o := lib/lockref.c5 deps_lib/lockref.o := \63 include/linux/lockref.h \423 lib/lockref.o: $(deps_lib/lockref.o)425 $(deps_lib/lockref.o):
1 …../toolchains/aarch64/bin/aarch64-linux-gnu-ar cDPrST lib/built-in.a lib/lockref.o lib/bcd.o lib/s…
3 lockref.o/
43 obj-y += lockref.o
458 include/linux/lockref.h \
695 include/linux/lockref.h \
747 include/linux/lockref.h \
25 struct lockref { struct37 extern void lockref_get(struct lockref *); argument38 extern int lockref_put_return(struct lockref *);39 extern int lockref_get_not_zero(struct lockref *);40 extern int lockref_put_not_zero(struct lockref *);41 extern int lockref_get_or_lock(struct lockref *);42 extern int lockref_put_or_lock(struct lockref *);44 extern void lockref_mark_dead(struct lockref *);45 extern int lockref_get_not_dead(struct lockref *);48 static inline bool __lockref_is_dead(const struct lockref *l) in __lockref_is_dead()
103 struct lockref d_lockref; /* per-dentry lock and refcount */
340 struct lockref gl_lockref;445 struct lockref qd_lockref;
473 include/linux/lockref.h \
767 include/linux/lockref.h \
482 include/linux/lockref.h \
452 include/linux/lockref.h \
475 include/linux/lockref.h \
790 include/linux/lockref.h \
819 include/linux/lockref.h \
820 include/linux/lockref.h \
789 include/linux/lockref.h \
Completed in 59 milliseconds