Home
last modified time | relevance | path

Searched refs:hashbin_find (Results 1 – 5 of 5) sorted by relevance

/net/irda/
Dirqueue.c717 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()
Dirias_object.c281 attrib = hashbin_find(obj->attribs, 0, attrib_name); in irias_object_change_attribute()
Dirlmp.c433 discovery = hashbin_find(irlmp->cachelog, daddr, NULL); in irlmp_connect_request()
645 if ((!hashbin_find(irlmp->unconnected_lsaps, (long) orig, NULL)) || in irlmp_dup()
Dirttp.c1458 if (!hashbin_find(irttp->tsaps, (long) orig, NULL)) { in irttp_dup()
/net/irda/irnet/
Dirnet_irda.c770 new = (irnet_socket *) hashbin_find(irnet_server.list, in irnet_find_socket()