OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ncl_numasync
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/nfs/client/
nfs_clnfsiod.c
77
int
ncl_numasync
;
variable in typeref:typename:int
116
if (
ncl_numasync
>= nfs_iodmin)
122
for (i = nfs_iodmin -
ncl_numasync
; i > 0; i--)
146
if (
ncl_numasync
<= ncl_iodmax)
154
iod =
ncl_numasync
- 1;
155
for (i = 0; i <
ncl_numasync
- ncl_iodmax; i++) {
187
ncl_numasync
++;
226
while (
ncl_numasync
< nfs_iodmin) {
291
if (nmp->nm_bufqwant && nmp->nm_bufqlen <=
ncl_numasync
) {
337
if (--
ncl_numasync
== 0
[
all
...]
nfs_clsubs.c
86
extern int
ncl_numasync
;
107
for (i = 0; i <
ncl_numasync
; i++)
110
/* The last nfsiod to exit will wake us up when
ncl_numasync
hits 0 */
111
while (
ncl_numasync
)
112
msleep(&
ncl_numasync
, &ncl_iod_mutex, PWAIT, "ioddie", 0);
nfs_clbio.c
58
extern int
ncl_numasync
;
1397
(nmp->nm_bufqiods >
ncl_numasync
/ 2)) ||
1410
for (iod = 0; iod <
ncl_numasync
; iod++)
1456
while (nmp->nm_bufqlen >= 2*
ncl_numasync
) {
Completed in 59 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025