Searched refs:need_wakeup (Results 1 – 7 of 7) sorted by relevance
90 bool need_wakeup = xsk_uses_need_wakeup(xskrq->xsk_pool); in mlx5e_napi_xsk_post() local 94 * need_wakeup. Do it before queuing packets for TX to avoid race in mlx5e_napi_xsk_post() 97 if (need_wakeup && xsksq->pc == xsksq->cc) in mlx5e_napi_xsk_post() 101 if (need_wakeup && xsksq->pc != xsksq->cc) in mlx5e_napi_xsk_post() 104 /* If WQ is empty, RX won't trigger NAPI, so set need_wakeup. Do it in mlx5e_napi_xsk_post() 107 if (need_wakeup && !mlx5e_rqwq_get_cur_sz(xskrq)) in mlx5e_napi_xsk_post() 114 if (!need_wakeup) in mlx5e_napi_xsk_post()
45 bool need_wakeup; /* need to wake up writer */ member
133 bool need_wakeup = false; in req_done() local 142 need_wakeup = true; in req_done() 152 if (need_wakeup) in req_done()
366 bool need_wakeup = !rpc_test_and_set_running(task); in rpc_make_runnable() local 369 if (!need_wakeup) in rpc_make_runnable()
1186 bool need_wakeup; in wake_userfault() local 1205 need_wakeup = waitqueue_active(&ctx->fault_pending_wqh) || in wake_userfault() 1209 if (need_wakeup) in wake_userfault()
350 This option adds support for a new flag called need_wakeup that is353 need_wakeup flag will be set if the kernel needs to be explicitly363 need_wakeup flag is set so that user space can put buffers on the
3455 bool need_wakeup = false; in rbd_lock_del_request() local 3462 need_wakeup = (rbd_dev->lock_state == RBD_LOCK_STATE_QUIESCING && in rbd_lock_del_request() 3466 if (need_wakeup) in rbd_lock_del_request()