OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pssTable
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/raidframe/
rf_reconutil.c
149
reconCtrlPtr->
pssTable
= rf_MakeParityStripeStatusTable(raidPtr);
183
rf_FreeParityStripeStatusTable(raidPtr, reconCtrlPtr->
pssTable
);
268
RF_PSStatusHeader_t *
pssTable
;
274
pssTable
= raidPtr->reconControl->
pssTable
;
277
rf_lock_mutex2(
pssTable
[i].mutex);
278
for (p =
pssTable
[i].chain; p; p = p->next) {
294
rf_unlock_mutex2(
pssTable
[i].mutex);
rf_psstatus.c
62
RF_PSStatusHeader_t *
pssTable
);
106
RF_PSStatusHeader_t *
pssTable
;
109
pssTable
= RF_Malloc(raidPtr->pssTableSize * sizeof(*
pssTable
));
111
rf_init_mutex2(
pssTable
[i].mutex, IPL_VM);
112
rf_init_cond2(
pssTable
[i].cond, "rfpsslk");
114
return (
pssTable
);
119
RF_PSStatusHeader_t *
pssTable
)
125
RealPrintPSStatusTable(raidPtr,
pssTable
);
128
if (
pssTable
[i].chain)
[
all
...]
rf_reconstruct.h
163
RF_PSStatusHeader_t *
pssTable
; /* stores the reconstruction status of
Completed in 34 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025