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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dpshot.h114 int busy_ioctl; /* track busy and idle ioctl calls */ member in struct:pshot
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dpshot.c661 pshot->busy_ioctl = 0;
1981 * via pshot->busy_ioctl.
1989 ++(pshot->busy_ioctl);
1993 " %d busy_ioctl %d\n", instance, pshot->busy,
1994 pshot->busy_ioctl);
2021 " comp 0 busy %d busy_ioctl %d\n", instance,
2022 state, pshot->busy_ioctl);
2030 * NOP if pshot->busy_ioctl <= 0.
2037 if (pshot->busy_ioctl > 0) {
2040 --(pshot->busy_ioctl);
[all...]

Completed in 39 milliseconds