Searched refs:repoll (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_probe_helper.c | 762 bool repoll = false, changed; in output_poll_execute() local 781 repoll = true; in output_poll_execute() 803 repoll = true; in output_poll_execute() 849 if (repoll) in output_poll_execute()
|
| /linux-6.15/drivers/infiniband/hw/mthca/ |
| H A D | mthca_cq.c | 668 repoll: in mthca_poll_cq() 714 goto repoll; in mthca_poll_cq()
|
| /linux-6.15/drivers/infiniband/hw/mlx5/ |
| H A D | cq.c | 465 repoll: in mlx5_poll_one() 486 goto repoll; in mlx5_poll_one() 577 goto repoll; in mlx5_poll_one()
|
| /linux-6.15/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() 1844 static void hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll) in hdmi_present_sense() argument 1849 hdmi_present_sense_via_verbs(per_pin, repoll); in hdmi_present_sense()
|
| /linux-6.15/drivers/infiniband/hw/mlx4/ |
| H A D | cq.c | 677 repoll: in mlx4_ib_poll_one() 710 goto repoll; in mlx4_ib_poll_one()
|
| /linux-6.15/net/core/ |
| H A D | dev.c | 7310 static int __napi_poll(struct napi_struct *n, bool *repoll) in __napi_poll() argument 7373 *repoll = true; in __napi_poll() 7378 static int napi_poll(struct napi_struct *n, struct list_head *repoll) in napi_poll() argument 7391 list_add_tail(&n->poll_list, repoll); in napi_poll() 7429 bool repoll = false; in napi_threaded_poll_loop() local 7439 __napi_poll(napi, &repoll); in napi_threaded_poll_loop() 7453 if (!repoll) in napi_threaded_poll_loop() 7479 LIST_HEAD(repoll); in net_rx_action() 7494 if (list_empty(&repoll)) { in net_rx_action() 7510 budget -= napi_poll(n, &repoll); in net_rx_action() [all …]
|
| /linux-6.15/drivers/input/serio/ |
| H A D | hil_mlc.c | 426 static int hilse_operate(hil_mlc *mlc, int repoll) in hilse_operate() argument
|
| /linux-6.15/Documentation/networking/ |
| H A D | napi.rst | 219 NAPI can be configured to arm a repoll timer instead of unmasking
|