Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c496 void (*clnt_stop_idle)(queue_t *wq); variable
3409 if (clnt_stop_idle != NULL) in clnt_dispatch_notifyall()
3410 (*clnt_stop_idle)(q); in clnt_dispatch_notifyall()
3440 if (clnt_stop_idle != in clnt_dispatch_notifyall()
3442 (*clnt_stop_idle)(q); in clnt_dispatch_notifyall()
3452 if (clnt_stop_idle != NULL) in clnt_dispatch_notifyall()
3453 (*clnt_stop_idle)(q); in clnt_dispatch_notifyall()
3463 if (clnt_stop_idle != NULL) in clnt_dispatch_notifyall()
3464 (*clnt_stop_idle)(q); in clnt_dispatch_notifyall()
3488 if (clnt_stop_idle != NULL) in clnt_dispatch_notifyall()
[all …]
H A Drpcmod.c1027 extern void (*clnt_stop_idle)(queue_t *);
1266 if (!clnt_stop_idle) in mir_open()
1267 clnt_stop_idle = mir_clnt_idle_do_stop; in mir_open()