Home
last modified time | relevance | path

Searched refs:cl_sparse_pushes (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.41.9/bsd/sys/
H A Dubc_internal.h93 …int cl_sparse_pushes; /* number of pushes outside of the cl_lockw in pro… member
/xnu-10002.41.9/bsd/vfs/
H A Dvfs_cluster.c5976 while (wbp->cl_sparse_pushes) { in cluster_push_err()
5979 msleep((caddr_t)&wbp->cl_sparse_pushes, &wbp->cl_lockw, PRIBIO + 1, "cluster_push_ext", NULL); in cluster_push_err()
5987 if (wbp->cl_sparse_pushes < SPARSE_PUSH_LIMIT) { in cluster_push_err()
5991 wbp->cl_sparse_pushes++; in cluster_push_err()
5999 wbp->cl_sparse_pushes--; in cluster_push_err()
6032 if (wbp->cl_sparse_wait && wbp->cl_sparse_pushes == 0) { in cluster_push_err()
6033 wakeup((caddr_t)&wbp->cl_sparse_pushes); in cluster_push_err()