Searched refs:repoll (Results 1 – 6 of 6) sorted by relevance
/linux/sound/hda/codecs/hdmi/ |
H A D | hdmi.c | 592 static void hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll); 1156 int repoll) in update_eld() argument 1170 if (repoll) { in update_eld() 1256 int repoll) in hdmi_present_sense_via_verbs() argument 1303 update_eld(codec, per_pin, eld, repoll); in hdmi_present_sense_via_verbs() 1435 static void hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll) in hdmi_present_sense() argument 1440 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/net/ethernet/google/gve/ |
H A D | gve_tx_dqo.c | 1070 bool repoll = false; in gve_xsk_tx_dqo() local 1081 repoll = true; in gve_xsk_tx_dqo() 1118 return (sent == budget) || repoll; in gve_xsk_tx_dqo()
|
/linux/net/core/ |
H A D | dev.c | 7492 static int __napi_poll(struct napi_struct *n, bool *repoll) in __napi_poll() argument 7554 *repoll = true; in __napi_poll() 7559 static int napi_poll(struct napi_struct *n, struct list_head *repoll) in napi_poll() argument 7577 list_add_tail(&n->poll_list, repoll); in napi_poll() 7615 bool repoll = false; in napi_threaded_poll_loop() local 7625 __napi_poll(napi, &repoll); in napi_threaded_poll_loop() 7639 if (!repoll) in napi_threaded_poll_loop() 7665 LIST_HEAD(repoll); in net_rx_action() 7680 if (list_empty(&repoll)) { in net_rx_action() 7696 budget -= napi_poll(n, &repoll); in net_rx_action() [all …]
|
/linux/drivers/input/serio/ |
H A D | hil_mlc.c | 426 static int hilse_operate(hil_mlc *mlc, int repoll) in hilse_operate() argument
|
/linux/Documentation/networking/ |
H A D | napi.rst | 219 NAPI can be configured to arm a repoll timer instead of unmasking
|