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

/net/irda/
H A Dirqueue.c90 * o hashbin_find()
154 * o hashbin_find()
717 void* hashbin_find( hashbin_t* hashbin, long hashv, const char* name ) function
722 IRDA_DEBUG( 4, "hashbin_find()\n");
761 EXPORT_SYMBOL(hashbin_find); variable
783 entry = hashbin_find(hashbin, hashv, name);
793 * Function hashbin_find (hashbin, hashv, name, pnext)
816 entry = hashbin_find(hashbin, hashv, name);
H A Dirias_object.c281 attrib = hashbin_find(obj->attribs, 0, attrib_name);
H A Dirlmp.c433 discovery = hashbin_find(irlmp->cachelog, daddr, NULL);
645 if ((!hashbin_find(irlmp->unconnected_lsaps, (long) orig, NULL)) ||
H A Dirttp.c1455 if (!hashbin_find(irttp->tsaps, (long) orig, NULL)) {
/net/irda/irnet/
H A Dirnet_irda.c770 new = (irnet_socket *) hashbin_find(irnet_server.list,

Completed in 112 milliseconds