Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/irda/
Dirqueue.h86 void* hashbin_remove_this( hashbin_t* hashbin, irda_queue_t* entry);
/linux-2.6.39/net/irda/
Ddiscovery.c91 hashbin_remove_this(cachelog, (irda_queue_t *) node); in irlmp_add_discovery()
200 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.c1528 hashbin_remove_this(irlmp->services, (irda_queue_t *) service); in irlmp_unregister_service()
1639 hashbin_remove_this(irlmp->clients, (irda_queue_t *) client); in irlmp_unregister_client()
/linux-2.6.39/net/irda/irnet/
Dirnet_irda.c629 entry = hashbin_remove_this(irnet_server.list, (irda_queue_t *) self); in irda_irnet_destroy()