Home
last modified time | relevance | path

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

/linux-4.4.14/net/irda/
Dirias_object.c207 return hashbin_lock_find(irias_objects, 0, name); in irias_find_object()
225 attrib = hashbin_lock_find(obj->attribs, 0, name); in irias_find_attrib()
268 obj = hashbin_lock_find(irias_objects, 0, obj_name); in irias_object_change_attribute()
Dirqueue.c764 void* hashbin_lock_find( hashbin_t* hashbin, long hashv, const char* name ) in hashbin_lock_find() function
782 EXPORT_SYMBOL(hashbin_lock_find);
Dirlmp.c436 lap = hashbin_lock_find(irlmp->links, saddr, NULL); in irlmp_connect_request()
1499 service = hashbin_lock_find(irlmp->services, (long) handle, NULL); in irlmp_unregister_service()
1575 client = hashbin_lock_find(irlmp->clients, (long) handle, NULL); in irlmp_update_client()
1604 client = hashbin_lock_find(irlmp->clients, (long) handle, NULL); in irlmp_unregister_client()
Dirlap.c147 (hashbin_lock_find(irlap, self->saddr, NULL)) ); in irlap_open()
/linux-4.4.14/include/net/irda/
Dirqueue.h88 void* hashbin_lock_find(hashbin_t* hashbin, long hashv, const char* name);
/linux-4.4.14/net/irda/ircomm/
Dircomm_lmp.c143 self = (struct ircomm_cb *) hashbin_lock_find(ircomm, line, NULL); in ircomm_lmp_flow_control()
Dircomm_tty.c380 self = hashbin_lock_find(ircomm_tty, line, NULL); in ircomm_tty_install()