Lines Matching refs:hb_queue
409 queue = dequeue_first((irda_queue_t**) &hashbin->hb_queue[i]); in hashbin_delete()
414 (irda_queue_t**) &hashbin->hb_queue[i]); in hashbin_delete()
478 enqueue_first( (irda_queue_t**) &hashbin->hb_queue[ bin ], in hashbin_insert()
521 dequeue_general( (irda_queue_t**) &hashbin->hb_queue[ bin ], in hashbin_remove_first()
582 entry = hashbin->hb_queue[ bin ]; in hashbin_remove()
604 } while ( entry != hashbin->hb_queue[ bin ] ); in hashbin_remove()
611 dequeue_general( (irda_queue_t**) &hashbin->hb_queue[ bin ], in hashbin_remove()
679 dequeue_general( (irda_queue_t**) &hashbin->hb_queue[ bin ], in hashbin_remove_this()
729 entry = hashbin->hb_queue[ bin]; in hashbin_find()
748 } while ( entry != hashbin->hb_queue[ bin ] ); in hashbin_find()
844 entry = hashbin->hb_queue[ i]; in hashbin_get_first()
887 if ( entry != hashbin->hb_queue[ bin ]) { in hashbin_get_next()
904 entry = hashbin->hb_queue[ i]; in hashbin_get_next()