Searched defs:max_ownership_delay (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmhd.h62 int max_ownership_delay; member in struct:mhioctkown
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c25529 * until max_ownership_delay has expired. This loop ensures that
25548 * max_ownership_delay indicates the amount of time by which the
25565 int max_ownership_delay = 30000000; /* in usec */ local
25597 if (p->max_ownership_delay != 0) {
25598 max_ownership_delay = p->max_ownership_delay * 1000;
25603 min_ownership_delay, max_ownership_delay);
25608 end_time = start_time + drv_usectohz(max_ownership_delay);

Completed in 109 milliseconds