Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/dtrace/
H A Dfasttrap.c133 static timeout_id_t fasttrap_timeout; variable
361 ASSERT(fasttrap_timeout != 0); in fasttrap_pid_cleanup_cb()
374 if (fasttrap_timeout != (timeout_id_t)1) { in fasttrap_pid_cleanup_cb()
375 fasttrap_timeout = in fasttrap_pid_cleanup_cb()
381 fasttrap_timeout = 0; in fasttrap_pid_cleanup_cb()
396 if (fasttrap_timeout == 0) in fasttrap_pid_cleanup()
397 fasttrap_timeout = timeout(&fasttrap_pid_cleanup_cb, NULL, 1); in fasttrap_pid_cleanup()
2239 while (fasttrap_timeout != (timeout_id_t)1) { in fasttrap_detach()
2240 tmp = fasttrap_timeout; in fasttrap_detach()
2241 fasttrap_timeout = (timeout_id_t)1; in fasttrap_detach()
[all …]