Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/configd/
H A Drc_node.c510 static uint_t rc_notify_in_use; /* blocks removals */ variable
1267 if (rc_notify_in_use) { in rc_notify_remove_node()
1283 assert(rc_notify_in_use == 0); in rc_notify_remove_locked()
7410 while (rc_notify_in_use) { in rc_notify_info_remove_locked()
7519 if (am_first_info && rc_notify_in_use) { in rc_notify_info_wait()
7584 rc_notify_in_use++; in rc_notify_info_wait()
7585 assert(rc_notify_in_use > 0); in rc_notify_info_wait()
7591 assert(rc_notify_in_use > 0); in rc_notify_info_wait()
7592 rc_notify_in_use--; in rc_notify_info_wait()
7601 while (rc_notify_in_use) { in rc_notify_info_wait()
[all …]