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

/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c988 #define MIR_SVC_QUIESCED(mir) \ macro
1136 * Set mir_closing so we get notified when MIR_SVC_QUIESCED()
1151 while ((!MIR_SVC_QUIESCED(mir)) || mir->mir_inwservice == 1) {
1232 * We will call mir_svc_idle_start() whenever MIR_SVC_QUIESCED()
1632 * do any harm as MIR_SVC_QUIESCED() is false and mir_timer()
1799 if (MIR_SVC_QUIESCED(mir)) {
1935 if (mir->mir_type == RPC_SERVER && MIR_SVC_QUIESCED(mir)) {
2254 if (!MIR_SVC_QUIESCED(mir)) {
2552 if (!MIR_SVC_QUIESCED(mir) ||
2753 if (MIR_SVC_QUIESCED(mi
[all...]

Completed in 99 milliseconds