Searched refs:hashbin_remove (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/include/net/irda/ |
D | irqueue.h | 84 void* hashbin_remove(hashbin_t* hashbin, long hashv, const char* name);
|
/linux-4.1.27/net/irda/ |
D | irlmp.c | 255 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()
|
D | irqueue.c | 558 void* hashbin_remove( hashbin_t* hashbin, long hashv, const char* name) in hashbin_remove() function 636 EXPORT_SYMBOL(hashbin_remove);
|
D | irda_device.c | 172 hashbin_remove(tasks, (long) task, NULL); in irda_task_delete()
|
D | irlmp_event.c | 569 lsap = hashbin_remove(irlmp->unconnected_lsaps, (long) self, in irlmp_state_connect()
|
D | iriap.c | 250 entry = (struct iriap_cb *) hashbin_remove(iriap, (long) self, NULL); in iriap_close()
|
D | irlap.c | 224 lap = hashbin_remove(irlap, self->saddr, NULL); in irlap_close()
|
D | irttp.c | 524 tsap = hashbin_remove(irttp->tsaps, (long) self, NULL); in irttp_close_tsap()
|
/linux-4.1.27/net/irda/ircomm/ |
D | ircomm_core.c | 190 entry = hashbin_remove(ircomm, self->line, NULL); in ircomm_close()
|