Lines Matching refs:hb_current
419 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()
877 IRDA_ASSERT( hashbin->hb_current != NULL, return NULL;); in hashbin_get_next()
880 entry = hashbin->hb_current->q_next; in hashbin_get_next()
888 hashbin->hb_current = entry; in hashbin_get_next()
906 hashbin->hb_current = entry; in hashbin_get_next()