OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:finishlist
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/raidframe/
rf_engine.c
429
RF_DagNode_t *
finishlist
= NULL; /* a list of NIL nodes to be
local in function:PropagateResults
461
s->next =
finishlist
;
462
finishlist
= s;
528
for (;
finishlist
;
finishlist
= next) {
530
next =
finishlist
->next;
531
finishlist
->status = rf_good;
532
for (i = 0; i <
finishlist
->numAntecedents; i++) {
533
finishlist
->antecedents[i]->numSuccFired++;
535
if (
finishlist
->commitNode
[
all
...]
rf_engine.c
429
RF_DagNode_t *
finishlist
= NULL; /* a list of NIL nodes to be
local in function:PropagateResults
461
s->next =
finishlist
;
462
finishlist
= s;
528
for (;
finishlist
;
finishlist
= next) {
530
next =
finishlist
->next;
531
finishlist
->status = rf_good;
532
for (i = 0; i <
finishlist
->numAntecedents; i++) {
533
finishlist
->antecedents[i]->numSuccFired++;
535
if (
finishlist
->commitNode
[
all
...]
Completed in 21 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025