Searched defs:rc_notify_in_use (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c510 static uint_t rc_notify_in_use; /* blocks removals */ variable
595 * rc_notify_in_use is used to protect rc_notify_list from deletions when
1267 if (rc_notify_in_use) {
1283 assert(rc_notify_in_use == 0);
7408 * rc_notify_in_use is 0.
7410 while (rc_notify_in_use) {
7519 if (am_first_info && rc_notify_in_use) {
7584 rc_notify_in_use++;
7585 assert(rc_notify_in_use > 0);
7591 assert(rc_notify_in_use >
[all...]

Completed in 73 milliseconds