Searched refs:hashbin_lock_find (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/net/irda/ |
D | irias_object.c | 207 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()
|
D | irqueue.c | 764 void* hashbin_lock_find( hashbin_t* hashbin, long hashv, const char* name ) in hashbin_lock_find() function 782 EXPORT_SYMBOL(hashbin_lock_find);
|
D | irlmp.c | 436 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()
|
D | irlap.c | 147 (hashbin_lock_find(irlap, self->saddr, NULL)) ); in irlap_open()
|
/linux-4.4.14/include/net/irda/ |
D | irqueue.h | 88 void* hashbin_lock_find(hashbin_t* hashbin, long hashv, const char* name);
|
/linux-4.4.14/net/irda/ircomm/ |
D | ircomm_lmp.c | 143 self = (struct ircomm_cb *) hashbin_lock_find(ircomm, line, NULL); in ircomm_lmp_flow_control()
|
D | ircomm_tty.c | 380 self = hashbin_lock_find(ircomm_tty, line, NULL); in ircomm_tty_install()
|