Searched refs:hashbin_remove (Results 1 – 8 of 8) sorted by relevance
/net/irda/ |
D | irlmp.c | 260 lsap = hashbin_remove(lap->lsaps, (long) self, NULL); in irlmp_close_lsap() 268 lsap = hashbin_remove(irlmp->unconnected_lsaps, (long) self, in irlmp_close_lsap() 351 link = hashbin_remove(irlmp->links, saddr, NULL); in irlmp_unregister_link() 481 lsap = hashbin_remove(irlmp->unconnected_lsaps, (long) self, NULL); in irlmp_connect_request() 727 lsap = hashbin_remove(self->lap->lsaps, (long) self, NULL); in irlmp_disconnect_request() 780 lsap = hashbin_remove(self->lap->lsaps, (long) self, NULL); in irlmp_disconnect_indication()
|
D | irqueue.c | 562 void* hashbin_remove( hashbin_t* hashbin, long hashv, const char* name) in hashbin_remove() function 642 EXPORT_SYMBOL(hashbin_remove);
|
D | irda_device.c | 178 hashbin_remove(tasks, (long) task, NULL); in irda_task_delete()
|
D | irlmp_event.c | 584 lsap = hashbin_remove(irlmp->unconnected_lsaps, (long) self, in irlmp_state_connect()
|
D | iriap.c | 260 entry = (struct iriap_cb *) hashbin_remove(iriap, (long) self, NULL); in iriap_close()
|
D | irlap.c | 232 lap = hashbin_remove(irlap, self->saddr, NULL); in irlap_close()
|
D | irttp.c | 531 tsap = hashbin_remove(irttp->tsaps, (long) self, NULL); in irttp_close_tsap()
|
/net/irda/ircomm/ |
D | ircomm_core.c | 197 entry = hashbin_remove(ircomm, self->line, NULL); in ircomm_close()
|