Searched refs:sbd_copy_threshold (Results 1 – 1 of 1) sorted by relevance
206 uint32_t sbd_copy_threshold = 0; /* Valid if non-zero */ variable896 copy_threshold = (sbd_copy_threshold > 0) ? in sbd_handle_read()897 sbd_copy_threshold : task->task_copy_threshold; in sbd_handle_read()1405 if (sbd_copy_threshold > 0) { in sbd_zcopy_write_useful()1406 return (len >= sbd_copy_threshold); in sbd_zcopy_write_useful()