Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/
H A Dvcons.c114 static volatile minor_t vc_inuse_max_minor = 0; variable
118 _NOTE(SCHEME_PROTECTS_DATA("D_MTPERMOD protected data", vc_inuse_max_minor))
213 if (count <= vc_inuse_max_minor) in vt_config()
288 if (index == vc_inuse_max_minor) { in vt_close()
291 vc_inuse_max_minor = index; in vt_close()
389 if (minor > vc_inuse_max_minor) in vt_open()
390 vc_inuse_max_minor = minor; in vt_open()