Lines Matching refs:periodics
94 * periodics_lock protects the list of all periodics (periodics), and
104 static list_t periodics;
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, dpr);
456 * Find the periodic in the list of all periodics and remove it.
461 for (dpr = list_head(&periodics); dpr != NULL; dpr =
462 list_next(&periodics, dpr)) {
464 list_remove(&periodics, dpr);