Home
last modified time | relevance | path

Searched refs:active_users (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/debugfs/
Dinternal.h20 refcount_t active_users; member
Dfile.c97 refcount_set(&fsd->active_users, 1); in debugfs_file_get()
116 if (!refcount_inc_not_zero(&fsd->active_users)) in debugfs_file_get()
136 if (refcount_dec_and_test(&fsd->active_users)) in debugfs_file_put()
Dinode.c701 if (!refcount_dec_and_test(&fsd->active_users)) in __debugfs_file_removed()
/kernel/linux/linux-5.10/net/rxrpc/
Dar-internal.h258 atomic_t active_users; /* Number of users of the local endpoint */ member
928 return atomic_dec_return(&local->active_users) == 0; in __rxrpc_unuse_local()
933 return atomic_fetch_add_unless(&local->active_users, 1, 0) != 0; in __rxrpc_use_local()
Dproc.c361 atomic_read(&local->active_users)); in rxrpc_local_seq_show()
Dlocal_object.c82 atomic_set(&local->active_users, 1); in rxrpc_alloc_local()