Home
last modified time | relevance | path

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

/linux-3.4.99/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.c439 lap = hashbin_lock_find(irlmp->links, saddr, NULL); in irlmp_connect_request()
1522 service = hashbin_lock_find(irlmp->services, (long) handle, NULL); in irlmp_unregister_service()
1601 client = hashbin_lock_find(irlmp->clients, (long) handle, NULL); in irlmp_update_client()
1632 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()
/linux-3.4.99/include/net/irda/
Dirqueue.h88 void* hashbin_lock_find(hashbin_t* hashbin, long hashv, const char* name);
/linux-3.4.99/net/irda/ircomm/
Dircomm_lmp.c153 self = (struct ircomm_cb *) hashbin_lock_find(ircomm, line, NULL); in ircomm_lmp_flow_control()
Dircomm_tty.c375 self = hashbin_lock_find(ircomm_tty, line, NULL); in ircomm_tty_open()