Searched refs:nextsend (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.121.3/bsd/nfs/ |
| H A D | nfs_vnops.c | 7920 int nextsend, nextwait; in nfs_vnop_pagein() local 7982 nextsend = nextwait = 0; in nfs_vnop_pagein() 7989 while ((txsize > 0) && (req[nextsend] == NULL)) { in nfs_vnop_pagein() 7991 …error = nmp->nm_funcs->nf_read_rpc_async(np, txoffset, iosize, thd, cred, NULL, &req[nextsend]))) { in nfs_vnop_pagein() 7992 req[nextsend] = NULL; in nfs_vnop_pagein() 7997 nextsend = (nextsend + 1) % MAXPAGINGREQS; in nfs_vnop_pagein() 8278 int nextsend, nextwait, wverfset, commit; in nfs_vnop_pageout() local 8490 nextsend = nextwait = 0; in nfs_vnop_pageout() 8497 while ((txsize > 0) && (req[nextsend] == NULL)) { in nfs_vnop_pageout() 8508 … = nmp->nm_funcs->nf_write_rpc_async(np, auio, iosize, thd, cred, iomode, NULL, &req[nextsend]))) { in nfs_vnop_pageout() [all …]
|