Searched refs:hashbin_remove (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/irda/
H A Dirqueue.h84 void* hashbin_remove(hashbin_t* hashbin, long hashv, const char* name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/irda/
H A Dirqueue.h84 void* hashbin_remove(hashbin_t* hashbin, long hashv, const char* name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/irda/
H A Dirlmp.c253 lsap = hashbin_remove(lap->lsaps, (long) self, NULL);
261 lsap = hashbin_remove(irlmp->unconnected_lsaps, (long) self,
344 link = hashbin_remove(irlmp->links, saddr, NULL);
474 lsap = hashbin_remove(irlmp->unconnected_lsaps, (long) self, NULL);
720 lsap = hashbin_remove(self->lap->lsaps, (long) self, NULL);
772 lsap = hashbin_remove(self->lap->lsaps, (long) self, NULL);
H A Dirqueue.c46 * o hashbin_remove() is broken => use hashbin_remove_this()
143 * o hashbin_remove()
498 * Note : this function no longer use hashbin_remove(), but does things
549 * Function hashbin_remove (hashbin, hashv, name)
554 * concept behind hashbin_remove() is broken. In many cases, it's not
558 * hashbin_remove(hasbin, (int) self, NULL);
562 void* hashbin_remove( hashbin_t* hashbin, long hashv, const char* name) function
642 EXPORT_SYMBOL(hashbin_remove); variable
H A Dirda_device.c177 hashbin_remove(tasks, (long) task, NULL);
H A Dirlmp_event.c583 lsap = hashbin_remove(irlmp->unconnected_lsaps, (long) self,
H A Diriap.c254 entry = (struct iriap_cb *) hashbin_remove(iriap, (long) self, NULL);
H A Dirlap.c231 lap = hashbin_remove(irlap, self->saddr, NULL);
H A Dirttp.c529 tsap = hashbin_remove(irttp->tsaps, (long) self, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/irda/
H A Dirlmp.c253 lsap = hashbin_remove(lap->lsaps, (long) self, NULL);
261 lsap = hashbin_remove(irlmp->unconnected_lsaps, (long) self,
344 link = hashbin_remove(irlmp->links, saddr, NULL);
474 lsap = hashbin_remove(irlmp->unconnected_lsaps, (long) self, NULL);
720 lsap = hashbin_remove(self->lap->lsaps, (long) self, NULL);
772 lsap = hashbin_remove(self->lap->lsaps, (long) self, NULL);
H A Dirqueue.c46 * o hashbin_remove() is broken => use hashbin_remove_this()
143 * o hashbin_remove()
498 * Note : this function no longer use hashbin_remove(), but does things
549 * Function hashbin_remove (hashbin, hashv, name)
554 * concept behind hashbin_remove() is broken. In many cases, it's not
558 * hashbin_remove(hasbin, (int) self, NULL);
562 void* hashbin_remove( hashbin_t* hashbin, long hashv, const char* name) function
642 EXPORT_SYMBOL(hashbin_remove); variable
H A Dirda_device.c177 hashbin_remove(tasks, (long) task, NULL);
H A Dirlmp_event.c583 lsap = hashbin_remove(irlmp->unconnected_lsaps, (long) self,
H A Diriap.c254 entry = (struct iriap_cb *) hashbin_remove(iriap, (long) self, NULL);
H A Dirlap.c231 lap = hashbin_remove(irlap, self->saddr, NULL);
H A Dirttp.c529 tsap = hashbin_remove(irttp->tsaps, (long) self, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/irda/ircomm/
H A Dircomm_core.c197 entry = hashbin_remove(ircomm, self->line, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/irda/ircomm/
H A Dircomm_core.c197 entry = hashbin_remove(ircomm, self->line, NULL);

Completed in 290 milliseconds