Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c134 uint_t slots_active; member
361 pcihp_p->slots_active = 0; in pcihp_create_soft_state()
456 if (pcihp_p->slots_active == 0) in pcihp_get_soft_state()
467 pcihp_p->slots_active++; in pcihp_get_soft_state()
470 ASSERT(pcihp_p->slots_active > 0); in pcihp_get_soft_state()
471 if (pcihp_p->slots_active == 0) in pcihp_get_soft_state()
478 pcihp_p->slots_active--; in pcihp_get_soft_state()