Searched refs:repoll (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/drivers/gpu/drm/ |
D | drm_probe_helper.c | 626 bool repoll = false, changed; in output_poll_execute() local 640 repoll = true; in output_poll_execute() 662 repoll = true; in output_poll_execute() 710 if (repoll) in output_poll_execute()
|
/Linux-v5.15/drivers/net/ethernet/google/gve/ |
D | gve_rx.c | 598 bool repoll = false; in gve_rx_poll() local 607 repoll |= gve_clean_rx_done(rx, budget, feat); in gve_rx_poll() 609 repoll |= gve_rx_work_pending(rx); in gve_rx_poll() 610 return repoll; in gve_rx_poll()
|
D | gve_tx.c | 690 bool repoll = false; in gve_tx_poll() local 709 repoll |= (nic_done != tx->done); in gve_tx_poll() 710 return repoll; in gve_tx_poll()
|
/Linux-v5.15/drivers/infiniband/hw/mthca/ |
D | mthca_cq.c | 668 repoll: in mthca_poll_cq() 714 goto repoll; in mthca_poll_cq()
|
/Linux-v5.15/sound/pci/hda/ |
D | patch_hdmi.c | 770 static void hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll); 1516 int repoll) in update_eld() argument 1530 if (repoll) { in update_eld() 1615 int repoll) in hdmi_present_sense_via_verbs() argument 1656 update_eld(codec, per_pin, eld, repoll); in hdmi_present_sense_via_verbs() 1796 static void hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll) in hdmi_present_sense() argument 1801 hdmi_present_sense_via_verbs(per_pin, repoll); in hdmi_present_sense()
|
/Linux-v5.15/drivers/infiniband/hw/mlx5/ |
D | cq.c | 456 repoll: in mlx5_poll_one() 477 goto repoll; in mlx5_poll_one() 564 goto repoll; in mlx5_poll_one()
|
/Linux-v5.15/drivers/infiniband/hw/mlx4/ |
D | cq.c | 672 repoll: in mlx4_ib_poll_one() 705 goto repoll; in mlx4_ib_poll_one()
|
/Linux-v5.15/net/core/ |
D | dev.c | 6979 static int __napi_poll(struct napi_struct *n, bool *repoll) in __napi_poll() argument 7045 *repoll = true; in __napi_poll() 7050 static int napi_poll(struct napi_struct *n, struct list_head *repoll) in napi_poll() argument 7063 list_add_tail(&n->poll_list, repoll); in napi_poll() 7105 bool repoll = false; in napi_threaded_poll() local 7110 __napi_poll(napi, &repoll); in napi_threaded_poll() 7115 if (!repoll) in napi_threaded_poll() 7131 LIST_HEAD(repoll); in net_rx_action() 7141 if (!sd_has_rps_ipi_waiting(sd) && list_empty(&repoll)) in net_rx_action() 7147 budget -= napi_poll(n, &repoll); in net_rx_action() [all …]
|
/Linux-v5.15/drivers/input/serio/ |
D | hil_mlc.c | 426 static int hilse_operate(hil_mlc *mlc, int repoll) in hilse_operate() argument
|