Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/irda/
Dirqueue.h92 void* hashbin_remove_this( hashbin_t* hashbin, irda_queue_t* entry);
/linux-2.4.37.9/net/irda/
Ddiscovery.c86 hashbin_remove_this(cachelog, (irda_queue_t *) node); in irlmp_add_discovery()
166 curr = hashbin_remove_this(log, (irda_queue_t *) curr); in irlmp_expire_discoveries()
Dirsyms.c138 EXPORT_SYMBOL(hashbin_remove_this);
Dirqueue.c404 void* hashbin_remove_this( hashbin_t* hashbin, irda_queue_t* entry) in hashbin_remove_this() function
/linux-2.4.37.9/net/irda/irnet/
Dirnet_irda.c599 entry = hashbin_remove_this(irnet_server.list, (irda_queue_t *) self); in irda_irnet_destroy()