Home
last modified time | relevance | path

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

/Linux-v6.6/net/rxrpc/
Dlocal_object.c107 atomic_set(&local->active_users, 1); in rxrpc_alloc_local()
324 u = atomic_read(&local->active_users); in rxrpc_get_local()
339 u = atomic_read(&local->active_users); in rxrpc_get_local_maybe()
359 u = atomic_read(&local->active_users); in rxrpc_put_local()
398 u = atomic_dec_return(&local->active_users); in rxrpc_unuse_local()
Dar-internal.h278 atomic_t active_users; /* Number of users of the local endpoint */ member
1094 u = atomic_fetch_add_unless(&local->active_users, 1, 0); in __rxrpc_use_local()
1105 u = atomic_read(&local->active_users); in rxrpc_see_local()
Dproc.c350 atomic_read(&local->active_users), in rxrpc_local_seq_show()
/Linux-v6.6/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.c734 if (!refcount_dec_and_test(&fsd->active_users)) in __debugfs_file_removed()