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

/xnu-2422.115.4/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 */
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cluster.c423 lck_mtx_init(&wbp->cl_lockw, cl_mtx_grp, cl_mtx_attr);
430 lck_mtx_destroy(&wbp->cl_lockw, cl_mtx_grp);
437 lck_mtx_lock(&wbp->cl_lockw);
451 lck_mtx_lock(&wbp->cl_lockw);
455 lck_mtx_unlock(&wbp->cl_lockw);
3113 lck_mtx_unlock(&wbp->cl_lockw);
3313 lck_mtx_unlock(&wbp->cl_lockw);
3331 lck_mtx_unlock(&wbp->cl_lockw);
5005 lck_mtx_unlock(&wbp->cl_lockw);
5023 msleep((caddr_t)&wbp->cl_sparse_wait, &wbp->cl_lockw, PRIBI
[all...]

Completed in 38 milliseconds