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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c157 static void cluster_wait_IO(buf_t cbp_head, int async);
835 cluster_wait_IO(buf_t cbp_head, int async) function
867 (void) msleep(cbp, cl_transaction_mtxp, PDROP | (PRIBIO+1), "cluster_wait_IO", NULL);
886 * or, we've already done a cluster_wait_IO on an incomplete chain
1179 cluster_wait_IO(cbp_head, (flags & CL_ASYNC));
1219 * waited for the I/Os to complete above in the call to cluster_wait_IO
1386 cluster_wait_IO(cbp_head, (flags & CL_ASYNC));
1590 cluster_wait_IO(cbp_head, (flags & CL_ASYNC));

Completed in 31 milliseconds