Searched refs:no_flush (Results 1 – 4 of 4) sorted by relevance
132 int no_flush; in dfltcc_deflate() local144 no_flush = flush == Z_NO_FLUSH; in dfltcc_deflate()154 if (!no_flush && param->bcf) { in dfltcc_deflate()165 *result = no_flush ? need_more : block_done; in dfltcc_deflate()174 if (param->bcf && no_flush && in dfltcc_deflate()183 no_flush = 0; in dfltcc_deflate()208 if (no_flush && strm->avail_in > dfltcc_state->block_size) { in dfltcc_deflate()221 if (!no_flush) in dfltcc_deflate()
2308 goto no_flush; in qedf_execute_tmf()2315 goto no_flush; in qedf_execute_tmf()2385 goto no_flush; in qedf_execute_tmf()2396 no_flush: in qedf_execute_tmf()
685 unsigned no_flush:1; member
508 if (fm->fc->no_flush) in fuse_do_flush()513 fm->fc->no_flush = 1; in fuse_do_flush()
Completed in 16 milliseconds