active_users       96 fs/debugfs/file.c 		refcount_set(&fsd->active_users, 1);
active_users      115 fs/debugfs/file.c 	if (!refcount_inc_not_zero(&fsd->active_users))
active_users      135 fs/debugfs/file.c 	if (refcount_dec_and_test(&fsd->active_users))
active_users      684 fs/debugfs/inode.c 	if (!refcount_dec_and_test(&fsd->active_users))
active_users       20 fs/debugfs/internal.h 	refcount_t active_users;
active_users      268 net/rxrpc/ar-internal.h 	atomic_t		active_users;	/* Number of users of the local endpoint */
active_users     1030 net/rxrpc/ar-internal.h 	return atomic_dec_return(&local->active_users) == 0;
active_users     1035 net/rxrpc/ar-internal.h 	return atomic_fetch_add_unless(&local->active_users, 1, 0) != 0;
active_users       82 net/rxrpc/local_object.c 		atomic_set(&local->active_users, 1);