OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pending_writes
(Results
1 - 3
of
3
) 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
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
...]
rf_reconutil.c
87
reconCtrlPtr->
pending_writes
= 0;
Completed in 15 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026