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