Searched refs:middle (Results 1 – 2 of 2) sorted by relevance
3605 const unsigned int middle = (begin + end) / 2; in pmap_find_io_attr() local3606 const int cmp = cmp_io_rgns(&wanted_range, &io_attr_table[middle]); in pmap_find_io_attr()3610 return &io_attr_table[middle]; in pmap_find_io_attr()3616 begin = middle + 1; in pmap_find_io_attr()3619 end = middle; in pmap_find_io_attr()
853 T_DECL(exec_inprogress, "test stackshots of processes in the middle of exec")