Searched refs:repoll (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/drivers/gpu/drm/ |
| D | drm_probe_helper.c | 625 bool repoll = false, changed; in output_poll_execute() local 638 repoll = true; in output_poll_execute() 660 repoll = true; in output_poll_execute() 704 if (repoll) in output_poll_execute()
|
| /Linux-v5.10/drivers/net/ethernet/google/gve/ |
| D | gve_rx.c | 450 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()
|
| D | gve_tx.c | 578 bool repoll = false; in gve_tx_poll() local 597 repoll |= (nic_done != tx->done); in gve_tx_poll() 598 return repoll; in gve_tx_poll()
|
| /Linux-v5.10/drivers/infiniband/hw/mthca/ |
| D | mthca_cq.c | 668 repoll: in mthca_poll_cq() 714 goto repoll; in mthca_poll_cq()
|
| /Linux-v5.10/sound/pci/hda/ |
| D | patch_hdmi.c | 767 static void hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll); 1499 int repoll) in update_eld() argument 1513 if (repoll) { in update_eld() 1598 int repoll) in hdmi_present_sense_via_verbs() argument 1639 update_eld(codec, per_pin, eld, repoll); in hdmi_present_sense_via_verbs() 1713 static void hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll) in hdmi_present_sense() argument 1718 hdmi_present_sense_via_verbs(per_pin, repoll); in hdmi_present_sense()
|
| /Linux-v5.10/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.10/drivers/infiniband/hw/mlx4/ |
| D | cq.c | 672 repoll: in mlx4_ib_poll_one() 705 goto repoll; in mlx4_ib_poll_one()
|
| /Linux-v5.10/drivers/input/serio/ |
| D | hil_mlc.c | 426 static int hilse_operate(hil_mlc *mlc, int repoll) in hilse_operate() argument
|
| /Linux-v5.10/net/core/ |
| D | dev.c | 6740 static int napi_poll(struct napi_struct *n, struct list_head *repoll) in napi_poll() argument 6798 list_add_tail(&n->poll_list, repoll); in napi_poll() 6813 LIST_HEAD(repoll); in net_rx_action() 6823 if (!sd_has_rps_ipi_waiting(sd) && list_empty(&repoll)) in net_rx_action() 6829 budget -= napi_poll(n, &repoll); in net_rx_action() 6845 list_splice_tail(&repoll, &list); in net_rx_action()
|