| /freebsd-14-stable/sys/netsmb/ |
| HD | smb_iod.c | 388 msleep(evp, SMB_IOD_EVLOCKPTR(iod), PWAIT | PDROP, "90evw", 0); in smb_iod_request() 422 tsleep(&iod->iod_flags, PWAIT, "90sndw", hz); in smb_iod_addrq() 451 PWAIT, "90mux", 0); in smb_iod_addrq() 476 msleep(rqp, SMB_IOD_RQLOCKPTR(iod), PWAIT, "90xrm", 0); in smb_iod_removerq() 501 tsleep(&iod->iod_flags, PWAIT, "90irq", hz); in smb_iod_waitrq() 508 msleep(&rqp->sr_state, SMBRQ_SLOCKPTR(rqp), PWAIT, "90wrq", 0); in smb_iod_waitrq() 654 tsleep(&iod->iod_flags, PWAIT, "90idle", iod->iod_sleeptimo); in smb_iod_thread()
|
| HD | smb_rq.c | 191 PWAIT | PDROP, "90trcn", hz); in smb_rq_enqueue()
|
| /freebsd-14-stable/sys/sys/ |
| HD | taskqueue.h | 165 taskqueue_start_threads(&taskqueue_##name, 1, PWAIT, \ 191 1, PWAIT, "%s taskq", #name))
|
| HD | priority.h | 114 #define PWAIT (PRI_MIN_KERN + 28) macro
|
| /freebsd-14-stable/sys/compat/linuxkpi/common/include/linux/ |
| HD | kthread.h | 106 taskqueue_start_threads(&__w->tq, 1, PWAIT, fmt, ##__VA_ARGS__);\
|
| /freebsd-14-stable/sys/dev/tpm/ |
| HD | tpm_tis.c | 273 tsleep(sc, PWAIT, "TPM WITH INTERRUPTS", timeout / tick); in tpm_wait_for_u32() 366 tsleep(sc, PWAIT, "TPMLOCREQUEST with INTR", timeout / tick); in tpmtis_request_locality()
|
| /freebsd-14-stable/sys/dev/acpica/Osd/ |
| HD | OsdSchedule.c | 115 taskqueue_start_threads(&acpi_taskq, acpi_max_threads, PWAIT, "acpi_task"); in acpi_taskq_init()
|
| /freebsd-14-stable/sys/fs/nfsclient/ |
| HD | nfs_clnfsiod.c | 270 error = msleep(&ncl_iodwant[myiod], &ncl_iod_mutex, PWAIT | PCATCH, in nfssvc_iod()
|
| HD | nfs_clsubs.c | 109 msleep(&ncl_numasync, &ncl_iod_mutex, PWAIT, "ioddie", 0); in ncl_uninit()
|
| /freebsd-14-stable/sys/dev/ow/ |
| HD | ow_temp.c | 258 msleep(sc->event_thread, &sc->temp_lock, PWAIT, "owtun", 0); in ow_temp_detach()
|
| /freebsd-14-stable/sys/compat/linuxkpi/common/src/ |
| HD | linux_work.c | 666 taskqueue_start_threads(&wq->taskqueue, cpus, PWAIT, "%s", name); in linux_create_workqueue_common() 768 taskqueue_start_threads(&linux_irq_work_tq, 1, PWAIT, in linux_irq_work_init()
|
| HD | linux_netdev.c | 392 (void) taskqueue_start_threads(&ndev->napi_tq, 1, PWAIT, in linuxkpi_init_dummy_netdev()
|
| /freebsd-14-stable/sys/kern/ |
| HD | kern_alq.c | 206 mtx_sleep(&ald_active, &ald_mtx, PWAIT, "aldslp", 0); in ald_daemon() 257 mtx_sleep(ald_proc, &ald_mtx, PWAIT, "aldslp", 0); in ald_shutdown()
|
| HD | kern_exit.c | 326 msleep(&p->p_lock, &p->p_mtx, PWAIT, "exithold", 0); in exit1() 354 msleep(p, &ppeers_lock, PWAIT, "exit1", 0); in exit1() 1417 error = msleep(q, &q->p_mtx, PWAIT | PCATCH | PDROP, "wait", 0); in kern_wait6()
|
| HD | 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()
|
| HD | subr_firmware.c | 617 (void) taskqueue_start_threads(&firmware_tq, 1, PWAIT, in firmware_modevent()
|
| /freebsd-14-stable/sys/dev/hwpmc/ |
| HD | hwpmc_logging.c | 337 msleep(ia, &pmc_kthread_mtx, PWAIT, "pmclogw", 0); in pmclog_proc_ignite() 374 msleep(ia, &pmc_kthread_mtx, PWAIT, "pmclogi", 0); in pmclog_loop() 426 (void) msleep(po, &pmc_kthread_mtx, PWAIT, in pmclog_loop()
|
| /freebsd-14-stable/sys/opencrypto/ |
| HD | crypto.c | 385 mtx_sleep(td, &crypto_drivers_mtx, PWAIT, "crypto_destroy", 0); in crypto_terminate() 1853 msleep(&crp_q, &crypto_q_mtx, PWAIT, "crypto_wait", 0); in crypto_dispatch_thread() 1908 msleep(&ret_worker->crp_ret_q, &ret_worker->crypto_ret_mtx, PWAIT, in crypto_ret_thread()
|
| HD | cryptodev.c | 822 mtx_sleep(cod, &cse->lock, PWAIT, "crydev", 0); in cryptodev_op() 1025 mtx_sleep(cod, &cse->lock, PWAIT, "crydev", 0); in cryptodev_aead()
|
| /freebsd-14-stable/sys/netinet/ |
| HD | siftr.c | 468 mtx_sleep(&wait_for_pkt, &siftr_pkt_mgr_mtx, PWAIT, "pktwait", in siftr_pkt_manager_thread() 1154 mtx_sleep(siftr_pkt_manager_thr, &siftr_pkt_mgr_mtx, PWAIT, in siftr_manage_ops()
|
| /freebsd-14-stable/sys/netlink/ |
| HD | netlink_domain.c | 350 taskqueue_start_threads(&nlp->nl_taskqueue, 1, PWAIT, in nl_pru_attach()
|
| /freebsd-14-stable/sys/dev/ismt/ |
| HD | ismt.c | 272 err = tsleep(sc, PWAIT, "ismt_wait", 5 * hz); in ismt_submit()
|
| /freebsd-14-stable/sys/dev/firewire/ |
| HD | firewire.c | 287 err = msleep(xfer, lock, PWAIT|PCATCH, "fw_xferwait", 0); in fw_xferwait() 518 if (msleep(fc->probe_thread, &fc->wait_lock, PWAIT, "fwthr", hz * 60)) in firewire_detach() 1754 msleep((void *)fc, &fc->wait_lock, PWAIT|PCATCH, "-", 0); in fw_bus_probe_thread()
|
| /freebsd-14-stable/sys/dev/intpm/ |
| HD | intpm.c | 600 error = msleep(sc, &sc->lock, PWAIT | PCATCH, "SMBWAI", hz / 8); in intsmb_stop()
|
| /freebsd-14-stable/sys/dev/ipmi/ |
| HD | ipmi.c | 238 PWAIT, "ipmidrain", 0); in ipmi_dtor()
|