Searched refs:hashbin_lock_find (Results 1 - 6 of 6) sorted by relevance

/net/irda/
H A Dirias_object.c209 return hashbin_lock_find(irias_objects, 0, name);
227 attrib = hashbin_lock_find(obj->attribs, 0, name);
270 obj = hashbin_lock_find(irias_objects, 0, obj_name);
H A Dirqueue.c148 * o hashbin_lock_find()
764 * Function hashbin_lock_find (hashbin, hashv, name)
772 void* hashbin_lock_find( hashbin_t* hashbin, long hashv, const char* name ) function
790 EXPORT_SYMBOL(hashbin_lock_find); variable
H A Dirlmp.c446 lap = hashbin_lock_find(irlmp->links, saddr, NULL);
1531 service = hashbin_lock_find(irlmp->services, (long) handle, NULL);
1610 client = hashbin_lock_find(irlmp->clients, (long) handle, NULL);
1641 client = hashbin_lock_find(irlmp->clients, (long) handle, NULL);
H A Dirlap.c151 (hashbin_lock_find(irlap, self->saddr, NULL)) );
/net/irda/ircomm/
H A Dircomm_lmp.c151 self = (struct ircomm_cb *) hashbin_lock_find(ircomm, line, NULL);
H A Dircomm_tty.c388 self = hashbin_lock_find(ircomm_tty, line, NULL);

Completed in 64 milliseconds