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

/darwin-on-arm/xnu/bsd/sys/
H A Dubc_internal.h66 #define SPARSE_PUSH_LIMIT 4 /* limit on number of concurrent sparse pushes outside of the cl_lockw */
88 lck_mtx_t cl_lockw; member in struct:cl_writebehind
92 int cl_sparse_pushes; /* number of pushes outside of the cl_lockw in progress */
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c442 lck_mtx_init(&wbp->cl_lockw, cl_mtx_grp, cl_mtx_attr);
449 lck_mtx_destroy(&wbp->cl_lockw, cl_mtx_grp);
456 lck_mtx_lock(&wbp->cl_lockw);
470 lck_mtx_lock(&wbp->cl_lockw);
474 lck_mtx_unlock(&wbp->cl_lockw);
3141 lck_mtx_unlock(&wbp->cl_lockw);
3341 lck_mtx_unlock(&wbp->cl_lockw);
3359 lck_mtx_unlock(&wbp->cl_lockw);
5032 lck_mtx_unlock(&wbp->cl_lockw);
5050 msleep((caddr_t)&wbp->cl_sparse_wait, &wbp->cl_lockw, PRIBI
[all...]

Completed in 38 milliseconds