Searched refs:shca_list (Results 1 – 2 of 2) sorted by relevance
126 static LIST_HEAD(shca_list); /* list of all registered ehcas */861 list_add(&shca->shca_list, &shca_list); in ehca_probe()947 list_del(&shca->shca_list); in ehca_remove()979 list_for_each_entry(shca, &shca_list, shca_list) { in ehca_poll_eqs()1019 if (list_empty(&shca_list)) { in ehca_mem_notifier()
118 struct list_head shca_list; member