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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c177 static lck_mtx_t *iobuffer_mtxp; variable
1957 iobuffer_mtxp = lck_mtx_alloc_init(buf_mtx_grp, buf_mtx_attr);
1959 if (iobuffer_mtxp == NULL)
3063 * buf_mtxp or iobuffer_mtxp
4014 lck_mtx_lock_spin(iobuffer_mtxp);
4021 (void) msleep(&need_iobuffer, iobuffer_mtxp, PSPIN | (PRIBIO+1), (const char *)"alloc_io_buf", NULL);
4029 lck_mtx_unlock(iobuffer_mtxp);
4078 lck_mtx_lock_spin(iobuffer_mtxp);
4100 lck_mtx_unlock(iobuffer_mtxp);

Completed in 17 milliseconds