| /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 | 290 msleep(&g_wait_event, &g_eventlock, PRIBIO | PDROP, in g_run_events() 456 msleep(ep, &g_eventlock, PRIBIO, "g_waitfor_event", 0); in g_waitfor_event()
|
| H A D | geom_io.c | 804 PRIBIO | PDROP, "-", 0); in g_io_schedule_down() 865 PRIBIO | PDROP, "-", 0); in g_io_schedule_up()
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | proc.h | 47 #define minclsyspri PRIBIO 50 #define wtqclsyspri ((PVM + PRIBIO) / 2)
|
| /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/sys/ |
| H A D | priority.h | 116 #define PRIBIO (PRI_MIN_KERN + 3) macro
|
| /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/kern/ |
| H A D | sys_pipe.c | 674 prio = PRIBIO; in pipelock() 897 PRIBIO | PCATCH, in pipe_read() 1080 PRIBIO | PCATCH, "pipdww", 0); in pipe_direct_write() 1095 PRIBIO | PCATCH, "pipdwc", 0); in pipe_direct_write() 1116 error = msleep(wpipe, PIPE_MTX(wpipe), PRIBIO | PCATCH, in pipe_direct_write() 1251 error = msleep(wpipe, PIPE_MTX(rpipe), PRIBIO | PCATCH, in pipe_write() 1357 PRIBIO | PCATCH, "pipewr", 0); in pipe_write() 1733 msleep(cpipe, PIPE_MTX(cpipe), PRIBIO, "pipecl", 0); in pipeclose()
|
| H A D | kern_conf.c | 1142 msleep(csw, &devmtx, PRIBIO, "devprg", hz/10); in destroy_devl() 1151 msleep(&csw, &devmtx, PRIBIO, "devdrn", hz / 10); in destroy_devl() 1536 msleep(&csw->d_devs, &devmtx, PRIBIO, "devscd", hz/10); in destroy_dev_drain()
|
| /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/cam/nvme/ |
| H A D | nvme_da.c | 352 if ((error = cam_periph_hold(periph, PRIBIO|PCATCH)) != 0) { in ndaopen() 382 error = cam_periph_sleep(periph, &softc->disk->d_mediasize, PRIBIO, in ndaopen() 413 cam_periph_hold(periph, PRIBIO) == 0) { in ndaclose() 430 cam_periph_sleep(periph, &softc->refcount, PRIBIO, "ndaclose", 1); in ndaclose()
|
| /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 | 822 PRIBIO | PCATCH, "targrd", 0); in targread() 1065 PRIBIO | PCATCH, "tgabrt", 0); in abort_all_pending() 1085 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/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() 1087 cam_periph_hold(periph, PRIBIO|PCATCH); in sdda_start_init_task() 1476 cam_periph_hold(periph, PRIBIO|PCATCH); in sdda_start_init() 1536 (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()
|