Searched refs:refs (Results 1 – 11 of 11) sorted by relevance
/include/linux/ |
D | refcount.h | 20 atomic_t refs; member 23 #define REFCOUNT_INIT(n) { .refs = ATOMIC_INIT(n), } 32 atomic_set(&r->refs, n); in refcount_set() 43 return atomic_read(&r->refs); in refcount_read() 76 return atomic_add_unless(&r->refs, i, 0); in refcount_add_not_zero() 81 atomic_add(i, &r->refs); in refcount_add() 86 return atomic_add_unless(&r->refs, 1, 0); in refcount_inc_not_zero() 91 atomic_inc(&r->refs); in refcount_inc() 96 return atomic_sub_and_test(i, &r->refs); in refcount_sub_and_test() 101 return atomic_dec_and_test(&r->refs); in refcount_dec_and_test() [all …]
|
D | file.h | 48 extern struct file *fget_many(unsigned int fd, unsigned int refs);
|
D | rmap.h | 292 #define try_to_unmap(page, refs) false argument
|
D | bpf_verifier.h | 187 struct bpf_reference_state *refs; member
|
D | property.h | 403 const struct software_node_ref_args *refs; member
|
D | hugetlb.h | 43 struct kref refs; member
|
/include/uapi/xen/ |
D | gntdev.h | 64 struct ioctl_gntdev_grant_ref refs[1]; member 250 __u32 refs[1]; member 292 __u32 refs[1]; member
|
/include/uapi/linux/ |
D | xdp_diag.h | 69 __u32 refs; member
|
D | btrfs_tree.h | 474 __le64 refs; member 480 __le32 refs; member 617 __le32 refs; member
|
/include/trace/events/ |
D | btrfs.h | 261 __field( int, refs ) 274 __entry->refs = refcount_read(&map->refs); 290 __entry->refs, __entry->compress_type) 491 __field( int, refs ) 505 __entry->refs = refcount_read(&ordered->refs); 525 __entry->compress_type, __entry->refs) 994 __field( int, refs ) 1003 __entry->refs = atomic_read(&buf->refs); 1012 __entry->refs,
|
/include/sound/ |
D | pcm.h | 433 refcount_t refs; member
|