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
344 * @users: A reference count for number of active users for this handler
361 refcount_t users;
885 refcount_set(&hndl->users, 1);
1025 * * if found adjust users refcount
1063 refcount_inc(&hndl->users);
1071 refcount_inc(&hndl->users);
1127 refcount_inc(&hndl->users);
1233 * Return: True if handler was freed (users dropped to zero)
1240 if (refcount_dec_and_test(&hndl->users)) {
1383 * associated to the specified event and, if there are no more users for the
1563 * pending handlers (registered by users while the related protocol was still