Lines Matching refs:hb_current
421 hashbin->hb_current = NULL; in hashbin_delete()
535 if ( entry == hashbin->hb_current) in hashbin_remove_first()
536 hashbin->hb_current = NULL; in hashbin_remove_first()
625 if ( entry == hashbin->hb_current) in hashbin_remove()
626 hashbin->hb_current = NULL; in hashbin_remove()
697 if ( entry == hashbin->hb_current) in hashbin_remove_this()
698 hashbin->hb_current = NULL; in hashbin_remove_this()
822 hashbin->hb_current = entry; in hashbin_find_next()
854 hashbin->hb_current = entry; in hashbin_get_first()
884 if ( hashbin->hb_current == NULL) { in hashbin_get_next()
885 IRDA_ASSERT( hashbin->hb_current != NULL, return NULL;); in hashbin_get_next()
888 entry = hashbin->hb_current->q_next; in hashbin_get_next()
896 hashbin->hb_current = entry; in hashbin_get_next()
914 hashbin->hb_current = entry; in hashbin_get_next()