Home
last modified time | relevance | path

Searched refs:no_flush (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/lib/zlib_dfltcc/
A Ddfltcc_deflate.c132 int no_flush; in dfltcc_deflate() local
144 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()
/linux-6.3-rc2/drivers/scsi/qedf/
A Dqedf_io.c2308 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()
/linux-6.3-rc2/fs/fuse/
A Dfuse_i.h685 unsigned no_flush:1; member
A Dfile.c508 if (fm->fc->no_flush) in fuse_do_flush()
513 fm->fc->no_flush = 1; in fuse_do_flush()

Completed in 16 milliseconds