Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
H A Ddrm_probe_helper.c761 bool repoll = false, changed;
780 repoll = true; in output_poll_execute()
802 repoll = true; in output_poll_execute()
848 if (repoll) in output_poll_execute()
769 bool repoll = false, changed; output_poll_execute() local
/linux/drivers/net/ethernet/google/gve/
H A Dgve_tx.c983 bool repoll; in gve_xdp_poll() local
990 repoll = nic_done != tx->done; in gve_xdp_poll()
998 repoll |= (sent == budget); in gve_xdp_poll()
1004 return repoll; in gve_xdp_poll()
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c668 repoll: in mthca_poll_cq()
714 goto repoll; in mthca_poll_cq()
/linux/drivers/infiniband/hw/mlx5/
H A Dcq.c465 repoll: in mlx5_poll_one()
486 goto repoll; in mlx5_poll_one()
577 goto repoll; in mlx5_poll_one()
/linux/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() argument
1517 if (repoll) { in update_eld()
1603 int repoll) in hdmi_present_sense_via_verbs() argument
1650 update_eld(codec, per_pin, eld, repoll); in hdmi_present_sense_via_verbs()
1844 static void hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll) in hdmi_present_sense() argument
1849 hdmi_present_sense_via_verbs(per_pin, repoll); in hdmi_present_sense()
/linux/drivers/infiniband/hw/mlx4/
H A Dcq.c673 repoll: in mlx4_ib_poll_one()
706 goto repoll; in mlx4_ib_poll_one()
/linux/net/core/
H A Ddev.c6757 static int __napi_poll(struct napi_struct *n, bool *repoll) in __napi_poll() argument
6825 *repoll = true; in __napi_poll()
6830 static int napi_poll(struct napi_struct *n, struct list_head *repoll) in napi_poll() argument
6843 list_add_tail(&n->poll_list, repoll); in napi_poll()
6881 bool repoll = false; in napi_threaded_poll_loop() local
6891 __napi_poll(napi, &repoll); in napi_threaded_poll_loop()
6905 if (!repoll) in napi_threaded_poll_loop()
6931 LIST_HEAD(repoll); in net_rx_action()
6946 if (list_empty(&repoll)) { in net_rx_action()
6962 budget -= napi_poll(n, &repoll); in net_rx_action()
[all...]
/linux/Documentation/networking/
H A Dnapi.rst189 NAPI can be configured to arm a repoll timer instead of unmasking
/linux/drivers/input/serio/
H A Dhil_mlc.c426 static int hilse_operate(hil_mlc *mlc, int repoll) in hilse_operate() argument