Searched refs:zsa_restart (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c538 static void zsa_restart(void *);
2426 * Set the break bit, and arrange for "zsa_restart"
2436 timeout(zsa_restart, zs, hz/4);
2444 * Arrange for "zsa_restart" to be called when the
2449 za->za_zsa_restart_id = timeout(zsa_restart,
2554 zsa_restart(void *arg) function
2829 * "zsa_restart" to be called in 1/4 second;
2838 timeout(zsa_restart, zs, hz / 4);

Completed in 72 milliseconds