OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pending_writes
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/raidframe/
rf_reconstruct.h
150
int
pending_writes
; /* number of writes which
member in struct:RF_ReconCtrl_s
rf_reconstruct.c
570
RF_StripeCount_t incPSID,lastPSID,num_writes,
pending_writes
,prev;
local in function:rf_ContinueReconstructFailedDisk
626
pending_writes
= incPSID;
630
pending_writes
so that we don't attempt to wait for more IO
636
if (
pending_writes
> lastPSID)
637
pending_writes
= lastPSID + 1;
679
startPSID = raidPtr->reconControl->lastPSID -
pending_writes
+ 1;
782
while (!recon_error && (num_writes <
pending_writes
)) {
805
pending_writes
= lastPSID - prev;
879
while (raidPtr->reconControl->
pending_writes
> 0) {
1025
raidPtr->reconControl->
pending_writes
--
[
all
...]
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025