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

/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dwait_bit.h64 wake_up(&linux_var_waitq);
H A Dwait.h130 #define wake_up(wqh) \ macro
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-condvar.c155 wake_up(&cvp->cv_destroy);
304 wake_up(&cvp->cv_destroy);
412 wake_up(&cvp->cv_destroy);
482 * waiter will be set runnable with each call to wake_up().
483 * Additionally wake_up() holds a spin_lock associated with
487 wake_up(&cvp->cv_event);
H A Dspl-taskq.c253 wake_up(&tq->tq_work_waitq);
619 wake_up(&tq->tq_work_waitq);
732 wake_up(&tq->tq_work_waitq);
893 wake_up(&tq->tq_wait_waitq);
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dev.c186 wake_up(&chp->wait);
209 wake_up(&chp->wait);
H A Dqp.c1604 wake_up(&qhp->wait);
1653 wake_up(&qhp->wait);
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_zcopy.c145 wake_up(&ssk->wq);
363 wake_up(sk->sk_sleep);
397 wake_up(sk->sk_sleep);
580 wake_up(&ssk->wq);
H A Dsdp_rx.c231 wake_up(sk->sk_sleep);
/freebsd-13-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-13-stable/sys/ofed/include/rdma/
H A Drdmavt_qp.h487 wake_up(&qp->wait);
/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_srq.c444 wake_up(&srq->wait);
H A Dmthca_cq.c265 wake_up(&cq->wait);
H A Dmthca_qp.c266 wake_up(&qp->wait);
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h482 #define wake_up(queue) wakeup_one((void *)queue) macro
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c1360 /* Starts at 1 to avoid doing wake_up if we are not cleaning up */
1388 wake_up(&ctx->wait);
1404 wake_up(&ctx->wait);

Completed in 207 milliseconds