Home
last modified time | relevance | path

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

/net/irda/
Ddiscovery.c92 hashbin_remove_this(cachelog, (irda_queue_t *) node); in irlmp_add_discovery()
201 curr = hashbin_remove_this(log, (irda_queue_t *) curr); in irlmp_expire_discoveries()
Dirqueue.c655 void* hashbin_remove_this( hashbin_t* hashbin, irda_queue_t* entry) in hashbin_remove_this() function
707 EXPORT_SYMBOL(hashbin_remove_this);
Dirias_object.c135 node = hashbin_remove_this(irias_objects, (irda_queue_t *) obj); in irias_delete_object()
164 node = hashbin_remove_this(obj->attribs, (irda_queue_t *) attrib); in irias_delete_attrib()
Dirlmp.c1536 hashbin_remove_this(irlmp->services, (irda_queue_t *) service); in irlmp_unregister_service()
1647 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()