Home
last modified time | relevance | path

Searched refs:need_wakeup (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_txrx.c90 bool need_wakeup = xsk_uses_need_wakeup(xskrq->xsk_pool); in mlx5e_napi_xsk_post() local
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()
107 if (need_wakeup && !mlx5e_rqwq_get_cur_sz(xskrq)) in mlx5e_napi_xsk_post()
114 if (!need_wakeup) in mlx5e_napi_xsk_post()
/openbmc/linux/fs/
H A Dsplice.c483 sd->need_wakeup = true; in splice_from_pipe_feed()
542 if (sd->need_wakeup) { in splice_from_pipe_next()
544 sd->need_wakeup = false; in splice_from_pipe_next()
568 sd->need_wakeup = false; in splice_from_pipe_begin()
583 if (sd->need_wakeup) in splice_from_pipe_end()
755 sd.need_wakeup = true; in iter_file_splice_write()
799 bool need_wakeup = false; in splice_to_socket() local
831 if (need_wakeup) { in splice_to_socket()
833 need_wakeup = false; in splice_to_socket()
905 need_wakeup = true; in splice_to_socket()
[all …]
H A Duserfaultfd.c1263 bool need_wakeup; in wake_userfault() local
1282 need_wakeup = waitqueue_active(&ctx->fault_pending_wqh) || in wake_userfault()
1286 if (need_wakeup) in wake_userfault()
/openbmc/linux/mm/
H A Dhighmem.c353 int need_wakeup; in kunmap_high() local
366 need_wakeup = 0; in kunmap_high()
382 need_wakeup = waitqueue_active(pkmap_map_wait); in kunmap_high()
387 if (need_wakeup) in kunmap_high()
/openbmc/linux/include/linux/
H A Dsplice.h45 bool need_wakeup; /* need to wake up writer */ member
/openbmc/linux/net/9p/
H A Dtrans_virtio.c133 bool need_wakeup = false; in req_done() local
142 need_wakeup = true; in req_done()
152 if (need_wakeup) in req_done()
/openbmc/linux/net/sunrpc/
H A Dsched.c364 bool need_wakeup = !rpc_test_and_set_running(task); in rpc_make_runnable() local
367 if (!need_wakeup) in rpc_make_runnable()
/openbmc/linux/Documentation/networking/
H A Daf_xdp.rst353 This option adds support for a new flag called need_wakeup that is
356 need_wakeup flag will be set if the kernel needs to be explicitly
366 need_wakeup flag is set so that user space can put buffers on the
/openbmc/linux/drivers/block/
H A Drbd.c3455 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()