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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_bio.c1209 if (ISSET(bp->nb_flags, NB_ASYNC)) { /* if async, release it */
1261 * just fall back to doing the async write.
1266 /* issue async write */
1482 * For async I/O, the callbacks will finish up the
1541 int error = 0, nfsvers, async; local
1573 /* Note: Can only do async I/O if nfsiods are configured. */
1574 async = (bp->nb_flags & NB_ASYNC);
1575 cb.rcb_func = async ? nfs_buf_read_rpc_finish : NULL;
1580 if (async && (nrpcs > 1)) {
1602 if (async)
2280 int error = 0, oldflags, async; local
2690 int error = 0, nfsvers, async; local
[all...]
H A Dnfs_syscalls.c179 SYSCTL_INT(_vfs_generic_nfs_server, OID_AUTO, async, CTLFLAG_RW | CTLFLAG_LOCKED, &nfsrv_async, 0, "");
339 * Service this mount's async I/O queue.
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c2059 bio_doread(vnode_t vp, daddr64_t blkno, int size, kauth_cred_t cred, int async, int queuetype) argument
2076 SET(bp->b_flags, B_READ | async);
2090 if (async) {
2099 } else if (async) {
2172 * Read-ahead multiple disk blocks. The first is sync, the rest async.
2181 * Read-ahead multiple disk blocks. The first is sync, the rest async.
2242 * make sure it's on the correct vnode queue. (async operatings
3308 * If found buffer was marked delayed write, start the async. write
3784 * to do async stuff to, and doesn't want the buffer buf_brelse()'d.
3906 if (ISSET(bp->b_flags, B_ASYNC)) { /* if async, releas
[all...]
H A Dvfs_cluster.c157 static void cluster_wait_IO(buf_t cbp_head, int async);
266 * throttle the number of async writes that
835 cluster_wait_IO(buf_t cbp_head, int async) argument
839 if (async) {
841 * async callback completion will not normally
860 if (async) {
2299 * off as async requests... we need to wait for the I/O
2328 * off as async requests... we need to wait for the I/O
2350 * off as async requests... we need to wait for the I/O
2471 * make sure all async write
[all...]
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddp_backing_store.c125 * processed by async thread.
733 vs_async_wait(vs); /* wait for any pending async writes */
812 /* pending async writes */
2445 boolean_t async,
2465 if (async) {
2502 /* revisit when async disk segments redone */
2439 vs_cl_write_complete( vstruct_t vs, __unused paging_segment_t ps, dp_offset_t offset, __unused vm_offset_t addr, dp_size_t size, boolean_t async, int error) argument

Completed in 107 milliseconds