Home
last modified time | relevance | path

Searched refs:repoll (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/google/gve/
H A Dgve_rx.c450 bool repoll = false; in gve_rx_poll() local
459 repoll |= gve_clean_rx_done(rx, budget, feat); in gve_rx_poll()
461 repoll |= gve_rx_work_pending(rx); in gve_rx_poll()
462 return repoll; in gve_rx_poll()
H A Dgve_tx.c582 bool repoll = false; in gve_tx_poll() local
600 /* If we still have work we want to repoll */ in gve_tx_poll()
601 repoll |= (nic_done != tx->done); in gve_tx_poll()
602 return repoll; in gve_tx_poll()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_probe_helper.c626 bool repoll = false, changed; in output_poll_execute() local
640 repoll = true; in output_poll_execute()
662 repoll = true; in output_poll_execute()
710 if (repoll) in output_poll_execute()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_probe_helper.c753 bool repoll = false, changed; in output_poll_execute() local
770 repoll = true; in output_poll_execute()
792 repoll = true; in output_poll_execute()
840 if (repoll) in output_poll_execute()
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/
H A Dgve_tx.c925 bool repoll; in gve_xdp_poll() local
932 repoll = nic_done != tx->done; in gve_xdp_poll()
940 repoll |= (sent == budget); in gve_xdp_poll()
945 /* If we still have work we want to repoll */ in gve_xdp_poll()
946 return repoll; in gve_xdp_poll()
970 /* If we still have work we want to repoll */ in gve_tx_poll()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c668 repoll: in mthca_poll_cq()
714 goto repoll; in mthca_poll_cq()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c668 repoll: in mthca_poll_cq()
714 goto repoll; in mthca_poll_cq()
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dpatch_hdmi.c780 static void hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll);
1527 int repoll) in update_eld()
1541 if (repoll) { in update_eld()
1626 int repoll) in hdmi_present_sense_via_verbs()
1673 update_eld(codec, per_pin, eld, repoll); in hdmi_present_sense_via_verbs()
1813 static void hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll) in hdmi_present_sense() argument
1818 hdmi_present_sense_via_verbs(per_pin, repoll); in hdmi_present_sense()
1524 update_eld(struct hda_codec *codec, struct hdmi_spec_per_pin *per_pin, struct hdmi_eld *eld, int repoll) update_eld() argument
1625 hdmi_present_sense_via_verbs(struct hdmi_spec_per_pin *per_pin, int repoll) hdmi_present_sense_via_verbs() argument
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dpatch_hdmi.c791 static void hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll);
1503 int repoll) in update_eld()
1517 if (repoll) { in update_eld()
1603 int repoll) in hdmi_present_sense_via_verbs()
1650 update_eld(codec, per_pin, eld, repoll); in hdmi_present_sense_via_verbs()
1845 static void hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll) in hdmi_present_sense() argument
1850 hdmi_present_sense_via_verbs(per_pin, repoll); in hdmi_present_sense()
1500 update_eld(struct hda_codec *codec, struct hdmi_spec_per_pin *per_pin, struct hdmi_eld *eld, int repoll) update_eld() argument
1602 hdmi_present_sense_via_verbs(struct hdmi_spec_per_pin *per_pin, int repoll) hdmi_present_sense_via_verbs() argument
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H A Dcq.c672 repoll: in mlx4_ib_poll_one()
705 goto repoll; in mlx4_ib_poll_one()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H A Dcq.c672 repoll: in mlx4_ib_poll_one()
705 goto repoll; in mlx4_ib_poll_one()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dcq.c456 repoll: in mlx5_poll_one()
477 goto repoll; in mlx5_poll_one()
564 goto repoll; in mlx5_poll_one()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dcq.c462 repoll: in mlx5_poll_one()
483 goto repoll; in mlx5_poll_one()
574 goto repoll; in mlx5_poll_one()
/kernel/linux/linux-6.6/net/core/
H A Ddev.c6545 static int __napi_poll(struct napi_struct *n, bool *repoll) in __napi_poll() argument
6611 *repoll = true; in __napi_poll()
6616 static int napi_poll(struct napi_struct *n, struct list_head *repoll) in napi_poll() argument
6629 list_add_tail(&n->poll_list, repoll); in napi_poll()
6695 bool repoll = false; in napi_threaded_poll() local
6702 __napi_poll(napi, &repoll); in napi_threaded_poll()
6715 if (!repoll) in napi_threaded_poll()
6732 LIST_HEAD(repoll); in net_rx_action()
6746 if (list_empty(&repoll)) { in net_rx_action()
6762 budget -= napi_poll(n, &repoll); in net_rx_action()
[all...]
/kernel/linux/linux-5.10/drivers/input/serio/
H A Dhil_mlc.c426 static int hilse_operate(hil_mlc *mlc, int repoll) in hilse_operate() argument
/kernel/linux/linux-6.6/drivers/input/serio/
H A Dhil_mlc.c426 static int hilse_operate(hil_mlc *mlc, int repoll) in hilse_operate() argument
/kernel/linux/linux-5.10/net/core/
H A Ddev.c6828 static int napi_poll(struct napi_struct *n, struct list_head *repoll) in napi_poll() argument
6886 list_add_tail(&n->poll_list, repoll); in napi_poll()
6901 LIST_HEAD(repoll); in net_rx_action()
6911 if (!sd_has_rps_ipi_waiting(sd) && list_empty(&repoll)) in net_rx_action()
6917 budget -= napi_poll(n, &repoll); in net_rx_action()
6933 list_splice_tail(&repoll, &list); in net_rx_action()

Completed in 53 milliseconds