/openbsd/sys/kern/ |
H A D | kern_task.c | 201 msleep_nsec(&tq->tq_running, &tq->tq_mtx, PWAIT, "tqdestroy", in taskq_destroy() 267 PWAIT, "tqbarend", INFSLP); in taskq_barrier_task() 298 PWAIT, "tqbar", INFSLP); in taskq_do_barrier() 317 PWAIT, "tqbarwait", INFSLP); in taskq_do_barrier() 405 msleep_nsec(tq, &tq->tq_mtx, PWAIT, "bored", INFSLP); in taskq_next_work()
|
H A D | init_main.c | 444 tsleep_nsec(&config_pending, PWAIT, "cfpend", INFSLP); in main() 610 tsleep_nsec(&start_init_exec, PWAIT, "initexec", INFSLP); in start_init()
|
H A D | kern_synch.c | 761 sleep_setup(&entry, PWAIT|PCATCH, "thrsleep"); in thrsleep() 947 sleep_setup(r, PWAIT, wmesg); in refcnt_finalize() 997 sleep_setup(c, PWAIT, wmesg); in cond_wait()
|
H A D | kern_srp.c | 277 tsleep_nsec(v, PWAIT, wmesg, MSEC_TO_NSEC(1)); in srp_finalize()
|
H A D | sys_futex.c | 250 error = rwsleep_nsec(p, &ftlock, PWAIT|PCATCH, "fsleep", nsecs); in futex_wait()
|
H A D | subr_autoconf.c | 361 PWAIT, "autoconf", INFSLP); in config_attach() 529 PWAIT, "autoconf", INFSLP); in config_detach()
|
H A D | kern_exit.c | 180 msleep_nsec(&pr->ps_threads, &pr->ps_mtx, PWAIT, in exit1() 641 if ((error = tsleep_nsec(q->p_p, PWAIT | PCATCH, "wait", INFSLP)) != 0) in dowait6()
|
/openbsd/sys/arch/hppa/dev/ |
H A D | power.c | 160 tsleep_nsec(v, PWAIT, "drpower", MSEC_TO_NSEC(100)); in power_thread_dr() 177 tsleep_nsec(v, PWAIT, "regpower", MSEC_TO_NSEC(100)); in power_thread_reg()
|
/openbsd/sys/dev/pci/drm/include/linux/ |
H A D | delay.h | 46 int r = tsleep_nsec(&nowake, PWAIT|PCATCH, "msleepi", in msleep_interruptible()
|
/openbsd/sys/dev/ |
H A D | midi.c | 145 PWAIT | PCATCH, "mid_rd", INFSLP); in midiread() 286 PWAIT | PCATCH, "mid_wr", INFSLP); in midiwrite() 467 PWAIT, "mid_dr", SEC_TO_NSEC(5)); in midiclose() 482 tsleep_nsec(&sc->outbuf.blocking, PWAIT, "mid_cl", MSEC_TO_NSEC(20)); in midiclose()
|
H A D | kcov.c | 774 msleep_nsec(tmp, &kcov_mtx, PWAIT, "kcov", INFSLP); in kcov_remote_register_locked() 843 msleep_nsec(kr, &kcov_mtx, PWAIT, "kcovbar", INFSLP); in kr_barrier()
|
H A D | softraid_raid5.c | 861 tsleep_nsec(sd->sd_sc, PWAIT, "sr_yield", in sr_raid5_rebuild() 956 tsleep_nsec(sd->sd_sc, PWAIT, "sr_yield",
|
/openbsd/sys/dev/onewire/ |
H A D | onewire.c | 124 tsleep_nsec(&sc->sc_dying, PWAIT, "owdt", INFSLP); in onewire_detach() 329 tsleep_nsec(sc, PWAIT, "owscan", MSEC_TO_NSEC(100)); in onewire_search() 403 tsleep_nsec(sc->sc_thread, PWAIT, "owidle", ONEWIRE_SCANTIME); in onewire_thread()
|
/openbsd/sys/miscfs/fuse/ |
H A D | fusebuf.c | 85 tsleep_nsec(fbuf, PWAIT, "fuse", INFSLP); in fb_queue()
|
/openbsd/sys/nfs/ |
H A D | nfs_aiod.c | 115 tsleep_nsec(aiod, PWAIT, "aiodidle", INFSLP); in nfs_aiod()
|
/openbsd/sys/sys/ |
H A D | param.h | 104 #define PWAIT 32 macro
|
/openbsd/sys/arch/luna88k/cbus/ |
H A D | pcex.c | 194 ret = tsleep_nsec(&(sc->intr_use[level]), PWAIT | PCATCH, "pcex", in pcex_wait_int()
|
/openbsd/sys/arch/powerpc64/dev/ |
H A D | ipmi_opal.c | 147 tsleep_nsec(sc, PWAIT, "ipmi", MSEC_TO_NSEC(1)); in ipmi_opal_recvmsg()
|
/openbsd/sys/dev/sdmmc/ |
H A D | sdmmc.c | 180 tsleep_nsec(sc, PWAIT, "mmcdie", INFSLP); in sdmmc_detach() 255 tsleep_nsec(&sc->sc_tskq, PWAIT, "mmctsk", INFSLP); in sdmmc_task_thread() 607 tsleep_nsec(&sdmmc_delay, PWAIT, "mmcdly", USEC_TO_NSEC(usecs)); in sdmmc_delay()
|
/openbsd/sys/ufs/mfs/ |
H A D | mfs_vfsops.c | 200 sleepreturn = tsleep_nsec(vp, PWAIT | PCATCH, "mfsidl", INFSLP); in mfs_start()
|
/openbsd/sys/arch/armv7/omap/ |
H A D | ti_iic.c | 417 if (tsleep_nsec(&sc->sc_dev, PWAIT, "tiiic", in ti_iic_op() 543 tsleep_nsec(&sc->sc_dev, PWAIT, "tiiic", in ti_iic_wait()
|
/openbsd/sys/dev/usb/ |
H A D | usb.c | 377 tsleep_nsec(task, PWAIT, "endtask", INFSLP); in usb_wait_task() 404 tsleep_nsec(&usb_run_tasks, PWAIT, "usbtsk", INFSLP); in usb_task_thread() 448 tsleep_nsec(&usb_run_abort_tasks, PWAIT, "usbatsk", in usb_abort_task_thread()
|
/openbsd/sys/arch/sparc64/dev/ |
H A D | vldcp.c | 404 ret = tsleep_nsec(lc->lc_rxq, PWAIT | PCATCH, "hvrd", INFSLP); in vldcpread() 470 ret = tsleep_nsec(lc->lc_txq, PWAIT | PCATCH, "hvwr", INFSLP); in vldcpwrite()
|
/openbsd/sys/arch/macppc/dev/ |
H A D | xlights.c | 269 tsleep_nsec(sc->sc_buf, PWAIT, in xlights_theosDOT()
|
/openbsd/sys/arch/arm64/dev/ |
H A D | rtkit.c | 932 error = tsleep_nsec(&state->ap_pwrstate, PWAIT, "appwr", in rtkit_set_ap_pwrstate() 970 error = tsleep_nsec(&state->iop_pwrstate, PWAIT, "ioppwr", in rtkit_set_iop_pwrstate()
|