Searched refs:clnt_stop_idle (Results 1 – 2 of 2) sorted by relevance
494 void (*clnt_stop_idle)(queue_t *wq); variable3411 if (clnt_stop_idle != NULL) in clnt_dispatch_notifyall()3412 (*clnt_stop_idle)(q); in clnt_dispatch_notifyall()3442 if (clnt_stop_idle != in clnt_dispatch_notifyall()3444 (*clnt_stop_idle)(q); in clnt_dispatch_notifyall()3454 if (clnt_stop_idle != NULL) in clnt_dispatch_notifyall()3455 (*clnt_stop_idle)(q); in clnt_dispatch_notifyall()3465 if (clnt_stop_idle != NULL) in clnt_dispatch_notifyall()3466 (*clnt_stop_idle)(q); in clnt_dispatch_notifyall()3490 if (clnt_stop_idle != NULL) in clnt_dispatch_notifyall()[all …]
1025 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()