Searched refs:hashbin_lock_find (Results 1 – 6 of 6) sorted by relevance
/net/irda/ |
D | irias_object.c | 209 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()
|
D | irqueue.c | 772 void* hashbin_lock_find( hashbin_t* hashbin, long hashv, const char* name ) in hashbin_lock_find() function 790 EXPORT_SYMBOL(hashbin_lock_find);
|
D | irlmp.c | 446 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()
|
D | irlap.c | 153 (hashbin_lock_find(irlap, self->saddr, NULL)) ); in irlap_open()
|
/net/irda/ircomm/ |
D | ircomm_lmp.c | 153 self = (struct ircomm_cb *) hashbin_lock_find(ircomm, line, NULL); in ircomm_lmp_flow_control()
|
D | ircomm_tty.c | 391 self = hashbin_lock_find(ircomm_tty, line, NULL); in ircomm_tty_install()
|