/freebsd/sys/geom/uzip/ |
H A D | g_uzip_wrkthr.c | 49 sched_prio(curthread, PRIBIO); in g_uzip_wrkthr() 61 msleep(sc, &sc->queue_mtx, PRIBIO | PDROP, in g_uzip_wrkthr()
|
/freebsd/sys/geom/ |
H A D | geom_kern.c | 93 sched_prio(g_up_td, PRIBIO); in g_up_procbody() 105 sched_prio(g_down_td, PRIBIO); in g_down_procbody() 117 sched_prio(g_event_td, PRIBIO); in g_event_procbody()
|
H A D | geom_event.c | 291 msleep(&g_wait_event, &g_eventlock, PRIBIO | PDROP, in g_run_events() 452 msleep(ep, &g_eventlock, PRIBIO, "g_waitfor_event", 0); in g_waitfor_event()
|
/freebsd/sys/dev/ofw/ |
H A D | ofw_disk.c | 108 curthread->td_base_pri = PRIBIO; in ofwd_kthread() 114 msleep(sc, &sc->ofwd_queue_mtx, PRIBIO | PDROP, in ofwd_kthread()
|
/freebsd/sys/dev/fdc/ |
H A D | fdc.c | 804 tsleep(fdc, PRIBIO, "fdcrst", hz); in fdc_worker() 819 PRIBIO, "-", 0); in fdc_worker() 918 tsleep(fdc, PRIBIO, "fdrecal", hz); in fdc_worker() 929 tsleep(fdc->fd, PRIBIO, "fdhdstl", settle); in fdc_worker() 939 tsleep(fdc, PRIBIO, "fdseek", hz); in fdc_worker() 950 tsleep(fdc->fd, PRIBIO, "fdhdstl", settle); in fdc_worker() 1039 i = tsleep(fdc, PRIBIO, "fddata", hz); in fdc_worker() 1226 tsleep(fdc, PRIBIO, "fdrecal", hz); in fd_probe_disk() 1235 tsleep(fdc, PRIBIO, "fdseek", hz); in fd_probe_disk() 1305 tsleep(bp, PRIBIO, "fdwait", hz); in fdmisccmd() [all …]
|
/freebsd/sys/powerpc/mambo/ |
H A D | mambo_disk.c | 156 msleep(sc, &sc->sc_mtx, PRIBIO, "detach", 0); in mambodisk_detach() 211 msleep(sc, &sc->sc_mtx, PRIBIO, "jobqueue", 0); in mambodisk_task()
|
/freebsd/sys/dev/tpm/ |
H A D | tpm.c | 421 rv = tsleep(sc->sc_init, PRIBIO | PCATCH, "tpm_locality", 1); in tpm_request_locality() 464 rv = tsleep(sc, PRIBIO | PCATCH, "tpm_getburst", 1); in tpm_getburst() 550 rv = tsleep(c, PRIBIO | PCATCH, "tpm_poll", 1); in tpm_waitfor_poll() 606 rv = tsleep(c, PRIBIO | PCATCH, "tpm_intr", to); in tpm_waitfor_int() 1049 rv = tsleep(sc, PRIBIO | PCATCH, "legacy_tpm_start", in tpm_legacy_start() 1120 rv = tsleep(sc, PRIBIO | PCATCH, "legacy_tpm_end", in tpm_legacy_end()
|
/freebsd/sys/sys/ |
H A D | priority.h | 110 #define PRIBIO (PRI_MIN_KERN + 12) macro
|
H A D | buf.h | 299 lockinit(&(bp)->b_lock, PRIBIO + 4, wmesg, 0, LK_NEW) 314 (interlock), (wmesg), (PRIBIO + 4) | (catch), (timo), \
|
/freebsd/sys/kern/ |
H A D | sys_pipe.c | 679 prio = PRIBIO; in pipelock() 892 PRIBIO | PCATCH, in pipe_read() 1075 PRIBIO | PCATCH, "pipdww", 0); in pipe_direct_write() 1090 PRIBIO | PCATCH, "pipdwc", 0); in pipe_direct_write() 1111 error = msleep(wpipe, PIPE_MTX(wpipe), PRIBIO | PCATCH, in pipe_direct_write() 1246 error = msleep(wpipe, PIPE_MTX(rpipe), PRIBIO | PCATCH, in pipe_write() 1352 PRIBIO | PCATCH, "pipewr", 0); in pipe_write() 1729 msleep(cpipe, PIPE_MTX(cpipe), PRIBIO, "pipecl", 0); in pipeclose()
|
H A D | vfs_bio.c | 759 (PRIBIO + 4) | slpflag, "newbuf", slptimeo); in bufspace_wait() 846 PRIBIO|PDROP, "bufspace", hz/10); in bufspace_daemon() 866 PRIBIO, "-", hz); in bufspace_daemon() 2662 msleep(&bdirtywait, &bdirtylock, (PRIBIO + 4), in bwillwrite() 4522 msleep(bp, mtxp, PRIBIO, wmesg, 0); in biowait() 4564 bwait(bp, PRIBIO, "biord"); in bufwait() 4566 bwait(bp, PRIBIO, "biowr"); in bufwait() 5242 slpflag | (PRIBIO + 1), "bo_wwait", timeo); in bufobj_wwait()
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | proc.h | 46 #define minclsyspri PRIBIO
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_rawread.c | 312 bwait(bp, PRIBIO, "rawrd"); in ffs_rawread_main() 379 bwait(nbp, PRIBIO, "rawrd"); in ffs_rawread_main()
|
/freebsd/sys/cam/ |
H A D | cam_sim.c | 156 error = msleep(sim, mtx, PRIBIO, "simfree", 0); in cam_sim_free()
|
/freebsd/sys/geom/eli/ |
H A D | g_eli_crypto.c | 97 tsleep(crp, PRIBIO, "geli", hz / 5); in g_eli_crypto_cipher()
|
H A D | g_eli.c | 708 msleep(sc, &sc->sc_queue_mtx, PRIBIO, in g_eli_worker() 721 msleep(sc, &sc->sc_queue_mtx, PRIBIO, in g_eli_worker() 1177 msleep(&sc->sc_workers, &sc->sc_queue_mtx, PRIBIO, in g_eli_create() 1227 msleep(&sc->sc_workers, &sc->sc_queue_mtx, PRIBIO, in g_eli_destroy()
|
/freebsd/sys/geom/journal/ |
H A D | g_journal.c | 1963 msleep(sc, &sc->sc_mtx, PRIBIO | PDROP, "gj:work", 0); in g_journal_wait() 1970 error = msleep(sc, &sc->sc_mtx, PRIBIO, in g_journal_wait() 2003 error = msleep(sc, &sc->sc_mtx, PRIBIO | PDROP, "gj:work", timeout); in g_journal_wait() 2023 sched_prio(curthread, PRIBIO); in g_journal_worker() 2423 msleep(&sc->sc_worker, &sc->sc_mtx, PRIBIO, "gj:destroy", 0); in g_journal_destroy() 2585 tsleep(&g_journal_sync_requested, PRIBIO, "j:sreq", hz / 2); in g_journal_ctl_sync() 2814 msleep(&sc->sc_journal_copying, &sc->sc_mtx, PRIBIO, in g_journal_switch_wait() 2984 tsleep(&g_journal_switcher_state, PRIBIO, "jfini:wait", hz / 5); in g_journal_stop_switcher() 3003 error = tsleep(&g_journal_switcher_state, PRIBIO, "jsw:wait", in g_journal_switcher()
|
/freebsd/sys/dev/nvdimm/ |
H A D | nvdimm_spa.c | 329 msleep(&sc->spa_g_queue, &sc->spa_g_mtx, PRIBIO, in nvdimm_spa_g_thread() 608 msleep(&sc->spa_g_queue, &sc->spa_g_mtx, PRIBIO, "spa_e", 0); in nvdimm_spa_g_destroy_geom()
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_target.c | 821 PRIBIO | PCATCH, "targrd", 0); in targread() 1064 PRIBIO | PCATCH, "tgabrt", 0); in abort_all_pending() 1084 selwakeuppri(&softc->read_select, PRIBIO); in notify_user()
|
/freebsd/sys/dev/nvme/ |
H A D | nvme_test.c | 123 msleep(bio, mtx, PRIBIO, "biotestwait", 0); in nvme_ns_bio_test()
|
/freebsd/sys/cam/nvme/ |
H A D | nvme_da.c | 300 if ((error = cam_periph_hold(periph, PRIBIO|PCATCH)) != 0) { in ndaopen() 334 cam_periph_hold(periph, PRIBIO) == 0) { in ndaclose() 351 cam_periph_sleep(periph, &softc->refcount, PRIBIO, "ndaclose", 1); in ndaclose()
|
/freebsd/sys/geom/bde/ |
H A D | g_bde.c |
|
/freebsd/sys/powerpc/powernv/ |
H A D | opal_flash.c | 295 msleep(sc, &sc->sc_mtx, PRIBIO, "opalflash", 0); in opalflash_task()
|
/freebsd/sys/cam/mmc/ |
H A D | mmc_da.c | 456 if ((error = cam_periph_hold(periph, PRIBIO|PCATCH)) != 0) { in sddaopen() 488 cam_periph_sleep(periph, &softc->refcount, PRIBIO, "sddaclose", 1); in sddaclose() 1083 cam_periph_hold(periph, PRIBIO|PCATCH); in sdda_start_init_task() 1492 cam_periph_hold(periph, PRIBIO|PCATCH); in sdda_start_init() 1555 (void)cam_periph_hold(periph, PRIBIO); in sdda_add_part()
|
/freebsd/sys/dev/flash/ |
H A D | n25q.c | 444 msleep(sc, &sc->sc_mtx, PRIBIO, "jobqueue", hz); in n25q_task()
|