Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcyclic_impl.h520 struct cyc_id *cyi_next; member
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c2659 idp->cyi_next = cyclic_id_head; in cyclic_new_id()
2926 cyc_id_t *prev = idp->cyi_prev, *next = idp->cyi_next; in cyclic_remove()
2942 prev->cyi_next = next; in cyclic_remove()
3308 for (idp = cyclic_id_head; idp != NULL; idp = idp->cyi_next) { in cyclic_juggle()
3371 for (idp = cyclic_id_head; idp != NULL; idp = idp->cyi_next) { in cyclic_offline()
3429 for (idp = cyclic_id_head; idp != NULL; idp = idp->cyi_next) { in cyclic_online()
3486 for (idp = cyclic_id_head; idp != NULL; idp = idp->cyi_next) { in cyclic_move_in()
3573 for (idp = cyclic_id_head; idp != NULL; idp = idp->cyi_next) { in cyclic_move_out()