OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:syncNode
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/raidframe/
rf_parityloggingdags.c
87
RF_DagNode_t *nodes, *wndNodes, *rodNodes = NULL, *
syncNode
, *xorNode,
115
syncNode
= &nodes[i];
134
rf_InitNode(
syncNode
, rf_wait, RF_FALSE, rf_NullNodeFunc, rf_NullNodeUndoFunc, NULL, nWndNodes + 1, nRodNodes + 1, 0, 0, dag_h, "Nil", allocList);
221
RF_ASSERT(
syncNode
->numAntecedents == nRodNodes + 1);
222
blockNode->succedents[nRodNodes] =
syncNode
;
223
syncNode
->antecedents[0] = blockNode;
224
syncNode
->antType[0] = rf_control;
226
/* connect the Rod nodes to the
syncNode
*/
228
rodNodes[i].succedents[0] =
syncNode
;
229
syncNode
->antecedents[1 + i] = &rodNodes[i]
[
all
...]
rf_parityloggingdags.c
87
RF_DagNode_t *nodes, *wndNodes, *rodNodes = NULL, *
syncNode
, *xorNode,
115
syncNode
= &nodes[i];
134
rf_InitNode(
syncNode
, rf_wait, RF_FALSE, rf_NullNodeFunc, rf_NullNodeUndoFunc, NULL, nWndNodes + 1, nRodNodes + 1, 0, 0, dag_h, "Nil", allocList);
221
RF_ASSERT(
syncNode
->numAntecedents == nRodNodes + 1);
222
blockNode->succedents[nRodNodes] =
syncNode
;
223
syncNode
->antecedents[0] = blockNode;
224
syncNode
->antType[0] = rf_control;
226
/* connect the Rod nodes to the
syncNode
*/
228
rodNodes[i].succedents[0] =
syncNode
;
229
syncNode
->antecedents[1 + i] = &rodNodes[i]
[
all
...]
rf_parityloggingdags.c
87
RF_DagNode_t *nodes, *wndNodes, *rodNodes = NULL, *
syncNode
, *xorNode,
115
syncNode
= &nodes[i];
134
rf_InitNode(
syncNode
, rf_wait, RF_FALSE, rf_NullNodeFunc, rf_NullNodeUndoFunc, NULL, nWndNodes + 1, nRodNodes + 1, 0, 0, dag_h, "Nil", allocList);
221
RF_ASSERT(
syncNode
->numAntecedents == nRodNodes + 1);
222
blockNode->succedents[nRodNodes] =
syncNode
;
223
syncNode
->antecedents[0] = blockNode;
224
syncNode
->antType[0] = rf_control;
226
/* connect the Rod nodes to the
syncNode
*/
228
rodNodes[i].succedents[0] =
syncNode
;
229
syncNode
->antecedents[1 + i] = &rodNodes[i]
[
all
...]
Completed in 32 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025