Searched refs:heap_up (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/cam/
H A Dcam_queue.c51 static void heap_up(cam_pinfo **queue_array, int new_index);
165 heap_up(queue->queue_array, queue->entries);
210 heap_up(queue->queue_array, index);
360 * heap_up: Given an array of cam_pinfo* elements with the
365 heap_up(cam_pinfo **queue_array, int new_index) function
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c209 static uint32_t heap_up(binary_heap_t * heap, uint32_t i) function
267 heap_down(heap, heap_up(heap, i));

Completed in 118 milliseconds