Searched refs:hashbin_find (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/net/irda/ |
D | irqueue.c | 709 void* hashbin_find( hashbin_t* hashbin, long hashv, const char* name ) in hashbin_find() function 753 EXPORT_SYMBOL(hashbin_find); 775 entry = hashbin_find(hashbin, hashv, name); in hashbin_lock_find() 808 entry = hashbin_find(hashbin, hashv, name); in hashbin_find_next()
|
D | irias_object.c | 279 attrib = hashbin_find(obj->attribs, 0, attrib_name); in irias_object_change_attribute()
|
D | irlmp.c | 423 discovery = hashbin_find(irlmp->cachelog, daddr, NULL); in irlmp_connect_request() 632 if ((!hashbin_find(irlmp->unconnected_lsaps, (long) orig, NULL)) || in irlmp_dup()
|
D | irttp.c | 1437 if (!hashbin_find(irttp->tsaps, (long) orig, NULL)) { in irttp_dup()
|
/linux-4.4.14/include/net/irda/ |
D | irqueue.h | 87 void* hashbin_find(hashbin_t* hashbin, long hashv, const char* name);
|
/linux-4.4.14/net/irda/irnet/ |
D | irnet_irda.c | 770 new = (irnet_socket *) hashbin_find(irnet_server.list, in irnet_find_socket()
|