Searched refs:nextsend (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_vnops.c | 7931 int nextsend, nextwait; in nfs_vnop_pagein() local 7993 nextsend = nextwait = 0; in nfs_vnop_pagein() 8000 while ((txsize > 0) && (req[nextsend] == NULL)) { in nfs_vnop_pagein() 8002 …error = nmp->nm_funcs->nf_read_rpc_async(np, txoffset, iosize, thd, cred, NULL, &req[nextsend]))) { in nfs_vnop_pagein() 8003 req[nextsend] = NULL; in nfs_vnop_pagein() 8008 nextsend = (nextsend + 1) % MAXPAGINGREQS; in nfs_vnop_pagein() 8289 int nextsend, nextwait, wverfset, commit; in nfs_vnop_pageout() local 8501 nextsend = nextwait = 0; in nfs_vnop_pageout() 8508 while ((txsize > 0) && (req[nextsend] == NULL)) { in nfs_vnop_pageout() 8519 … = nmp->nm_funcs->nf_write_rpc_async(np, auio, iosize, thd, cred, iomode, NULL, &req[nextsend]))) { in nfs_vnop_pageout() [all …]
|