View | Details | Raw Unified | Return to bug 33559 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/src/sys/cam/cam_queue.c (-1 / +1 lines)
Lines 187-193 Link Here
187
/*
187
/*
188
 * camq_change_priority:  Given an array of cam_pinfo* elements with the
188
 * camq_change_priority:  Given an array of cam_pinfo* elements with the
189
 * Heap(1, num_entries) property, an index such that 1 <= index <= num_elements,
189
 * Heap(1, num_entries) property, an index such that 1 <= index <= num_elements,
190
 * and an new priority for the element at index, change the priority of
190
 * and a new priority for the element at index, change the priority of
191
 * element index and restore the Heap(0, num_elements) property.
191
 * element index and restore the Heap(0, num_elements) property.
192
 */
192
 */
193
void
193
void

Return to bug 33559