Searched refs:need_wakeup (Results 1 – 9 of 9) sorted by relevance
90 bool need_wakeup = xsk_uses_need_wakeup(xskrq->xsk_pool); in mlx5e_napi_xsk_post() local97 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()107 if (need_wakeup && !mlx5e_rqwq_get_cur_sz(xskrq)) in mlx5e_napi_xsk_post()114 if (!need_wakeup) in mlx5e_napi_xsk_post()
351 int need_wakeup; in kunmap_high() local364 need_wakeup = 0; in kunmap_high()380 need_wakeup = waitqueue_active(pkmap_map_wait); in kunmap_high()385 if (need_wakeup) in kunmap_high()
44 bool need_wakeup; /* need to wake up writer */ member
432 sd->need_wakeup = true; in splice_from_pipe_feed()491 if (sd->need_wakeup) { in splice_from_pipe_next()493 sd->need_wakeup = false; in splice_from_pipe_next()517 sd->need_wakeup = false; in splice_from_pipe_begin()532 if (sd->need_wakeup) in splice_from_pipe_end()705 sd.need_wakeup = true; in iter_file_splice_write()
1236 bool need_wakeup; in wake_userfault() local1255 need_wakeup = waitqueue_active(&ctx->fault_pending_wqh) || in wake_userfault()1259 if (need_wakeup) in wake_userfault()
134 bool need_wakeup = false; in req_done() local143 need_wakeup = true; in req_done()153 if (need_wakeup) in req_done()
364 bool need_wakeup = !rpc_test_and_set_running(task); in rpc_make_runnable() local367 if (!need_wakeup) in rpc_make_runnable()
353 This option adds support for a new flag called need_wakeup that is356 need_wakeup flag will be set if the kernel needs to be explicitly366 need_wakeup flag is set so that user space can put buffers on the
3437 bool need_wakeup; in rbd_lock_del_request() local3443 need_wakeup = (rbd_dev->lock_state == RBD_LOCK_STATE_RELEASING && in rbd_lock_del_request()3446 if (need_wakeup) in rbd_lock_del_request()