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

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c227 static int zone_lock_cnt = 0; variable
7378 zone_lock_cnt = 1;
7387 * the first time, we might have a zone_lock_cnt of 0. In that
7391 assert(zone_lock_cnt >= 0);
7392 if (zone_lock_cnt > 0) {
7395 if (--zone_lock_cnt > 0) {
7419 assert(zone_lock_cnt >= 0);
7421 if (zone_lock_cnt > 0) {
7423 zone_lock_cnt++;
7472 zone_lock_cnt
[all...]

Completed in 70 milliseconds