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