Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
601 repoll |= (nic_done != tx->done); in gve_tx_poll()
602 return repoll; in gve_tx_poll()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_probe_helper.c625 bool repoll = false, changed; in output_poll_execute() local
639 repoll = true; in output_poll_execute()
661 repoll = true; in output_poll_execute()
709 if (repoll) in output_poll_execute()
/OK3568_Linux_fs/kernel/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() argument
1541 if (repoll) { in update_eld()
1626 int repoll) in hdmi_present_sense_via_verbs() argument
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()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c668 repoll: in mthca_poll_cq()
714 goto repoll; in mthca_poll_cq()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/
H A Dcq.c672 repoll: in mlx4_ib_poll_one()
705 goto repoll; in mlx4_ib_poll_one()
/OK3568_Linux_fs/kernel/drivers/input/serio/
H A Dhil_mlc.c426 static int hilse_operate(hil_mlc *mlc, int repoll) in hilse_operate() argument
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c6818 static int napi_poll(struct napi_struct *n, struct list_head *repoll) in napi_poll() argument
6876 list_add_tail(&n->poll_list, repoll); in napi_poll()
6891 LIST_HEAD(repoll); in net_rx_action()
6901 if (!sd_has_rps_ipi_waiting(sd) && list_empty(&repoll)) in net_rx_action()
6907 budget -= napi_poll(n, &repoll); in net_rx_action()
6923 list_splice_tail(&repoll, &list); in net_rx_action()