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

/freebsd-12-stable/sys/cam/
H A Dcam_queue.c53 static void heap_up(cam_pinfo **queue_array, int new_index);
167 heap_up(queue->queue_array, queue->entries);
212 heap_up(queue->queue_array, index);
362 * heap_up: Given an array of cam_pinfo* elements with the
367 heap_up(cam_pinfo **queue_array, int new_index) function
/freebsd-12-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 111 milliseconds