Searched hist:ab55ae255a5d1bcb9f55ae52e9616974f3f15c57 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/cam/ctl/ |
H A D | ctl_ser_table.c | diff ab55ae255a5d1bcb9f55ae52e9616974f3f15c57 Sat Sep 13 12:34:23 CEST 2014 Alexander Motin <mav@FreeBSD.org> Implement control over command reordering via options and control mode page.
It allows to bypass range checks between UNMAP and READ/WRITE commands, which may introduce additional delays while waiting for UNMAP parameters. READ and WRITE commands are always processed in safe order since their range checks are almost free.
|
H A D | ctl_private.h | diff ab55ae255a5d1bcb9f55ae52e9616974f3f15c57 Sat Sep 13 12:34:23 CEST 2014 Alexander Motin <mav@FreeBSD.org> Implement control over command reordering via options and control mode page.
It allows to bypass range checks between UNMAP and READ/WRITE commands, which may introduce additional delays while waiting for UNMAP parameters. READ and WRITE commands are always processed in safe order since their range checks are almost free.
|
H A D | ctl.c | diff ab55ae255a5d1bcb9f55ae52e9616974f3f15c57 Sat Sep 13 12:34:23 CEST 2014 Alexander Motin <mav@FreeBSD.org> Implement control over command reordering via options and control mode page.
It allows to bypass range checks between UNMAP and READ/WRITE commands, which may introduce additional delays while waiting for UNMAP parameters. READ and WRITE commands are always processed in safe order since their range checks are almost free.
|
/freebsd/usr.sbin/ctladm/ |
H A D | ctladm.8 | diff ab55ae255a5d1bcb9f55ae52e9616974f3f15c57 Sat Sep 13 12:34:23 CEST 2014 Alexander Motin <mav@FreeBSD.org> Implement control over command reordering via options and control mode page.
It allows to bypass range checks between UNMAP and READ/WRITE commands, which may introduce additional delays while waiting for UNMAP parameters. READ and WRITE commands are always processed in safe order since their range checks are almost free.
|