OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newpssPtr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/raidframe/
rf_reconstruct.c
1261
RF_ReconParityStripeStatus_t *pssPtr, *
newpssPtr
;
1269
newpssPtr
= rf_AllocPSStatus(raidPtr);
1272
pssPtr = rf_LookupRUStatus(raidPtr, raidPtr->reconControl->pssTable, psid, which_ru, RF_PSS_CREATE,
newpssPtr
);
1274
if (pssPtr !=
newpssPtr
) {
1275
rf_FreePSStatus(raidPtr,
newpssPtr
);
1299
if (pssPtr ==
newpssPtr
)
1762
RF_ReconParityStripeStatus_t *pssPtr, *
newpssPtr
; /* a pointer to the parity
1778
newpssPtr
= rf_AllocPSStatus(raidPtr);
1782
pssPtr = rf_LookupRUStatus(raidPtr, raidPtr->reconControl->pssTable, psid, which_ru, RF_PSS_CREATE | RF_PSS_RECON_BLOCKED,
newpssPtr
);
1784
if (pssPtr !=
newpssPtr
) {
[
all
...]
rf_psstatus.c
142
* if the create_flag is on, uses (and returns)
newpssPtr
if
148
* flags - whether or not to use
newpssPtr
if the needed PSS
154
RF_PSSFlags_t flags, RF_ReconParityStripeStatus_t *
newpssPtr
)
165
p =
newpssPtr
;
Completed in 13 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025