Lines Matching defs:users
455 struct list_head users;
525 /* How many users are waiting for events? */
531 /* How many users are waiting for commands? */
534 /* How many users are waiting for watchdogs? */
537 /* How many users are waiting for message responses? */
891 /* Special handling for NULL users. */
1231 list_add_rcu(&new_user->link, &intf->users);
3448 INIT_LIST_HEAD(&intf->users);
3610 /* At this point no users can be added to the interface. */
3622 while (!list_empty(&intf->users)) {
3624 container_of(list_next_rcu(&intf->users),
4135 list_for_each_entry_rcu(user, &intf->users, link) {
4483 * deliver pretimeouts to all the users.
4490 list_for_each_entry_rcu(user, &intf->users, link) {
5126 list_for_each_entry_rcu(user, &intf->users, link) {