Lines Matching refs:clients
93 irlmp->clients = hashbin_new(HB_LOCK); in irlmp_init()
99 if ((irlmp->clients == NULL) || in irlmp_init()
138 hashbin_delete(irlmp->clients, (FREE_FUNC) kfree); in irlmp_cleanup()
1016 client = (irlmp_client_t *) hashbin_get_first(irlmp->clients); in irlmp_discovery_confirm()
1017 while (NULL != hashbin_find_next(irlmp->clients, (long) client, NULL, in irlmp_discovery_confirm()
1046 client = (irlmp_client_t *) hashbin_get_first(irlmp->clients); in irlmp_discovery_expiry()
1047 while (NULL != hashbin_find_next(irlmp->clients, (long) client, NULL, in irlmp_discovery_expiry()
1551 hashbin_insert(irlmp->clients, (irda_queue_t *) client, in irlmp_register_client()
1575 client = hashbin_lock_find(irlmp->clients, (long) handle, NULL); in irlmp_update_client()
1604 client = hashbin_lock_find(irlmp->clients, (long) handle, NULL); in irlmp_unregister_client()
1611 hashbin_remove_this(irlmp->clients, (irda_queue_t *) client); in irlmp_unregister_client()