Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/
Ddrm_probe_helper.c575 bool repoll = false, changed; in output_poll_execute() local
585 repoll = true; in output_poll_execute()
607 repoll = true; in output_poll_execute()
651 if (repoll) in output_poll_execute()
/Linux-v4.19/drivers/infiniband/hw/mthca/
Dmthca_cq.c673 repoll: in mthca_poll_cq()
719 goto repoll; in mthca_poll_cq()
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dcq.c526 repoll: in mlx5_poll_one()
547 goto repoll; in mlx5_poll_one()
633 goto repoll; in mlx5_poll_one()
/Linux-v4.19/sound/pci/hda/
Dpatch_hdmi.c759 static bool hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll);
1498 int repoll) in hdmi_present_sense_via_verbs() argument
1539 if (!eld->eld_valid && repoll) in hdmi_present_sense_via_verbs()
1548 ret = !repoll || !eld->monitor_present || eld->eld_valid; in hdmi_present_sense_via_verbs()
1630 static bool hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll) in hdmi_present_sense() argument
1648 ret = hdmi_present_sense_via_verbs(per_pin, repoll); in hdmi_present_sense()
/Linux-v4.19/drivers/infiniband/hw/mlx4/
Dcq.c680 repoll: in mlx4_ib_poll_one()
713 goto repoll; in mlx4_ib_poll_one()
/Linux-v4.19/drivers/input/serio/
Dhil_mlc.c426 static int hilse_operate(hil_mlc *mlc, int repoll) in hilse_operate() argument
/Linux-v4.19/net/core/
Ddev.c6230 static int napi_poll(struct napi_struct *n, struct list_head *repoll) in napi_poll() argument
6284 list_add_tail(&n->poll_list, repoll); in napi_poll()
6299 LIST_HEAD(repoll); in net_rx_action()
6309 if (!sd_has_rps_ipi_waiting(sd) && list_empty(&repoll)) in net_rx_action()
6315 budget -= napi_poll(n, &repoll); in net_rx_action()
6331 list_splice_tail(&repoll, &list); in net_rx_action()