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

/illumos-gate/usr/src/uts/common/os/
H A Dddi_periodic.c90 static id_space_t *periodic_id_space; variable
220 periodic_id_space = id_space_create("ddi_periodic", 1,
280 id_space_destroy(periodic_id_space);
281 periodic_id_space = NULL;
352 id_free(periodic_id_space, dpr->dpr_id);
365 dpr->dpr_id = id_alloc(periodic_id_space);

Completed in 44 milliseconds