Searched refs:cl_sparse_pushes (Results 1 – 2 of 2) sorted by relevance
92 …int cl_sparse_pushes; /* number of pushes outside of the cl_lockw in pro… member
5862 while (wbp->cl_sparse_pushes) { in cluster_push_err()5865 msleep((caddr_t)&wbp->cl_sparse_pushes, &wbp->cl_lockw, PRIBIO + 1, "cluster_push_ext", NULL); in cluster_push_err()5873 if (wbp->cl_sparse_pushes < SPARSE_PUSH_LIMIT) { in cluster_push_err()5877 wbp->cl_sparse_pushes++; in cluster_push_err()5885 wbp->cl_sparse_pushes--; in cluster_push_err()5918 if (wbp->cl_sparse_wait && wbp->cl_sparse_pushes == 0) { in cluster_push_err()5919 wakeup((caddr_t)&wbp->cl_sparse_pushes); in cluster_push_err()