Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/
Ddrm_probe_helper.c698 bool repoll = false, changed; in output_poll_execute() local
712 repoll = true; in output_poll_execute()
734 repoll = true; in output_poll_execute()
782 if (repoll) in output_poll_execute()
/linux-6.1.9/drivers/infiniband/hw/mthca/
Dmthca_cq.c668 repoll: in mthca_poll_cq()
714 goto repoll; in mthca_poll_cq()
/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dcq.c459 repoll: in mlx5_poll_one()
480 goto repoll; in mlx5_poll_one()
571 goto repoll; in mlx5_poll_one()
/linux-6.1.9/sound/pci/hda/
Dpatch_hdmi.c790 static void hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll);
1493 int repoll) in update_eld() argument
1507 if (repoll) { in update_eld()
1593 int repoll) in hdmi_present_sense_via_verbs() argument
1640 update_eld(codec, per_pin, eld, repoll); in hdmi_present_sense_via_verbs()
1835 static void hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll) in hdmi_present_sense() argument
1840 hdmi_present_sense_via_verbs(per_pin, repoll); in hdmi_present_sense()
/linux-6.1.9/drivers/infiniband/hw/mlx4/
Dcq.c672 repoll: in mlx4_ib_poll_one()
705 goto repoll; in mlx4_ib_poll_one()
/linux-6.1.9/net/core/
Ddev.c6484 static int __napi_poll(struct napi_struct *n, bool *repoll) in __napi_poll() argument
6550 *repoll = true; in __napi_poll()
6555 static int napi_poll(struct napi_struct *n, struct list_head *repoll) in napi_poll() argument
6568 list_add_tail(&n->poll_list, repoll); in napi_poll()
6610 bool repoll = false; in napi_threaded_poll() local
6615 __napi_poll(napi, &repoll); in napi_threaded_poll()
6620 if (!repoll) in napi_threaded_poll()
6658 LIST_HEAD(repoll); in net_rx_action()
6670 if (!sd_has_rps_ipi_waiting(sd) && list_empty(&repoll)) in net_rx_action()
6676 budget -= napi_poll(n, &repoll); in net_rx_action()
[all …]
/linux-6.1.9/drivers/input/serio/
Dhil_mlc.c426 static int hilse_operate(hil_mlc *mlc, int repoll) in hilse_operate() argument