Searched refs:sgsbbc_instances (Results 1 – 3 of 3) sorted by relevance
74 struct sbbc_softstate *sgsbbc_instances = NULL; variable760 for (sp = sgsbbc_instances; sp != NULL; sp = sp->next) { in sbbc_add_instance()768 if (sgsbbc_instances != NULL) { in sbbc_add_instance()769 sgsbbc_instances->prev = softsp; in sbbc_add_instance()772 softsp->next = sgsbbc_instances; in sbbc_add_instance()774 sgsbbc_instances = softsp; in sbbc_add_instance()782 for (sp = sgsbbc_instances; sp != NULL; sp = sp->next) { in sbbc_remove_instance()790 if (sgsbbc_instances == softsp) { in sbbc_remove_instance()791 sgsbbc_instances = sp->next; in sbbc_remove_instance()
801 ASSERT(sgsbbc_instances); in sgsbbc_iosram_switchfrom()803 for (sp = sgsbbc_instances; sp != NULL; sp = sp->next) { in sgsbbc_iosram_switchfrom()
146 extern struct sbbc_softstate *sgsbbc_instances;