Searched refs:nm_iodq (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsmount.h318 struct nfs_reqqhead nm_iodq; /* async I/O request queue */ member in struct:nfsmount
H A Dnfs_syscalls.c350 TAILQ_CONCAT(&iodq, &nmp->nm_iodq, r_achain);
362 morework = !TAILQ_EMPTY(&nmp->nm_iodq);
H A Dnfs_vfsops.c2665 TAILQ_INIT(&nmp->nm_iodq);
4316 TAILQ_CONCAT(&iodq, &nmp->nm_iodq, r_achain);
H A Dnfs_bio.c3777 TAILQ_INSERT_TAIL(&nmp->nm_iodq, req, r_achain);
H A Dnfs_socket.c3525 TAILQ_REMOVE(&nmp->nm_iodq, req, r_achain);

Completed in 152 milliseconds