Home
last modified time | relevance | path

Searched refs:hashbin_get_first (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/net/irda/
Ddiscovery.c76 discovery = (discovery_t *) hashbin_get_first(cachelog); in irlmp_add_discovery()
162 discovery = (discovery_t *) hashbin_get_first(log); in irlmp_expire_discoveries()
229 discovery = (discovery_t *) hashbin_get_first(log);
277 discovery = (discovery_t *) hashbin_get_first(log); in irlmp_copy_discoveries()
322 for (discovery = (discovery_t *) hashbin_get_first(irlmp->cachelog); in discovery_seq_idx()
342 ? (void *) hashbin_get_first(irlmp->cachelog) in discovery_seq_next()
Dirlmp.c427 hashbin_get_first(irlmp->cachelog); in irlmp_connect_request()
815 lap = (struct lap_cb *) hashbin_get_first(irlmp->links); in irlmp_do_expiry()
865 lap = (struct lap_cb *) hashbin_get_first(irlmp->links); in irlmp_do_discovery()
1016 client = (irlmp_client_t *) hashbin_get_first(irlmp->clients); in irlmp_discovery_confirm()
1046 client = (irlmp_client_t *) hashbin_get_first(irlmp->clients); in irlmp_discovery_expiry()
1216 lap = (struct lap_cb *) hashbin_get_first(irlmp->links); in irlmp_connless_data_request()
1277 curr = (struct lsap_cb *) hashbin_get_first( self->lsaps); in irlmp_status_indication()
1328 next = (struct lsap_cb *) hashbin_get_first(self->lsaps); in irlmp_flow_indication()
1513 service = (irlmp_service_t *) hashbin_get_first(irlmp->services); in irlmp_unregister_service()
1656 lap = (struct lap_cb *) hashbin_get_first(irlmp->links); in irlmp_slsap_inuse()
[all …]
Dirqueue.c508 entry = hashbin_get_first( hashbin); in hashbin_remove_first()
832 irda_queue_t *hashbin_get_first( hashbin_t* hashbin) in hashbin_get_first() function
855 EXPORT_SYMBOL(hashbin_get_first);
Dirlmp_frame.c233 lsap = (struct lsap_cb *) hashbin_get_first(irlmp->unconnected_lsaps); in irlmp_link_unitdata_indication()
443 lsap = (struct lsap_cb *) hashbin_get_first(queue); in irlmp_find_lsap()
Diriap.c968 for (obj = (struct ias_object *) hashbin_get_first(irias_objects); in irias_seq_idx()
989 ? (void *) hashbin_get_first(irias_objects) in irias_seq_next()
1017 for (attrib = (struct ias_attrib *) hashbin_get_first(obj->attribs); in irias_seq_show()
Dirias_object.c174 node = (struct ias_attrib *) hashbin_get_first(obj->attribs); in irias_delete_attrib()
Dirlmp_event.c225 lsap = (struct lsap_cb *) hashbin_get_first(lsap_hashbin); in irlmp_do_all_lsap_event()
Dirlap.c1082 for (self = (struct irlap_cb *) hashbin_get_first(irlap); in irlap_seq_start()
Dirttp.c1803 for (self = (struct tsap_cb *) hashbin_get_first(irttp->tsaps); in irttp_seq_start()
/linux-4.1.27/include/net/irda/
Dirqueue.h91 irda_queue_t *hashbin_get_first(hashbin_t *hashbin);
/linux-4.1.27/net/irda/irnet/
Dirnet_irda.c783 new = (irnet_socket *) hashbin_get_first(irnet_server.list); in irnet_find_socket()
801 new = (irnet_socket *) hashbin_get_first(irnet_server.list); in irnet_find_socket()
1743 self = (irnet_socket *) hashbin_get_first(irnet_server.list); in irnet_proc_show()
/linux-4.1.27/net/irda/ircomm/
Dircomm_core.c494 for (self = (struct ircomm_cb *) hashbin_get_first(ircomm); in ircomm_seq_start()
Dircomm_tty.c1330 self = (struct ircomm_tty_cb *) hashbin_get_first(ircomm_tty); in ircomm_tty_proc_show()