Home
last modified time | relevance | path

Searched refs:commit (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.140.41/bsd/skywalk/nexus/
H A Dnexus_var.h582 nx_sync_tx(struct __kern_channel_ring *kring, boolean_t commit) in nx_sync_tx() argument
590 (commit ? KERN_NEXUS_SYNCF_COMMIT : 0)); in nx_sync_tx()
598 nx_sync_rx(struct __kern_channel_ring *kring, boolean_t commit) in nx_sync_rx() argument
606 (commit ? KERN_NEXUS_SYNCF_COMMIT : 0)); in nx_sync_rx()
/xnu-8020.140.41/osfmk/mach/
H A Dmemory_object.defs116 * [Response should be upl commit over the specified range.]
152 * [response should be UPL commit over the specified range.]
/xnu-8020.140.41/bsd/nfs/
H A Dnfs_bio.c2859 int error = 0, commit, iomode, iomode2, len, pg, count, npages, off; in nfs_buf_write_dirty_pages() local
2880 commit = NFS_WRITE_FILESYNC; in nfs_buf_write_dirty_pages()
2904 if (iomode2 < commit) { /* Retain the lowest commitment level returned. */ in nfs_buf_write_dirty_pages()
2905 commit = iomode2; in nfs_buf_write_dirty_pages()
2907 if ((commit != NFS_WRITE_FILESYNC) && (wverf != bp->nb_verf)) { in nfs_buf_write_dirty_pages()
2923 if (!error && (commit != NFS_WRITE_FILESYNC)) { in nfs_buf_write_dirty_pages()
H A Dnfs_vnops.c3756 int wverfset, commit = 0, committed; in nfs_write_rpc2() local
3809 error = nmp->nm_funcs->nf_write_rpc_async_finish(np, req, &commit, &rlen, &wverf2); in nfs_write_rpc2()
3858 if (commit < committed) { in nfs_write_rpc2()
3859 committed = commit; in nfs_write_rpc2()
8278 int nextsend, nextwait, wverfset, commit; in nfs_vnop_pageout() local
8487 commit = NFS_WRITE_FILESYNC; in nfs_vnop_pageout()
8556 if (iomode < commit) { in nfs_vnop_pageout()
8557 commit = iomode; in nfs_vnop_pageout()
8592 if (iomode < commit) { in nfs_vnop_pageout()
8593 commit = iomode; in nfs_vnop_pageout()
[all …]