Searched refs:vc_inuse_max_minor (Results 1 – 1 of 1) sorted by relevance
114 static volatile minor_t vc_inuse_max_minor = 0; variable118 _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()