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.c763 bool repoll = false, changed; in output_poll_execute() local
782 repoll = true; in output_poll_execute()
804 repoll = true; in output_poll_execute()
850 if (repoll) in output_poll_execute()
/linux/sound/hda/codecs/hdmi/
H A Dhdmi.c582 static void hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll);
1140 int repoll) in update_eld() argument
1154 if (repoll) { in update_eld()
1240 int repoll) in hdmi_present_sense_via_verbs() argument
1286 update_eld(codec, per_pin, eld, repoll); in hdmi_present_sense_via_verbs()
1402 static void hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll) in hdmi_present_sense() argument
1407 hdmi_present_sense_via_verbs(per_pin, repoll); in hdmi_present_sense()
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c668 repoll: in mthca_poll_cq()
714 goto repoll; in mthca_poll_cq()
/linux/drivers/net/ethernet/google/gve/
H A Dgve_tx_dqo.c1076 bool repoll = false; in gve_xsk_tx_dqo() local
1087 repoll = true; in gve_xsk_tx_dqo()
1124 return (sent == budget) || repoll; in gve_xsk_tx_dqo()
/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/drivers/infiniband/hw/mlx4/
H A Dcq.c677 repoll: in mlx4_ib_poll_one()
710 goto repoll; in mlx4_ib_poll_one()
/linux/net/core/
H A Ddev.c7695 static int __napi_poll(struct napi_struct *n, bool *repoll) in __napi_poll() argument
7757 *repoll = true; in __napi_poll()
7762 static int napi_poll(struct napi_struct *n, struct list_head *repoll) in napi_poll() argument
7780 list_add_tail(&n->poll_list, repoll); in napi_poll()
7819 bool repoll = false; in napi_threaded_poll_loop() local
7829 __napi_poll(napi, &repoll); in napi_threaded_poll_loop()
7850 if (repoll || busy_poll_last_qs) { in napi_threaded_poll_loop()
7855 if (!repoll) in napi_threaded_poll_loop()
7898 LIST_HEAD(repoll); in net_rx_action()
7913 if (list_empty(&repoll)) { in net_rx_action()
[all …]
/linux/drivers/input/serio/
H A Dhil_mlc.c427 static int hilse_operate(hil_mlc *mlc, int repoll) in hilse_operate() argument
/linux/Documentation/networking/
H A Dnapi.rst219 NAPI can be configured to arm a repoll timer instead of unmasking