Searched refs:fast_path (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c812 int fast_path; local
851 fast_path = 0;
855 fast_path = 1;
970 if ((dbuf->db_buf_size >= len) && fast_path &&
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_as.c1835 int fast_path = 1; local
1843 * For the first pass/fast_path, just add align and redzone into
1849 * If we can't find a hole with this fast_path, then we look for
1964 if (fast_path && (align != 0 || save_redzone != 0)) {
1965 fast_path = 0;

Completed in 55 milliseconds