Searched refs:hashbin_get_next (Results 1 - 10 of 10) sorted by relevance

/net/irda/
H A Ddiscovery.c81 discovery = (discovery_t *) hashbin_get_next(cachelog);
170 discovery = (discovery_t *) hashbin_get_next(log);
240 discovery = (discovery_t *) hashbin_get_next(log);
310 discovery = (discovery_t *) hashbin_get_next(log);
328 discovery = (discovery_t *) hashbin_get_next(irlmp->cachelog)) {
347 : (void *) hashbin_get_next(irlmp->cachelog);
H A Dirlmp.c837 lap = (struct lap_cb *) hashbin_get_next(irlmp->links);
887 lap = (struct lap_cb *) hashbin_get_next(irlmp->links);
1257 lap = (struct lap_cb *) hashbin_get_next(irlmp->links);
1549 service = (irlmp_service_t *)hashbin_get_next(irlmp->services);
1715 self = (struct lsap_cb*) hashbin_get_next(lap->lsaps);
1720 lap = (struct lap_cb *) hashbin_get_next(irlmp->links);
1740 self = (struct lsap_cb*) hashbin_get_next(irlmp->unconnected_lsaps);
1879 element = hashbin_get_next(iter->hashbin)) {
1930 v = hashbin_get_next(iter->hashbin);
1990 self = (struct lsap_cb *)hashbin_get_next(la
[all...]
H A Dirqueue.c92 * o hashbin_get_next()
156 * o hashbin_get_next()
172 * hashbin_get_first() and hashbin_get_next() use the hashbin to
819 * Trick hashbin_get_next() to return what we want
823 *pnext = hashbin_get_next( hashbin );
837 * called before any calls to hashbin_get_next()!
866 * Function hashbin_get_next (hashbin)
868 * Get next item in hashbin. A series of hashbin_get_next() calls must
875 irda_queue_t *hashbin_get_next( hashbin_t *hashbin) function
921 EXPORT_SYMBOL(hashbin_get_next); variable
[all...]
H A Dirlmp_frame.c250 lsap = (struct lsap_cb *) hashbin_get_next(irlmp->unconnected_lsaps);
480 lsap = (struct lsap_cb *) hashbin_get_next(queue);
H A Diriap.c996 obj; obj = (struct ias_object *) hashbin_get_next(irias_objects)) {
1017 : (void *) hashbin_get_next(irias_objects);
1046 attrib = (struct ias_attrib *) hashbin_get_next(obj->attribs)) {
H A Dirlap.c1111 self; self = (struct irlap_cb *) hashbin_get_next(irlap)) {
1126 return (void *) hashbin_get_next(irlap);
H A Dirttp.c1825 self = (struct tsap_cb *) hashbin_get_next(irttp->tsaps)) {
1840 return (void *) hashbin_get_next(irttp->tsaps);
/net/irda/ircomm/
H A Dircomm_core.c523 self = (struct ircomm_cb *) hashbin_get_next(ircomm)) {
535 return (void *) hashbin_get_next(ircomm);
H A Dircomm_tty.c1370 self = (struct ircomm_tty_cb *) hashbin_get_next(ircomm_tty);
/net/irda/irnet/
H A Dirnet_irda.c794 new = (irnet_socket *) hashbin_get_next(irnet_server.list);
813 new = (irnet_socket *) hashbin_get_next(irnet_server.list);
1788 self = (irnet_socket *) hashbin_get_next(irnet_server.list);

Completed in 86 milliseconds