Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c225 uint32_t sbd_copy_threshold = 0; /* Valid if non-zero */ variable
972 copy_threshold = (sbd_copy_threshold > 0) ? in sbd_handle_read()
973 sbd_copy_threshold : task->task_copy_threshold; in sbd_handle_read()
1507 if (sbd_copy_threshold > 0) { in sbd_zcopy_write_useful()
1508 return (len >= sbd_copy_threshold); in sbd_zcopy_write_useful()