Home
last modified time | relevance | path

Searched refs:need_wakeup (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-6.6/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
94 * need_wakeup. Do it before queuing packets for TX to avoid race in mlx5e_napi_xsk_post()
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()
104 /* If WQ is empty, RX won't trigger NAPI, so set need_wakeup. Do it 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()
/kernel/linux/linux-5.10/mm/
H A Dhighmem.c333 int need_wakeup; in kunmap_high() local
346 need_wakeup = 0; in kunmap_high()
362 need_wakeup = waitqueue_active(pkmap_map_wait); in kunmap_high()
367 if (need_wakeup) in kunmap_high()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/linux/
H A Dsplice.h44 bool need_wakeup; /* need to wake up writer */ member
/kernel/linux/linux-6.6/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 in splice_to_socket()
[all...]
H A Duserfaultfd.c1259 bool need_wakeup; in wake_userfault() local
1278 need_wakeup = waitqueue_active(&ctx->fault_pending_wqh) || in wake_userfault()
1282 if (need_wakeup) in wake_userfault()
/kernel/linux/linux-6.6/include/linux/
H A Dsplice.h45 bool need_wakeup; /* need to wake up writer */ member
/kernel/linux/linux-5.10/fs/
H A Dsplice.c435 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()
705 sd.need_wakeup = true; in iter_file_splice_write()
H A Duserfaultfd.c1199 bool need_wakeup; in wake_userfault() local
1218 need_wakeup = waitqueue_active(&ctx->fault_pending_wqh) || in wake_userfault()
1222 if (need_wakeup) in wake_userfault()
/kernel/linux/linux-5.10/net/9p/
H A Dtrans_virtio.c130 bool need_wakeup = false; in req_done() local
139 need_wakeup = true; in req_done()
149 if (need_wakeup) in req_done()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/net/sunrpc/
H A Dsched.c343 bool need_wakeup = !rpc_test_and_set_running(task); in rpc_make_runnable() local
346 if (!need_wakeup) in rpc_make_runnable()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/block/
H A Drbd.c3520 bool need_wakeup = false; in rbd_lock_del_request() local
3526 need_wakeup = (rbd_dev->lock_state == RBD_LOCK_STATE_RELEASING && in rbd_lock_del_request()
3530 if (need_wakeup) in rbd_lock_del_request()
/kernel/linux/linux-6.6/drivers/block/
H A Drbd.c3455 bool need_wakeup = false; in rbd_lock_del_request() local
3461 need_wakeup = (rbd_dev->lock_state == RBD_LOCK_STATE_RELEASING && in rbd_lock_del_request()
3465 if (need_wakeup) in rbd_lock_del_request()

Completed in 37 milliseconds