OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:floatingRbufs
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/raidframe/
rf_reconutil.c
139
reconCtrlPtr->
floatingRbufs
= NULL;
144
rbuf->next = reconCtrlPtr->
floatingRbufs
;
145
reconCtrlPtr->
floatingRbufs
= rbuf;
169
t = reconCtrlPtr->
floatingRbufs
;
171
reconCtrlPtr->
floatingRbufs
= t->next;
173
t = reconCtrlPtr->
floatingRbufs
;
297
for (rbuf = raidPtr->reconControl->
floatingRbufs
; rbuf;
rf_reconstruct.h
152
RF_ReconBuffer_t *
floatingRbufs
; /* available floating
rf_reconbuffer.c
216
if (reconCtrlPtr->
floatingRbufs
) {
217
t = reconCtrlPtr->
floatingRbufs
;
218
reconCtrlPtr->
floatingRbufs
= t->next;
419
rbuf->next = rcPtr->
floatingRbufs
;
420
rcPtr->
floatingRbufs
= rbuf;
rf_raid1.c
627
if (reconCtrlPtr->
floatingRbufs
) {
633
t = reconCtrlPtr->
floatingRbufs
;
634
reconCtrlPtr->
floatingRbufs
= t->next;
Completed in 13 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025