Lines Matching refs:users
12 * of the dispatch and delivery of such notifications to the interested users
23 * Kernel users interested in some specific event can register their callbacks
29 * and destroyed dynamically on demand depending on the number of users
36 * All users provided callbacks and allocated notification-chains are stored in
341 * @users: A reference count for number of active users for this handler
358 refcount_t users;
861 refcount_set(&hndl->users, 1);
989 * * if found adjust users refcount
1027 refcount_inc(&hndl->users);
1035 refcount_inc(&hndl->users);
1091 refcount_inc(&hndl->users);
1200 if (refcount_dec_and_test(&hndl->users)) {
1325 * associated to the specified event and, if there are no more users for the
1380 * pending handlers (registered by users while the related protocol was still