Searched refs:flushing (Results 1 – 19 of 19) sorted by relevance
240 if (!synth_buffer_empty() || speakup_info.flushing) in softsynthx_read()264 if (speakup_info.flushing) { in softsynthx_read()265 speakup_info.flushing = 0; in softsynthx_read()361 (!synth_buffer_empty() || speakup_info.flushing)) in softsynth_poll()
41 .flushing = 0,78 if (speakup_info.flushing) { in _spk_do_catch_up()79 speakup_info.flushing = 0; in _spk_do_catch_up()199 speakup_info.flushing = 1; in spk_do_flush()
163 if (speakup_info.flushing) { in do_catch_up()164 speakup_info.flushing = 0; in do_catch_up()
35 (speakup_info.flushing || in speakup_thread()
174 if (speakup_info.flushing) { in do_catch_up()175 speakup_info.flushing = 0; in do_catch_up()
196 if (speakup_info.flushing) { in do_catch_up()197 speakup_info.flushing = 0; in do_catch_up()
195 if (speakup_info.flushing) { in do_catch_up()196 speakup_info.flushing = 0; in do_catch_up()
249 if (speakup_info.flushing) { in do_catch_up()250 speakup_info.flushing = 0; in do_catch_up()
394 if (speakup_info.flushing) { in do_catch_up()395 speakup_info.flushing = 0; in do_catch_up()
209 if (speakup_info.flushing) { in do_catch_up()210 speakup_info.flushing = 0; in do_catch_up()
221 int flushing; member
686 } else if (method == IB_SA_METHOD_DELETE_RESP && group->demux->flushing) in mlx4_ib_mcg_work_handler()941 if (ctx->flushing) in mlx4_ib_mcg_multiplex_handler()1065 ctx->flushing = 0; in mlx4_ib_mcg_port_init()1134 cw->ctx->flushing = 0; in mcg_clean_task()1142 if (ctx->flushing) in mlx4_ib_mcg_port_cleanup()1145 ctx->flushing = 1; in mlx4_ib_mcg_port_cleanup()1149 ctx->flushing = 0; in mlx4_ib_mcg_port_cleanup()1155 ctx->flushing = 0; in mlx4_ib_mcg_port_cleanup()
507 int flushing; /* flushing the work queue */ member
142 unsigned int flushing; member916 chan->flushing = 0; in process_in_opcode()1140 if (chan->flushing) { in flush_downstream()1169 chan->flushing = 1; in flush_downstream()1187 while (chan->flushing) { in flush_downstream()1189 !chan->flushing || in flush_downstream()1201 while (chan->flushing) { in flush_downstream()1208 !chan->flushing || in flush_downstream()
692 bool flushing[ATH6KL_VIF_MAX] = {false}; in ath6kl_tx_complete() local763 flushing[if_idx] = true; in ath6kl_tx_complete()780 flushing[if_idx] = false; in ath6kl_tx_complete()801 !flushing[vif->fw_vif_idx]) { in ath6kl_tx_complete()
164 bool flushing; member1535 WRITE_ONCE(ctx->flushing, true); in at_context_flush()1537 WRITE_ONCE(ctx->flushing, false); in at_context_flush()1552 if (last->transfer_status == 0 && !READ_ONCE(ctx->flushing)) in handle_at_packet()1586 if (READ_ONCE(ctx->flushing)) in handle_at_packet()1608 if (READ_ONCE(ctx->flushing)) { in handle_at_packet()
108 - with a virtio-based flushing interface.
127 flushing, but at the cost of reduced isolation since devices may be
946 * the flushing process now. We'll poke
Completed in 40 milliseconds