Searched refs:need_wakeup (Results 1 – 9 of 9) sorted by relevance
333 int need_wakeup; in kunmap_high() local346 need_wakeup = 0; in kunmap_high()362 need_wakeup = waitqueue_active(pkmap_map_wait); in kunmap_high()367 if (need_wakeup) in kunmap_high()
60 if (umem->need_wakeup & XDP_WAKEUP_RX) in xsk_set_rx_need_wakeup()64 umem->need_wakeup |= XDP_WAKEUP_RX; in xsk_set_rx_need_wakeup()72 if (umem->need_wakeup & XDP_WAKEUP_TX) in xsk_set_tx_need_wakeup()81 umem->need_wakeup |= XDP_WAKEUP_TX; in xsk_set_tx_need_wakeup()87 if (!(umem->need_wakeup & XDP_WAKEUP_RX)) in xsk_clear_rx_need_wakeup()91 umem->need_wakeup &= ~XDP_WAKEUP_RX; in xsk_clear_rx_need_wakeup()99 if (!(umem->need_wakeup & XDP_WAKEUP_TX)) in xsk_clear_tx_need_wakeup()108 umem->need_wakeup &= ~XDP_WAKEUP_TX; in xsk_clear_tx_need_wakeup()436 if (umem->need_wakeup) { in xsk_poll()439 umem->need_wakeup); in xsk_poll()
44 bool need_wakeup; /* need to wake up writer */ member
130 bool need_wakeup = false; in req_done() local139 need_wakeup = true; in req_done()149 if (need_wakeup) in req_done()
517 sd->need_wakeup = true; in splice_from_pipe_feed()559 if (sd->need_wakeup) { in splice_from_pipe_next()561 sd->need_wakeup = false; in splice_from_pipe_next()582 sd->need_wakeup = false; in splice_from_pipe_begin()597 if (sd->need_wakeup) in splice_from_pipe_end()764 sd.need_wakeup = true; in iter_file_splice_write()
1247 bool need_wakeup; in wake_userfault() local1266 need_wakeup = waitqueue_active(&ctx->fault_pending_wqh) || in wake_userfault()1270 if (need_wakeup) in wake_userfault()
59 u8 need_wakeup; member
367 bool need_wakeup = !rpc_test_and_set_running(task); in rpc_make_runnable() local370 if (!need_wakeup) in rpc_make_runnable()
3589 bool need_wakeup; in rbd_lock_del_request() local3595 need_wakeup = (rbd_dev->lock_state == RBD_LOCK_STATE_RELEASING && in rbd_lock_del_request()3598 if (need_wakeup) in rbd_lock_del_request()