Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
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()
/linux-6.3-rc2/mm/
A Dhighmem.c351 int need_wakeup; in kunmap_high() local
364 need_wakeup = 0; in kunmap_high()
380 need_wakeup = waitqueue_active(pkmap_map_wait); in kunmap_high()
385 if (need_wakeup) in kunmap_high()
/linux-6.3-rc2/include/linux/
A Dsplice.h44 bool need_wakeup; /* need to wake up writer */ member
/linux-6.3-rc2/net/9p/
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()
/linux-6.3-rc2/fs/
A Dsplice.c525 sd->need_wakeup = true; in splice_from_pipe_feed()
584 if (sd->need_wakeup) { in splice_from_pipe_next()
586 sd->need_wakeup = false; in splice_from_pipe_next()
610 sd->need_wakeup = false; in splice_from_pipe_begin()
625 if (sd->need_wakeup) in splice_from_pipe_end()
797 sd.need_wakeup = true; in iter_file_splice_write()
A Duserfaultfd.c1245 bool need_wakeup; in wake_userfault() local
1264 need_wakeup = waitqueue_active(&ctx->fault_pending_wqh) || in wake_userfault()
1268 if (need_wakeup) in wake_userfault()
/linux-6.3-rc2/net/sunrpc/
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()
/linux-6.3-rc2/Documentation/networking/
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
/linux-6.3-rc2/drivers/block/
A Drbd.c3436 bool need_wakeup; in rbd_lock_del_request() local
3442 need_wakeup = (rbd_dev->lock_state == RBD_LOCK_STATE_RELEASING && in rbd_lock_del_request()
3445 if (need_wakeup) in rbd_lock_del_request()

Completed in 29 milliseconds