Searched refs:wake_up (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dev.c184 wake_up(&chp->wait);
207 wake_up(&chp->wait);
H A Dqp.c1597 wake_up(&qhp->wait);
1646 wake_up(&qhp->wait);
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_zcopy.c143 wake_up(&ssk->wq);
361 wake_up(sk->sk_sleep);
395 wake_up(sk->sk_sleep);
578 wake_up(&ssk->wq);
H A Dsdp_rx.c231 wake_up(sk->sk_sleep);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dwait.h127 #define wake_up(wqh) \ macro
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_bo.c236 bool wake_up = false; local
243 wake_up = true;
257 if (wake_up)
303 bool wake_up = false; local
320 wake_up = true;
328 if (wake_up)
/freebsd-11-stable/sys/ofed/include/rdma/
H A Drdmavt_qp.h487 wake_up(&qp->wait);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h466 #define wake_up(queue) wakeup_one((void *)queue) macro
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_srq.c450 wake_up(&srq->wait);
H A Dmthca_cq.c265 wake_up(&cq->wait);
H A Dmthca_qp.c266 wake_up(&qp->wait);
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c1352 /* Starts at 1 to avoid doing wake_up if we are not cleaning up */
1380 wake_up(&ctx->wait);
1396 wake_up(&ctx->wait);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_display.c7132 wake_up(&dev_priv->pending_flip_queue);

Completed in 337 milliseconds