Searched refs:other_start (Results 1 – 1 of 1) sorted by relevance
111 uint16_t other_start, other_end; in addr_is_free() local127 other_start = node->addr; in addr_is_free()128 other_end = other_start + node->num_elem - 1; in addr_is_free()130 if (!(addr_end < other_start || addr_start > other_end)) { in addr_is_free()