HomeSort by: relevance | last modified time | path
    Searched defs:best_pos_r (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/raidframe/
rf_sstf.c 167 RF_SectorNum_t best_pos_r = 0, this_pos_r = 0; local in function:closest_to_arm
188 last_pos = best_pos_r = this_pos_r;
191 if (this_pos_r < best_pos_r) {
193 last_pos = best_pos_r = this_pos_r;
215 if (best_pos_r < best_pos_l)
rf_sstf.c 167 RF_SectorNum_t best_pos_r = 0, this_pos_r = 0; local in function:closest_to_arm
188 last_pos = best_pos_r = this_pos_r;
191 if (this_pos_r < best_pos_r) {
193 last_pos = best_pos_r = this_pos_r;
215 if (best_pos_r < best_pos_l)

Completed in 26 milliseconds