Home
last modified time | relevance | path

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

/Linux-v5.4/net/rxrpc/
Dlocal_object.c82 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()
Dar-internal.h266 atomic_t active_users; /* Number of users of the local endpoint */ member
/Linux-v5.4/fs/debugfs/
Dinternal.h20 refcount_t active_users; member
Dfile.c96 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()
Dinode.c684 if (!refcount_dec_and_test(&fsd->active_users)) in __debugfs_file_removed()