Searched refs:hashbin_find (Results 1 – 5 of 5) sorted by relevance
/net/irda/ |
D | irqueue.c | 717 void* hashbin_find( hashbin_t* hashbin, long hashv, const char* name ) in hashbin_find() function 761 EXPORT_SYMBOL(hashbin_find); 783 entry = hashbin_find(hashbin, hashv, name); in hashbin_lock_find() 816 entry = hashbin_find(hashbin, hashv, name); in hashbin_find_next()
|
D | irias_object.c | 281 attrib = hashbin_find(obj->attribs, 0, attrib_name); in irias_object_change_attribute()
|
D | irlmp.c | 433 discovery = hashbin_find(irlmp->cachelog, daddr, NULL); in irlmp_connect_request() 645 if ((!hashbin_find(irlmp->unconnected_lsaps, (long) orig, NULL)) || in irlmp_dup()
|
D | irttp.c | 1458 if (!hashbin_find(irttp->tsaps, (long) orig, NULL)) { in irttp_dup()
|
/net/irda/irnet/ |
D | irnet_irda.c | 770 new = (irnet_socket *) hashbin_find(irnet_server.list, in irnet_find_socket()
|