Home
last modified time | relevance | path

Searched refs:PRIBIO (Results 1 – 13 of 13) sorted by relevance

/xnu-10002.41.9/bsd/sys/
H A Dparam.h132 #define PRIBIO 16 macro
/xnu-10002.41.9/bsd/kern/
H A Dkern_overrides.c294 …int error = msleep((caddr_t)&sys_override_wait, &sys_override_lock, PRIBIO | PCATCH, "system_overr… in PROCESS_OVERRIDING_SYSTEM_DEFAULTS()
H A Dsys_pipe.c683 error = msleep(cpipe, PIPE_MTX(cpipe), catch ? (PRIBIO | PCATCH) : PRIBIO, in pipeio_lock()
858 error = msleep(rpipe, PIPE_MTX(rpipe), PRIBIO | PCATCH, "piperd", 0); in pipe_read()
1144 error = msleep(wpipe, PIPE_MTX(wpipe), PRIBIO | PCATCH, "pipewr", 0); in pipe_write()
1355 msleep(cpipe, PIPE_MTX(cpipe), PRIBIO, "pipecl", 0); in pipeclose()
H A Dkern_aio.c583 msleep(&p->AIO_CLEANUP_SLEEP_CHAN, aio_proc_mutex(p), PRIBIO, "aio_close", 0); in _aio_close()
847 msleep(&p->AIO_CLEANUP_SLEEP_CHAN, aio_proc_mutex(p), PRIBIO, "aio_exit", 0); in _aio_exit()
1474 PCATCH | PRIBIO | PSPIN, "lio_listio", 0) != 0) { in lio_listio()
H A Dubc_subr.c1992 PRIBIO, "ubc_map", NULL); in ubc_map()
2244 PRIBIO, "ubc_unmap", NULL); in ubc_unmap()
H A Dkern_descrip.c407 msleep(&p->p_fd, &p->p_fd.fd_lock, PRIBIO, "ftbl_waitfd", NULL); in procfdtbl_waitfd()
1651 msleep(&fdp->fd_fpdrainwait, &fdp->fd_lock, PRIBIO, "fpdrain", NULL); in fileproc_drain()
/xnu-10002.41.9/bsd/vfs/
H A Dvfs_bio.c1964 PRIBIO + 1, "vnode_flushdirtyblks", hz / 20); in buf_flushdirtyblks_skipinfo()
3059 (void) msleep(bp, &buf_mtx, PSPIN | (PRIBIO + 1), "buf_wait_for_shadow", NULL); in buf_wait_for_shadow_io()
3120 err = msleep(bp, &buf_mtx, slpflag | PDROP | (PRIBIO + 1), "buf_getblk", &ts); in buf_getblk()
3783 msleep(&needbuffer, &buf_mtx, slpflag | PDROP | (PRIBIO + 1), "getnewbuf", &ts); in getnewbuf()
4002 error = msleep((caddr_t)bp, &buf_mtx, PDROP | (PRIBIO + 1), "buf_invalblkno", NULL); in buf_invalblkno()
4103 error = msleep((caddr_t)bp, &buf_mtx, slpflag | (PRIBIO + 1), "buf_acquire", &ts); in buf_acquire_locked()
4136 (void) msleep(bp, &buf_mtx, PDROP | (PRIBIO + 1), "buf_biowait", NULL); in buf_biowait()
4466 PSPIN | (PRIBIO + 1), (const char *)"alloc_io_buf (1)", in alloc_io_buf()
4476 (void)msleep(&need_iobuffer, &iobuffer_mtxp, PSPIN | (PRIBIO + 1), in alloc_io_buf()
4640 …(void)msleep0(&bufqueues[BQ_LAUNDRY], &buf_mtx, PRIBIO | PDROP, "blaundry", 0, (bcleanbufcontinuat… in bcleanbuf_thread()
[all …]
H A Dvfs_fsevents.c1375 tsleep(watcher, PRIBIO, "fsevents-close", 1); in remove_watcher()
1987 …error = msleep((caddr_t)&fsevent_unmount_dev, &watch_table_lock, PRIBIO, "fsevent_unmount_wait", &… in fsevent_unmount()
2018 …error = msleep((caddr_t)&fsevent_unmount_dev, &watch_table_lock, PRIBIO, "fsevent_unmount_pending"… in fsevent_unmount()
2256 tsleep((caddr_t)fseh->watcher, PRIBIO, "fsevents-close", 1); in fseventsf_close()
2436 tsleep((caddr_t)fseh->watcher, PRIBIO, "watcher-close", 1); in fseventsf_drain()
H A Dvfs_cluster.c573 msleep((caddr_t)&iostate->io_wanted, &iostate->io_mtxp, PRIBIO + 1, wait_name, NULL); in cluster_iostate_wait()
1150 msleep(last, &cl_transaction_mtxp, PSPIN | (PRIBIO + 1), "cluster_wait_IO", NULL); in cluster_wait_IO()
5962 msleep((caddr_t)&wbp->cl_sparse_wait, &wbp->cl_lockw, PRIBIO + 1, "cluster_push_ext", NULL); 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()
H A Dvfs_subr.c490 error = msleep((caddr_t)&vp->v_numoutput, &vp->v_lock, (slpflag | (PRIBIO + 1)), msg, &ts); in vnode_waitforwrites()
/xnu-10002.41.9/bsd/miscfs/fifofs/
H A Dfifo_vnops.c176 error = msleep(&fip->fi_flags, &vp->v_lock, PRIBIO | PCATCH, "fifocreatewait", NULL); in fifo_open()
/xnu-10002.41.9/bsd/dev/dtrace/
H A Dfasttrap.c513 msleep(&fasttrap_pid_cleanup_cb, &fasttrap_cleanup_mtx, PRIBIO, "fasttrap_pid_cleanup_cb", NULL); in fasttrap_pid_cleanup_cb()
541 msleep(&fasttrap_pid_cleanup_cb, &fasttrap_cleanup_mtx, PRIBIO, "fasttrap_pid_cleanup_cb", &t); in fasttrap_pid_cleanup_cb()
544 … msleep(&fasttrap_pid_cleanup_cb, &fasttrap_cleanup_mtx, PRIBIO, "fasttrap_pid_cleanup_cb", NULL); in fasttrap_pid_cleanup_cb()
/xnu-10002.41.9/bsd/miscfs/devfs/
H A Ddevfs_tree.c1224 msleep(&dnp->dn_lflags, &devfs_mutex, PRIBIO, 0, 0); in devfs_dntovn()