Home
last modified time | relevance | path

Searched refs:hashbin_remove (Results 1 – 8 of 8) sorted by relevance

/net/irda/
Dirlmp.c260 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()
Dirqueue.c562 void* hashbin_remove( hashbin_t* hashbin, long hashv, const char* name) in hashbin_remove() function
642 EXPORT_SYMBOL(hashbin_remove);
Dirda_device.c178 hashbin_remove(tasks, (long) task, NULL); in irda_task_delete()
Dirlmp_event.c584 lsap = hashbin_remove(irlmp->unconnected_lsaps, (long) self, in irlmp_state_connect()
Diriap.c260 entry = (struct iriap_cb *) hashbin_remove(iriap, (long) self, NULL); in iriap_close()
Dirlap.c232 lap = hashbin_remove(irlap, self->saddr, NULL); in irlap_close()
Dirttp.c531 tsap = hashbin_remove(irttp->tsaps, (long) self, NULL); in irttp_close_tsap()
/net/irda/ircomm/
Dircomm_core.c197 entry = hashbin_remove(ircomm, self->line, NULL); in ircomm_close()