Home
last modified time | relevance | path

Searched refs:PWAIT (Results 1 – 25 of 78) sorted by relevance

1234

/openbsd/sys/kern/
H A Dkern_task.c201 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 Dinit_main.c444 tsleep_nsec(&config_pending, PWAIT, "cfpend", INFSLP); in main()
610 tsleep_nsec(&start_init_exec, PWAIT, "initexec", INFSLP); in start_init()
H A Dkern_synch.c761 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 Dkern_srp.c277 tsleep_nsec(v, PWAIT, wmesg, MSEC_TO_NSEC(1)); in srp_finalize()
H A Dsys_futex.c250 error = rwsleep_nsec(p, &ftlock, PWAIT|PCATCH, "fsleep", nsecs); in futex_wait()
H A Dsubr_autoconf.c361 PWAIT, "autoconf", INFSLP); in config_attach()
529 PWAIT, "autoconf", INFSLP); in config_detach()
H A Dkern_exit.c180 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 Dpower.c160 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 Ddelay.h46 int r = tsleep_nsec(&nowake, PWAIT|PCATCH, "msleepi", in msleep_interruptible()
/openbsd/sys/dev/
H A Dmidi.c145 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 Dkcov.c774 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 Dsoftraid_raid5.c861 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 Donewire.c124 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 Dfusebuf.c85 tsleep_nsec(fbuf, PWAIT, "fuse", INFSLP); in fb_queue()
/openbsd/sys/nfs/
H A Dnfs_aiod.c115 tsleep_nsec(aiod, PWAIT, "aiodidle", INFSLP); in nfs_aiod()
/openbsd/sys/sys/
H A Dparam.h104 #define PWAIT 32 macro
/openbsd/sys/arch/luna88k/cbus/
H A Dpcex.c194 ret = tsleep_nsec(&(sc->intr_use[level]), PWAIT | PCATCH, "pcex", in pcex_wait_int()
/openbsd/sys/arch/powerpc64/dev/
H A Dipmi_opal.c147 tsleep_nsec(sc, PWAIT, "ipmi", MSEC_TO_NSEC(1)); in ipmi_opal_recvmsg()
/openbsd/sys/dev/sdmmc/
H A Dsdmmc.c180 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 Dmfs_vfsops.c200 sleepreturn = tsleep_nsec(vp, PWAIT | PCATCH, "mfsidl", INFSLP); in mfs_start()
/openbsd/sys/arch/armv7/omap/
H A Dti_iic.c417 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 Dusb.c377 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 Dvldcp.c404 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 Dxlights.c269 tsleep_nsec(sc->sc_buf, PWAIT, in xlights_theosDOT()
/openbsd/sys/arch/arm64/dev/
H A Drtkit.c932 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()

1234