Searched refs:middle (Results 1 – 2 of 2) sorted by relevance
3573 const unsigned int middle = (begin + end) / 2; in pmap_find_io_attr() local3574 const int cmp = cmp_io_rgns(&wanted_range, &io_attr_table[middle]); in pmap_find_io_attr()3578 return &io_attr_table[middle]; in pmap_find_io_attr()3584 begin = middle + 1; in pmap_find_io_attr()3587 end = middle; in pmap_find_io_attr()
843 T_DECL(exec_inprogress, "test stackshots of processes in the middle of exec")