Home
last modified time | relevance | path

Searched refs:is_final (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/tools/testing/selftests/powerpc/nx-gzip/
Dgunz_test.c289 int is_final, is_eof; in decompress_file() local
395 is_final = is_eof = 0; in decompress_file()
537 if (is_final) in decompress_file()
815 is_final = 1; in decompress_file()
895 is_final = 1; in decompress_file()
936 if (is_final) { in decompress_file()
/linux-6.1.9/drivers/s390/cio/
Dvfio_ccw_drv.c77 bool is_final; in vfio_ccw_sch_io_todo() local
83 is_final = !(scsw_actl(&irb->scsw) & in vfio_ccw_sch_io_todo()
87 if (is_final && private->state == VFIO_CCW_STATE_CP_PENDING) { in vfio_ccw_sch_io_todo()
/linux-6.1.9/drivers/crypto/bcm/
Dcipher.h328 unsigned int is_final; /* is this the final for the hash op? */ member
Dcipher.c737 if (!rctx->is_final) { in handle_ahash_req()
787 if ((rctx->total_sent == rctx->total_todo) && rctx->is_final) in handle_ahash_req()
806 __func__, rctx->is_final, local_nbuf); in handle_ahash_req()
1013 if (rctx->is_final && (rctx->total_sent == rctx->total_todo)) in handle_ahash_resp()
1929 if ((rctx->is_final == 1) && (rctx->total_todo == 0) && in ahash_enqueue()
1933 rctx->is_final ? "" : "non-", alg_name); in ahash_enqueue()
1970 rctx->is_final = 0; in __ahash_init()
2140 rctx->is_final = 1; in __ahash_final()
2179 rctx->is_final = 1; in __ahash_finup()
/linux-6.1.9/drivers/scsi/be2iscsi/
Dbe_main.h551 u8 is_final; member
Dbe_main.c1471 pasync_handle->is_final = 0; in beiscsi_hdl_put_handle()
1596 pasync_handle->is_final = final; in beiscsi_hdl_get_handle()
1639 if (!plast_handle->is_final) { in beiscsi_hdl_fwd_pdu()