Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/irda/
Dirqueue.h84 void* hashbin_remove(hashbin_t* hashbin, long hashv, const char* name);
/linux-4.4.14/net/irda/
Dirlmp.c255 lsap = hashbin_remove(lap->lsaps, (long) self, NULL); in irlmp_close_lsap()
263 lsap = hashbin_remove(irlmp->unconnected_lsaps, (long) self, in irlmp_close_lsap()
342 link = hashbin_remove(irlmp->links, saddr, NULL); in irlmp_unregister_link()
472 lsap = hashbin_remove(irlmp->unconnected_lsaps, (long) self, NULL); in irlmp_connect_request()
714 lsap = hashbin_remove(self->lap->lsaps, (long) self, NULL); in irlmp_disconnect_request()
767 lsap = hashbin_remove(self->lap->lsaps, (long) self, NULL); in irlmp_disconnect_indication()
Dirqueue.c558 void* hashbin_remove( hashbin_t* hashbin, long hashv, const char* name) in hashbin_remove() function
636 EXPORT_SYMBOL(hashbin_remove);
Dirda_device.c172 hashbin_remove(tasks, (long) task, NULL); in irda_task_delete()
Dirlmp_event.c569 lsap = hashbin_remove(irlmp->unconnected_lsaps, (long) self, in irlmp_state_connect()
Diriap.c250 entry = (struct iriap_cb *) hashbin_remove(iriap, (long) self, NULL); in iriap_close()
Dirlap.c224 lap = hashbin_remove(irlap, self->saddr, NULL); in irlap_close()
Dirttp.c524 tsap = hashbin_remove(irttp->tsaps, (long) self, NULL); in irttp_close_tsap()
/linux-4.4.14/net/irda/ircomm/
Dircomm_core.c190 entry = hashbin_remove(ircomm, self->line, NULL); in ircomm_close()