Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dpshot.h114 int busy_ioctl; /* track busy and idle ioctl calls */ member
/titanic_44/usr/src/uts/common/io/
H A Dpshot.c664 pshot->busy_ioctl = 0; in pshot_attach()
1992 ++(pshot->busy_ioctl); in pshot_devctl()
1997 pshot->busy_ioctl); in pshot_devctl()
2025 state, pshot->busy_ioctl); in pshot_devctl()
2040 if (pshot->busy_ioctl > 0) { in pshot_devctl()
2043 --(pshot->busy_ioctl); in pshot_devctl()
2048 pshot->busy, pshot->busy_ioctl); in pshot_devctl()