Searched refs:repoll (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/ |
D | drm_probe_helper.c | 583 bool repoll = false, changed; in output_poll_execute() local 596 repoll = true; in output_poll_execute() 618 repoll = true; in output_poll_execute() 662 if (repoll) in output_poll_execute()
|
/Linux-v5.4/drivers/net/ethernet/google/gve/ |
D | gve_rx.c | 431 bool repoll = false; in gve_rx_poll() local 440 repoll |= gve_clean_rx_done(rx, budget, feat); in gve_rx_poll() 442 repoll |= gve_rx_work_pending(rx); in gve_rx_poll() 443 return repoll; in gve_rx_poll()
|
D | gve_tx.c | 584 bool repoll = false; in gve_tx_poll() local 603 repoll |= (nic_done != tx->done); in gve_tx_poll() 604 return repoll; in gve_tx_poll()
|
/Linux-v5.4/drivers/infiniband/hw/mthca/ |
D | mthca_cq.c | 668 repoll: in mthca_poll_cq() 714 goto repoll; in mthca_poll_cq()
|
/Linux-v5.4/drivers/infiniband/hw/mlx5/ |
D | cq.c | 435 repoll: in mlx5_poll_one() 456 goto repoll; in mlx5_poll_one() 541 goto repoll; in mlx5_poll_one()
|
/Linux-v5.4/drivers/infiniband/hw/mlx4/ |
D | cq.c | 677 repoll: in mlx4_ib_poll_one() 710 goto repoll; in mlx4_ib_poll_one()
|
/Linux-v5.4/sound/pci/hda/ |
D | patch_hdmi.c | 756 static bool hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll); 1507 int repoll) in hdmi_present_sense_via_verbs() argument 1548 if (!eld->eld_valid && repoll) in hdmi_present_sense_via_verbs() 1557 ret = !repoll || !eld->monitor_present || eld->eld_valid; in hdmi_present_sense_via_verbs() 1641 static bool hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll) in hdmi_present_sense() argument 1653 ret = hdmi_present_sense_via_verbs(per_pin, repoll); in hdmi_present_sense()
|
/Linux-v5.4/drivers/input/serio/ |
D | hil_mlc.c | 426 static int hilse_operate(hil_mlc *mlc, int repoll) in hilse_operate() argument
|
/Linux-v5.4/net/core/ |
D | dev.c | 6292 static int napi_poll(struct napi_struct *n, struct list_head *repoll) in napi_poll() argument 6348 list_add_tail(&n->poll_list, repoll); in napi_poll() 6363 LIST_HEAD(repoll); in net_rx_action() 6373 if (!sd_has_rps_ipi_waiting(sd) && list_empty(&repoll)) in net_rx_action() 6379 budget -= napi_poll(n, &repoll); in net_rx_action() 6395 list_splice_tail(&repoll, &list); in net_rx_action()
|