Home
last modified time | relevance | path

Searched refs:hb_current (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/irda/
Dirqueue.c419 hashbin->hb_current = NULL; in hashbin_delete()
531 if ( entry == hashbin->hb_current) in hashbin_remove_first()
532 hashbin->hb_current = NULL; in hashbin_remove_first()
619 if ( entry == hashbin->hb_current) in hashbin_remove()
620 hashbin->hb_current = NULL; in hashbin_remove()
689 if ( entry == hashbin->hb_current) in hashbin_remove_this()
690 hashbin->hb_current = NULL; in hashbin_remove_this()
814 hashbin->hb_current = entry; in hashbin_find_next()
846 hashbin->hb_current = entry; in hashbin_get_first()
876 if ( hashbin->hb_current == NULL) { in hashbin_get_next()
[all …]
/linux-4.4.14/include/net/irda/
Dirqueue.h76 irda_queue_t* hb_current; member