Searched refs:active_users (Results 1 – 2 of 2) 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()
267 atomic_t active_users; /* Number of users of the local endpoint */ member