Searched refs:repoll (Results 1 – 4 of 4) sorted by relevance
| /linux/sound/hda/codecs/hdmi/ |
| H A D | hdmi.c | 582 static void hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll); 1140 int repoll) in update_eld() argument 1154 if (repoll) { in update_eld() 1240 int repoll) in hdmi_present_sense_via_verbs() argument 1286 update_eld(codec, per_pin, eld, repoll); in hdmi_present_sense_via_verbs() 1402 static void hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll) in hdmi_present_sense() argument 1407 hdmi_present_sense_via_verbs(per_pin, repoll); in hdmi_present_sense()
|
| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_cq.c | 668 repoll: in mthca_poll_cq() 714 goto repoll; in mthca_poll_cq()
|
| /linux/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/net/core/ |
| H A D | dev.c | 7652 static int __napi_poll(struct napi_struct *n, bool *repoll) in __napi_poll() argument 7714 *repoll = true; in __napi_poll() 7719 static int napi_poll(struct napi_struct *n, struct list_head *repoll) in napi_poll() argument 7737 list_add_tail(&n->poll_list, repoll); in napi_poll() 7775 bool repoll = false; in napi_threaded_poll_loop() local 7785 __napi_poll(napi, &repoll); in napi_threaded_poll_loop() 7806 if (repoll || busy_poll) { in napi_threaded_poll_loop() 7811 if (!repoll) in napi_threaded_poll_loop() 7850 LIST_HEAD(repoll); in net_rx_action() 7865 if (list_empty(&repoll)) { in net_rx_action() [all …]
|