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

/illumos-gate/usr/src/uts/common/os/
H A Dddi_periodic.c94 * periodics_lock protects the list of all periodics (periodics), and
104 static list_t periodics; variable
214 list_create(&periodics, sizeof (ddi_periodic_impl_t),
254 * Find all periodics that have not yet been unregistered and,
258 while ((dpr = list_head(&periodics)) != NULL) {
286 list_destroy(&periodics);
317 * DDI_IPL_0 periodics are dispatched onto the taskq:
323 * Higher priority periodics are handled by a soft interrupt
436 list_insert_tail(&periodics, dp
[all...]

Completed in 44 milliseconds