Searched refs:hal_queue_back (Results 1 – 2 of 2) sorted by relevance
661 hal->hal_queue_back) { in s1394_hal_queue_insert()694 if (hal->hal_queue_back == hal->hal_queue_front) { in s1394_hal_queue_remove()703 tmp = hal->hal_queue[hal->hal_queue_back]; in s1394_hal_queue_remove()704 hal->hal_queue_back = (hal->hal_queue_back + 1) % in s1394_hal_queue_remove()872 hal->hal_queue_front = hal->hal_queue_back = 0; in s1394_match_tree_nodes()886 while (hal->hal_queue_front != hal->hal_queue_back) { in s1394_match_tree_nodes()1193 hal->hal_queue_front = hal->hal_queue_back = 0; in s1394_speed_map_fill_speed_N()1207 while (hal->hal_queue_front != hal->hal_queue_back) { in s1394_speed_map_fill_speed_N()
667 int hal_queue_back; member