Searched refs:hashbin_find_next (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/include/net/irda/ |
D | irqueue.h | 89 void* hashbin_find_next(hashbin_t* hashbin, long hashv, const char* name,
|
/linux-2.6.39/net/irda/ |
D | irlmp.c | 1026 while (NULL != hashbin_find_next(irlmp->clients, (long) client, NULL, in irlmp_discovery_confirm() 1058 while (NULL != hashbin_find_next(irlmp->clients, (long) client, NULL, in irlmp_discovery_expiry() 1299 while (NULL != hashbin_find_next(self->lsaps, (long) curr, NULL, in irlmp_status_indication() 1351 curr = hashbin_find_next(self->lsaps, (long) next, NULL, in irlmp_flow_indication()
|
D | irqueue.c | 802 void* hashbin_find_next( hashbin_t* hashbin, long hashv, const char* name, in hashbin_find_next() function
|
D | irlmp_event.c | 235 while (NULL != hashbin_find_next(lsap_hashbin, in irlmp_do_all_lsap_event()
|