Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng.c206 n2rng->n_timeout_id = 0; in n2rng_attach()
358 tid = n2rng->n_timeout_id; in n2rng_detach()
359 n2rng->n_timeout_id = 0; in n2rng_detach()
966 if (n2rng->n_timeout_id) { in n2rng_config_retry()
968 "id = %x", n2rng->n_timeout_id); in n2rng_config_retry()
970 n2rng->n_timeout_id = timeout(n2rng_config_task, in n2rng_config_retry()
973 "%d seconds, id = %x", seconds, n2rng->n_timeout_id); in n2rng_config_retry()
1365 n2rng->n_timeout_id = 0; in n2rng_config_task()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dn2rng.h233 timeout_id_t n_timeout_id; member