OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:best_l
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/raidframe/
rf_sstf.c
168
RF_DiskQueueData_t *r, *
best_l
, *best_r;
local in function:closest_to_arm
170
best_r =
best_l
= NULL;
173
if (
best_l
== NULL) {
174
best_l
= r;
179
best_l
= r;
204
if ((best_r == NULL) && (
best_l
== NULL))
208
if ((*dir == DIR_LEFT) &&
best_l
)
209
return (
best_l
);
211
if (
best_l
== NULL)
214
return (
best_l
);
[
all
...]
Completed in 11 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025