Searched refs:need_wakeup (Results 1 – 8 of 8) sorted by relevance
323 int need_wakeup; in kunmap_high() local336 need_wakeup = 0; in kunmap_high()352 need_wakeup = waitqueue_active(pkmap_map_wait); in kunmap_high()357 if (need_wakeup) in kunmap_high()
435 sd->need_wakeup = true; in splice_from_pipe_feed()494 if (sd->need_wakeup) { in splice_from_pipe_next()496 sd->need_wakeup = false; in splice_from_pipe_next()520 sd->need_wakeup = false; in splice_from_pipe_begin()535 if (sd->need_wakeup) in splice_from_pipe_end()708 sd.need_wakeup = true; in iter_file_splice_write()
1207 bool need_wakeup; in wake_userfault() local1226 need_wakeup = waitqueue_active(&ctx->fault_pending_wqh) || in wake_userfault()1230 if (need_wakeup) in wake_userfault()
44 bool need_wakeup; /* need to wake up writer */ member
134 bool need_wakeup = false; in req_done() local143 need_wakeup = true; in req_done()153 if (need_wakeup) in req_done()
358 bool need_wakeup = !rpc_test_and_set_running(task); in rpc_make_runnable() local361 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
3438 bool need_wakeup; in rbd_lock_del_request() local3444 need_wakeup = (rbd_dev->lock_state == RBD_LOCK_STATE_RELEASING && in rbd_lock_del_request()3447 if (need_wakeup) in rbd_lock_del_request()
Completed in 31 milliseconds