Searched refs:do_flush (Results 1 – 5 of 5) sorted by relevance
1079 bool do_flush = false; in intel_hpd_block() local1087 do_flush = true; in intel_hpd_block()1091 if (do_flush && hpd_pin_has_pulse(display, encoder->hpd_pin)) in intel_hpd_block()
157 static void do_flush(struct work_struct *work) in do_flush() function309 INIT_DELAYED_WORK(&lc->flush_log_work, do_flush); in userspace_ctr()
1286 bool do_flush; in r5l_flush_stripe_to_raid() local1298 do_flush = !list_empty(&log->flushing_ios); in r5l_flush_stripe_to_raid()1301 if (!do_flush) in r5l_flush_stripe_to_raid()
783 bool do_flush; member6002 if (ctx->do_flush) { in make_stripe_request()6005 ctx->do_flush = false; in make_stripe_request()6086 ctx.do_flush = bi->bi_opf & REQ_PREFLUSH; in raid5_make_request()
421 int do_flush = 0; in musb_host_packet_rx() local453 do_flush = 1; in musb_host_packet_rx()471 do_flush = 1; in musb_host_packet_rx()493 if (unlikely(do_flush)) in musb_host_packet_rx()
Completed in 31 milliseconds