Searched refs:max_ownership_delay (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmhdx.x34 int max_ownership_delay;
/illumos-gate/usr/src/uts/common/sys/
H A Dmhd.h62 int max_ownership_delay; member in struct:mhioctkown
/illumos-gate/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_drive.c214 tkown.max_ownership_delay = tkp->max_ownership_delay;
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaset.c1609 mhiargs.mh_tk.max_ownership_delay = c;
/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 175 milliseconds