Home
last modified time | relevance | path

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

/linux-2.6.39/net/irda/
Ddiscovery.c77 discovery = (discovery_t *) hashbin_get_first(cachelog); in irlmp_add_discovery()
167 discovery = (discovery_t *) hashbin_get_first(log); in irlmp_expire_discoveries()
234 discovery = (discovery_t *) hashbin_get_first(log);
282 discovery = (discovery_t *) hashbin_get_first(log); in irlmp_copy_discoveries()
327 for (discovery = (discovery_t *) hashbin_get_first(irlmp->cachelog); in discovery_seq_idx()
347 ? (void *) hashbin_get_first(irlmp->cachelog) in discovery_seq_next()
Dirlmp.c430 hashbin_get_first(irlmp->cachelog); in irlmp_connect_request()
820 lap = (struct lap_cb *) hashbin_get_first(irlmp->links); in irlmp_do_expiry()
870 lap = (struct lap_cb *) hashbin_get_first(irlmp->links); in irlmp_do_discovery()
1025 client = (irlmp_client_t *) hashbin_get_first(irlmp->clients); in irlmp_discovery_confirm()
1057 client = (irlmp_client_t *) hashbin_get_first(irlmp->clients); in irlmp_discovery_expiry()
1235 lap = (struct lap_cb *) hashbin_get_first(irlmp->links); in irlmp_connless_data_request()
1298 curr = (struct lsap_cb *) hashbin_get_first( self->lsaps); in irlmp_status_indication()
1349 next = (struct lsap_cb *) hashbin_get_first(self->lsaps); in irlmp_flow_indication()
1536 service = (irlmp_service_t *) hashbin_get_first(irlmp->services); in irlmp_unregister_service()
1686 lap = (struct lap_cb *) hashbin_get_first(irlmp->links); in irlmp_slsap_inuse()
[all …]
Dirqueue.c512 entry = hashbin_get_first( hashbin); in hashbin_remove_first()
840 irda_queue_t *hashbin_get_first( hashbin_t* hashbin) in hashbin_get_first() function
863 EXPORT_SYMBOL(hashbin_get_first);
Dirlmp_frame.c239 lsap = (struct lsap_cb *) hashbin_get_first(irlmp->unconnected_lsaps); in irlmp_link_unitdata_indication()
457 lsap = (struct lsap_cb *) hashbin_get_first(queue); in irlmp_find_lsap()
Diriap.c986 for (obj = (struct ias_object *) hashbin_get_first(irias_objects); in irias_seq_idx()
1007 ? (void *) hashbin_get_first(irias_objects) in irias_seq_next()
1035 for (attrib = (struct ias_attrib *) hashbin_get_first(obj->attribs); in irias_seq_show()
Dirias_object.c176 node = (struct ias_attrib *) hashbin_get_first(obj->attribs); in irias_delete_attrib()
Dirlmp_event.c233 lsap = (struct lsap_cb *) hashbin_get_first(lsap_hashbin); in irlmp_do_all_lsap_event()
Dirlap.c1112 for (self = (struct irlap_cb *) hashbin_get_first(irlap); in irlap_seq_start()
Dirttp.c1827 for (self = (struct tsap_cb *) hashbin_get_first(irttp->tsaps); in irttp_seq_start()
/linux-2.6.39/include/net/irda/
Dirqueue.h91 irda_queue_t *hashbin_get_first(hashbin_t *hashbin);
/linux-2.6.39/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-2.6.39/net/irda/ircomm/
Dircomm_core.c529 for (self = (struct ircomm_cb *) hashbin_get_first(ircomm); in ircomm_seq_start()
Dircomm_tty.c1383 self = (struct ircomm_tty_cb *) hashbin_get_first(ircomm_tty); in ircomm_tty_proc_show()