Searched refs:nSucc (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/raidframe/ |
H A D | rf_dagutils.c | 97 int nSucc, int nAnte, int nParam, int nResult, in rf_InitNode() argument 119 node->numSuccedents = nSucc; in rf_InitNode() 130 nptrs = nSucc + nAnte + nResult + nSucc; in rf_InitNode() 151 node->succedents = (nSucc) ? (RF_DagNode_t **) ptrs : NULL; in rf_InitNode() 152 node->antecedents = (nAnte) ? (RF_DagNode_t **) (ptrs + nSucc) : NULL; in rf_InitNode() 153 node->results = (nResult) ? (void **) (ptrs + nSucc + nAnte) : NULL; in rf_InitNode() 154 node->propList = (nSucc) ? (RF_PropHeader_t **) (ptrs + nSucc + nAnte + nResult) : NULL; in rf_InitNode()
|
H A D | rf_pq.c | 221 PQOne(RF_Raid_t *raidPtr, int *nSucc, int *nAnte, RF_AccessStripeMap_t *asmap) 223 *nSucc = *nAnte = 1; 227 PQOneTwo(RF_Raid_t *raidPtr, int *nSucc, int *nAnte, RF_AccessStripeMap_t *asmap) 229 *nSucc = 1;
|