OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_maxactive
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/
vndvar.h
118
int
sc_maxactive
; /* max # of active requests */
member in struct:vnd_softc
vnd.c
165
#define VND_MAXPENDING(vnd) ((vnd)->
sc_maxactive
* 4)
724
while (vnd->sc_active >= vnd->
sc_maxactive
) {
1737
vnd->
sc_maxactive
= 2;
1739
vnd->
sc_maxactive
= 8;
1741
if (vnd->
sc_maxactive
< 1)
1742
vnd->
sc_maxactive
= 1;
Completed in 39 milliseconds
Indexes created Tue Oct 21 08:09:48 GMT 2025