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

/net/irda/
H A Ddiscovery.c90 hashbin_remove_this(cachelog, (irda_queue_t *) node);
199 curr = hashbin_remove_this(log, (irda_queue_t *) curr);
H A Dirias_object.c135 node = hashbin_remove_this(irias_objects, (irda_queue_t *) obj);
164 node = hashbin_remove_this(obj->attribs, (irda_queue_t *) attrib);
H A Dirqueue.c46 * o hashbin_remove() is broken => use hashbin_remove_this()
144 * o hashbin_remove_this()
499 * similar to hashbin_remove_this(), so can be considered safe.
645 * Function hashbin_remove_this (hashbin, entry)
655 void* hashbin_remove_this( hashbin_t* hashbin, irda_queue_t* entry) function
707 EXPORT_SYMBOL(hashbin_remove_this); variable
H A Dirlmp.c1537 hashbin_remove_this(irlmp->services, (irda_queue_t *) service);
1648 hashbin_remove_this(irlmp->clients, (irda_queue_t *) client);
/net/irda/irnet/
H A Dirnet_irda.c629 entry = hashbin_remove_this(irnet_server.list, (irda_queue_t *) self);

Completed in 62 milliseconds