Home
last modified time | relevance | path

Searched refs:wake_up (Results 1 – 25 of 56) sorted by relevance

123

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-condvar.c152 wake_up(&cvp->cv_destroy); in cv_wait_common()
259 wake_up(&cvp->cv_destroy); in __cv_timedwait_common()
367 wake_up(&cvp->cv_destroy); in __cv_timedwait_hires()
442 wake_up(&cvp->cv_event); in __cv_signal()
H A Dspl-taskq.c340 wake_up(&tq->tq_work_waitq); in task_expire_impl()
717 wake_up(&tq->tq_work_waitq); in taskq_dispatch()
842 wake_up(&tq->tq_work_waitq); in taskq_dispatch_ent()
1009 wake_up(&tq->tq_wait_waitq); in taskq_thread()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dsdio_mac.c78 wake_up(&dev->mt76.mcu.wait); in mt7921s_init_reset()
103 wake_up(&dev->mt76.mcu.wait); in mt7921s_mac_reset()
H A Dpci_mac.c69 wake_up(&dev->mt76.mcu.wait); in mt7921e_mac_reset()
H A Dusb.c91 wake_up(&dev->mt76.mcu.wait); in mt7921u_mac_reset()
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Drx.c1697 wake_up(&trans->wait_command_queue);
1712 wake_up(&trans->wait_command_queue);
1827 wake_up(&trans->wait_command_queue);
2054 wake_up(&trans_pcie->ucode_write_waitq);
2058 wake_up(&trans_pcie->ucode_write_waitq);
2283 wake_up(&trans_pcie->ucode_write_waitq);
2293 wake_up(&trans_pcie->ucode_write_waitq);
2298 wake_up(&trans_pcie->ucode_write_waitq);
2322 wake_up(&trans_pcie->imr_waitq);
2325 wake_up(
[all...]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dwait_bit.h62 wake_up(&linux_var_waitq); in wake_up_var()
H A Dwait.h128 #define wake_up(wqh) \ macro
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_zcopy.c145 wake_up(&ssk->wq); in srcavail_cancel_timeout()
363 wake_up(sk->sk_sleep); in sdp_handle_sendsm()
397 wake_up(sk->sk_sleep); in sdp_handle_rdma_read_compl()
580 wake_up(&ssk->wq); in sdp_rdma_to_iovec()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dtxrx.c240 wake_up(&ar->peer_mapping_wq); in ath10k_peer_map_event()
283 wake_up(&ar->peer_mapping_wq); in ath10k_peer_unmap_event()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dev.c256 wake_up(&chp->wait); in c4iw_ev_dispatch()
279 wake_up(&chp->wait); in c4iw_ev_handler()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.c732 wake_up(&ar->dp.tx_empty_waitq); in ath12k_core_pre_reconfigure_recovery()
736 wake_up(&ar->txmgmt_empty_waitq); in ath12k_core_pre_reconfigure_recovery()
739 wake_up(&ab->wmi_ab.tx_credits_wq); in ath12k_core_pre_reconfigure_recovery()
740 wake_up(&ab->peer_mapping_wq); in ath12k_core_pre_reconfigure_recovery()
H A Dpeer.c128 wake_up(&ab->peer_mapping_wq); in ath12k_peer_unmap_event()
152 wake_up(&ab->peer_mapping_wq); in ath12k_peer_map_event()
H A Ddp_tx.c367 wake_up(&ar->dp.tx_empty_waitq); in ath12k_dp_tx_free_txbuf()
386 wake_up(&ar->dp.tx_empty_waitq); in ath12k_dp_tx_htt_tx_complete_buf()
621 wake_up(&ar->dp.tx_empty_waitq); in ath12k_dp_tx_completion_handler()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmcu.c52 wake_up(&dev->mcu.wait); in mt76_mcu_rx_event()
H A Dmt792x_usb.c276 wake_up(&dev->mt76.mcu.wait); in mt792xu_init_reset()
H A Dtx.c265 wake_up(&dev->tx_wait); in __mt76_tx_complete_skb()
810 wake_up(&dev->tx_wait); in mt76_token_release()
H A Dsdio_txrx.c342 wake_up(&sdio->wait); in mt76s_txrx_worker()
/freebsd/sys/dev/drm2/ttm/
H A Dttm_bo.c234 bool wake_up = false; in ttm_bo_reserve_nolru() local
241 wake_up = true; in ttm_bo_reserve_nolru()
255 if (wake_up) in ttm_bo_reserve_nolru()
301 bool wake_up = false; in ttm_bo_reserve_slowpath_nolru() local
318 wake_up = true; in ttm_bo_reserve_slowpath_nolru()
326 if (wake_up) in ttm_bo_reserve_slowpath_nolru()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dpeer.c114 wake_up(&ab->peer_mapping_wq); in ath11k_peer_unmap_event()
138 wake_up(&ab->peer_mapping_wq); in ath11k_peer_map_event()
H A Dcore.c1857 wake_up(&ar->dp.tx_empty_waitq); in ath11k_core_pre_reconfigure_recovery()
1861 wake_up(&ar->txmgmt_empty_waitq); in ath11k_core_pre_reconfigure_recovery()
1868 wake_up(&ab->wmi_ab.tx_credits_wq); in ath11k_core_pre_reconfigure_recovery()
1869 wake_up(&ab->peer_mapping_wq); in ath11k_core_pre_reconfigure_recovery()
H A Ddp_tx.c319 wake_up(&ar->dp.tx_empty_waitq); in ath11k_dp_tx_free_txbuf()
350 wake_up(&ar->dp.tx_empty_waitq); in ath11k_dp_tx_htt_tx_complete_buf()
767 wake_up(&ar->dp.tx_empty_waitq); in ath11k_dp_tx_completion_handler()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmmio.c131 wake_up(&dev->reset_wait); in mt7615_irq_tasklet()
H A Dpci_mac.c224 wake_up(&dev->mt76.mcu.wait); in mt7615_mac_reset_work()
/freebsd/sys/ofed/include/rdma/
H A Drdmavt_qp.h485 wake_up(&qp->wait); in rvt_put_qp()

123