Searched refs:active_users (Results 1 – 5 of 5) sorted by relevance
82 atomic_set(&local->active_users, 1); in rxrpc_alloc_local()389 au = atomic_fetch_add_unless(&local->active_users, 1, 0); in rxrpc_use_local()407 au = atomic_dec_return(&local->active_users); in rxrpc_unuse_local()468 if (atomic_read(&local->active_users) == 0) { in rxrpc_local_processor()
266 atomic_t active_users; /* Number of users of the local endpoint */ member
20 refcount_t active_users; member
96 refcount_set(&fsd->active_users, 1); in debugfs_file_get()115 if (!refcount_inc_not_zero(&fsd->active_users)) in debugfs_file_get()135 if (refcount_dec_and_test(&fsd->active_users)) in debugfs_file_put()
684 if (!refcount_dec_and_test(&fsd->active_users)) in __debugfs_file_removed()