Searched refs:active_users (Results 1 – 6 of 6) sorted by relevance
20 refcount_t active_users; member
97 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()
701 if (!refcount_dec_and_test(&fsd->active_users)) in __debugfs_file_removed()
258 atomic_t active_users; /* Number of users of the local endpoint */ member928 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()
361 atomic_read(&local->active_users)); in rxrpc_local_seq_show()
82 atomic_set(&local->active_users, 1); in rxrpc_alloc_local()