Home
last modified time | relevance | path

Searched refs:hashbin_find_next (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/include/net/irda/
Dirqueue.h89 void* hashbin_find_next(hashbin_t* hashbin, long hashv, const char* name,
/linux-2.6.39/net/irda/
Dirlmp.c1026 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()
Dirqueue.c802 void* hashbin_find_next( hashbin_t* hashbin, long hashv, const char* name, in hashbin_find_next() function
Dirlmp_event.c235 while (NULL != hashbin_find_next(lsap_hashbin, in irlmp_do_all_lsap_event()