Searched refs:vn_refcount (Results 1 – 4 of 4) sorted by relevance
179 struct vn_refcount { struct208 (struct vn_refcount) { .count = (val) }211 vn_refcount_load_relaxed(const struct vn_refcount *ref) in vn_refcount_load_relaxed()217 vn_refcount_fetch_add_relaxed(struct vn_refcount *ref, int val) in vn_refcount_fetch_add_relaxed()223 vn_refcount_fetch_sub_release(struct vn_refcount *ref, int val) in vn_refcount_fetch_sub_release()229 vn_refcount_is_valid(const struct vn_refcount *ref) in vn_refcount_is_valid()235 vn_refcount_inc(struct vn_refcount *ref) in vn_refcount_inc()243 vn_refcount_dec(struct vn_refcount *ref) in vn_refcount_dec()
48 struct vn_refcount refcount;
12 struct vn_refcount refcount;23 struct vn_refcount refcount;
813 - venus: add vn_refcount814 - venus: convert bo and shmem to use vn_refcount816 - venus: add vn_refcount to vn_descriptor_set_layout