Searched refs:repoll (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_probe_helper.c | 728 bool repoll = false, changed; in output_poll_execute() local 745 repoll = true; in output_poll_execute() 767 repoll = true; in output_poll_execute() 815 if (repoll) in output_poll_execute()
|
/linux-6.3-rc2/drivers/infiniband/hw/mthca/ |
A D | mthca_cq.c | 668 repoll: in mthca_poll_cq() 714 goto repoll; in mthca_poll_cq()
|
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/ |
A D | cq.c | 462 repoll: in mlx5_poll_one() 483 goto repoll; in mlx5_poll_one() 574 goto repoll; in mlx5_poll_one()
|
/linux-6.3-rc2/sound/pci/hda/ |
A D | patch_hdmi.c | 790 static void hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll); 1493 int repoll) in update_eld() argument 1507 if (repoll) { in update_eld() 1593 int repoll) in hdmi_present_sense_via_verbs() argument 1640 update_eld(codec, per_pin, eld, repoll); in hdmi_present_sense_via_verbs() 1835 static void hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll) in hdmi_present_sense() argument 1840 hdmi_present_sense_via_verbs(per_pin, repoll); in hdmi_present_sense()
|
/linux-6.3-rc2/drivers/infiniband/hw/mlx4/ |
A D | cq.c | 672 repoll: in mlx4_ib_poll_one() 705 goto repoll; in mlx4_ib_poll_one()
|
/linux-6.3-rc2/net/core/ |
A D | dev.c | 6468 static int __napi_poll(struct napi_struct *n, bool *repoll) in __napi_poll() argument 6534 *repoll = true; in __napi_poll() 6539 static int napi_poll(struct napi_struct *n, struct list_head *repoll) in napi_poll() argument 6552 list_add_tail(&n->poll_list, repoll); in napi_poll() 6594 bool repoll = false; in napi_threaded_poll() local 6599 __napi_poll(napi, &repoll); in napi_threaded_poll() 6604 if (!repoll) in napi_threaded_poll() 6641 LIST_HEAD(repoll); in net_rx_action() 6653 if (!sd_has_rps_ipi_waiting(sd) && list_empty(&repoll)) in net_rx_action() 6659 budget -= napi_poll(n, &repoll); in net_rx_action() [all …]
|
/linux-6.3-rc2/drivers/input/serio/ |
A D | hil_mlc.c | 426 static int hilse_operate(hil_mlc *mlc, int repoll) in hilse_operate() argument
|
Completed in 39 milliseconds