Home
last modified time | relevance | path

Searched refs:hashbin_remove_this (Results 1 – 5 of 5) sorted by relevance

/net/irda/
Ddiscovery.c90 hashbin_remove_this(cachelog, (irda_queue_t *) node); in irlmp_add_discovery()
195 curr = hashbin_remove_this(log, (irda_queue_t *) curr); in irlmp_expire_discoveries()
Dirias_object.c133 node = hashbin_remove_this(irias_objects, (irda_queue_t *) obj); in irias_delete_object()
162 node = hashbin_remove_this(obj->attribs, (irda_queue_t *) attrib); in irias_delete_attrib()
Dirqueue.c647 void* hashbin_remove_this( hashbin_t* hashbin, irda_queue_t* entry) in hashbin_remove_this() function
697 EXPORT_SYMBOL(hashbin_remove_this);
Dirlmp.c1505 hashbin_remove_this(irlmp->services, (irda_queue_t *) service); in irlmp_unregister_service()
1611 hashbin_remove_this(irlmp->clients, (irda_queue_t *) client); in irlmp_unregister_client()
/net/irda/irnet/
Dirnet_irda.c629 entry = hashbin_remove_this(irnet_server.list, (irda_queue_t *) self); in irda_irnet_destroy()