Searched refs:repoll (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_probe_helper.c | 767 bool repoll = false, changed; in output_poll_execute() local 784 repoll = true; in output_poll_execute() 806 repoll = true; in output_poll_execute() 854 if (repoll) in output_poll_execute()
|
/openbmc/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_tx.c | 929 bool repoll; in gve_xdp_poll() local 936 repoll = nic_done != tx->done; in gve_xdp_poll() 944 repoll |= (sent == budget); in gve_xdp_poll() 950 return repoll; in gve_xdp_poll()
|
/openbmc/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_cq.c | 668 repoll: in mthca_poll_cq() 714 goto repoll; in mthca_poll_cq()
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | cq.c | 462 repoll: in mlx5_poll_one() 483 goto repoll; in mlx5_poll_one() 574 goto repoll; in mlx5_poll_one()
|
/openbmc/linux/sound/pci/hda/ |
H A D | patch_hdmi.c | 791 static void hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll); 1503 int repoll) in update_eld() argument 1517 if (repoll) { in update_eld() 1603 int repoll) in hdmi_present_sense_via_verbs() argument 1650 update_eld(codec, per_pin, eld, repoll); in hdmi_present_sense_via_verbs() 1845 static void hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll) in hdmi_present_sense() argument 1850 hdmi_present_sense_via_verbs(per_pin, repoll); in hdmi_present_sense()
|
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | cq.c | 672 repoll: in mlx4_ib_poll_one() 705 goto repoll; in mlx4_ib_poll_one()
|
/openbmc/linux/net/core/ |
H A D | dev.c | 6586 static int __napi_poll(struct napi_struct *n, bool *repoll) in __napi_poll() argument 6652 *repoll = true; in __napi_poll() 6657 static int napi_poll(struct napi_struct *n, struct list_head *repoll) in napi_poll() argument 6670 list_add_tail(&n->poll_list, repoll); in napi_poll() 6736 bool repoll = false; in napi_threaded_poll() local 6743 __napi_poll(napi, &repoll); in napi_threaded_poll() 6756 if (!repoll) in napi_threaded_poll() 6773 LIST_HEAD(repoll); in net_rx_action() 6787 if (list_empty(&repoll)) { in net_rx_action() 6803 budget -= napi_poll(n, &repoll); in net_rx_action() [all …]
|
/openbmc/linux/Documentation/networking/ |
H A D | napi.rst | 189 NAPI can be configured to arm a repoll timer instead of unmasking
|
/openbmc/linux/drivers/input/serio/ |
H A D | hil_mlc.c | 426 static int hilse_operate(hil_mlc *mlc, int repoll) in hilse_operate() argument
|