Home
last modified time | relevance | path

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

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