Home
last modified time | relevance | path

Searched refs:queue_cmp (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/cam/
H A Dcam_queue.c297 queue_cmp(cam_pinfo **queue_array, int i, int j) in queue_cmp() function
338 if (queue_cmp(queue_array, parent, child) <= 0) in heap_up()
361 if (queue_cmp(queue_array, child + 1, child) < 0) in heap_down()
365 if (queue_cmp(queue_array, parent, child) <= 0) in heap_down()