Lines Matching defs:users
86 * @users: A refcount to track effective users of this protocol.
98 refcount_t users;
149 * @users: Number of users of this instance
175 int users;
557 refcount_set(&xfer->users, 1);
638 if (refcount_dec_and_test(&xfer->users)) {
656 * released only if there are no more users on the system.
818 refcount_inc(&xfer->users);
1820 refcount_set(&pi->users, 1);
1881 refcount_inc(&pi->users);
1930 if (refcount_dec_and_test(&pi->users)) {
2150 info->users++;
2181 if (!WARN_ON(!info->users))
2182 info->users--;
2833 if (info->users)
2835 "Still active SCMI users will be forcibly unbound.\n");
2853 /* Safe to free channels since no more users */