/freebsd/contrib/netbsd-tests/rump/rumpkern/ |
H A D | t_tsleep.c | 41 ATF_TC(tsleep); 42 ATF_TC_HEAD(tsleep, tc) in ATF_TC_HEAD() argument 48 ATF_TC_BODY(tsleep, tc) in ATF_TC_BODY() argument 60 ATF_TP_ADD_TC(tp, tsleep); in ATF_TP_ADD_TCS()
|
/freebsd/sys/vm/ |
H A D | vm_swapout_dummy.c |
|
/freebsd/sys/dev/fdc/ |
H A D | fdc.c | 804 tsleep(fdc, PRIBIO, "fdcrst", hz); 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() 2069 tsleep(fd, PZERO, "fdgone", hz/10); in fd_detach()
|
/freebsd/sys/dev/nvme/ |
H A D | nvme_test.c | 218 error = tsleep(tth, 0, "test_wait", tth->time*hz*2); in nvme_ns_io_test() 272 tsleep(io_test_internal, 0, "nvme_test", io_test->time * 2 * hz); in nvme_ns_test()
|
/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()
|
H A D | tpm_tis_core.c | 241 tsleep(sc, PWAIT, "TPM WITH INTERRUPTS", timeout / tick); in tpm_wait_for_u32() 334 tsleep(sc, PWAIT, "TPMLOCREQUEST with INTR", timeout / tick); in tpmtis_request_locality()
|
H A D | tpm_tis.c |
|
/freebsd/sys/dev/speaker/ |
H A D | spkr.c | 90 tsleep(&endtone, SPKRPRI | PCATCH, "spkrtn", timo); in tone() 112 tsleep(&endrest, SPKRPRI | PCATCH, "spkrrs", timo); in rest()
|
/freebsd/sys/dev/adb/ |
H A D | adb_bus.c | 321 tsleep(sc, 0, "ADB sync", hz/10); in adb_send_raw_packet_sync() 337 tsleep(sc, 0, "ADB sync", hz/10); in adb_send_raw_packet_sync()
|
/freebsd/sys/netsmb/ |
H A D | smb_iod.c | 421 tsleep(&iod->iod_flags, PWAIT, "90sndw", hz); in smb_iod_addrq() 500 tsleep(&iod->iod_flags, PWAIT, "90irq", hz); in smb_iod_waitrq() 653 tsleep(&iod->iod_flags, PWAIT, "90idle", iod->iod_sleeptimo); in smb_iod_thread()
|
/freebsd/sys/dev/adlink/ |
H A D | adlink.c | 322 tsleep(sc, PUSER | PCATCH, "adstop", 1); in adlink_ioctl() 334 tsleep(sc, PUSER | PCATCH, "adreset", 1); in adlink_ioctl()
|
/freebsd/sys/dev/atopcase/ |
H A D | atopcase.c | 355 err = tsleep(sc->sc_dev, 0, "atcstat", hz / 10); in atopcase_send() 371 err = tsleep(sc, 0, "atcack", hz / 10); in atopcase_send() 498 if(!sc->sc_booted && tsleep(sc, 0, "atcboot", hz / 20) != 0) { in atopcase_init()
|
/freebsd/sys/geom/eli/ |
H A D | g_eli_crypto.c | 97 tsleep(crp, PRIBIO, "geli", hz / 5); in g_eli_crypto_cipher()
|
/freebsd/sys/dev/iicbus/adc/ |
H A D | ad7418.c | 174 tsleep(sc, 0, "ad7418", hz/1000); in ad7418_set_channel()
|
/freebsd/sys/dev/nvd/ |
H A D | nvd.c | 383 tsleep(&ndisk->cur_depth, 0, "nvdorb", 1); in nvd_bioq_process() 390 tsleep(&ndisk->cur_depth, 0, "nvdora", 1); in nvd_bioq_process()
|
/freebsd/sys/dev/flash/ |
H A D | cqspi.c | 458 tsleep(&sc->xdma_tx, PCATCH | PZERO, "spi", hz/2); in cqspi_write() 510 tsleep(&sc->xdma_rx, PCATCH | PZERO, "spi", hz/2); in cqspi_read()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | callb.c | 123 tsleep(ct, 0, "callb", hz / 4); in callb_fini()
|
/freebsd/sys/dev/random/ |
H A D | randomdev.c | 141 error = tsleep(p_random_alg_context, slpflags, "randseed", in randomdev_wait_until_seeded()
|
/freebsd/sys/nlm/ |
H A D | nlm_advlock.c | 830 error = tsleep(&args, PCATCH, "nlmgrace", retry); in nlm_setlock() 1010 error = tsleep(&args, PCATCH, "nlmgrace", 5*hz); in nlm_clearlock() 1087 error = tsleep(&args, PCATCH, "nlmgrace", 5*hz); in nlm_getlock()
|
/freebsd/sys/geom/bde/ |
H A D | g_bde.c |
|
/freebsd/sys/kern/ |
H A D | kern_fail.c | 402 tsleep(&fp, PWAIT, "fail_point_drain", hz / 100); in fail_point_drain() 437 tsleep(FP_SLEEP_CHANNEL(fp), PWAIT, "failpt", timo); in fail_point_sleep()
|
H A D | kern_poll.c | 570 tsleep(&idlepoll_sleeping, 0, "pollid", hz * 3); in poll_idle()
|
/freebsd/sys/powerpc/powernv/ |
H A D | opal_dev.c | 134 tsleep(opal_hb_proc, 0, "opal", in opal_heartbeat()
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonport.c | 413 ret = tsleep(&non_event, prio, wmesg, 5 * hz); in nfs_catnap() 415 ret = tsleep(&non_event, prio, wmesg, 1); in nfs_catnap()
|
/freebsd/sys/dev/tws/ |
H A D | tws_user.c | 107 error = tsleep(sc, 0, "tws_sleep", TWS_IOCTL_TIMEOUT*hz); in tws_passthru()
|