Home
last modified time | relevance | path

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

/net/irda/
Dirias_object.c209 return hashbin_lock_find(irias_objects, 0, name); in irias_find_object()
227 attrib = hashbin_lock_find(obj->attribs, 0, name); in irias_find_attrib()
270 obj = hashbin_lock_find(irias_objects, 0, obj_name); in irias_object_change_attribute()
Dirqueue.c772 void* hashbin_lock_find( hashbin_t* hashbin, long hashv, const char* name ) in hashbin_lock_find() function
790 EXPORT_SYMBOL(hashbin_lock_find);
Dirlmp.c446 lap = hashbin_lock_find(irlmp->links, saddr, NULL); in irlmp_connect_request()
1530 service = hashbin_lock_find(irlmp->services, (long) handle, NULL); in irlmp_unregister_service()
1609 client = hashbin_lock_find(irlmp->clients, (long) handle, NULL); in irlmp_update_client()
1640 client = hashbin_lock_find(irlmp->clients, (long) handle, NULL); in irlmp_unregister_client()
Dirlap.c153 (hashbin_lock_find(irlap, self->saddr, NULL)) ); in irlap_open()
/net/irda/ircomm/
Dircomm_lmp.c153 self = (struct ircomm_cb *) hashbin_lock_find(ircomm, line, NULL); in ircomm_lmp_flow_control()
Dircomm_tty.c391 self = hashbin_lock_find(ircomm_tty, line, NULL); in ircomm_tty_install()