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

/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c366 * and cleared when the timer fires (mir_timer). If
1021 static void mir_timer(void *);
1055 * mir_timer_call also tells mir_timer() (refer to the comments
1056 * in mir_timer()) that it does not need to do anything.
1090 mir->mir_timer_id = timeout(mir_timer, q,
1541 * is used in mir_timer().
1632 * do any harm as MIR_SVC_QUIESCED() is false and mir_timer()
2150 mir_timer(void *arg) function
2161 * is progressing. And mir_timer() can only be run while they
2204 printf("mir_timer[
[all...]

Completed in 62 milliseconds