Searched refs:fc_clients (Results 1 – 1 of 1) sorted by relevance
76 static struct fc_client *fc_clients; variable84 fc_clients = NULL; in fc_init_work()2679 struct fc_client *t = fc_clients; in fcclient_find_by_id()2723 t->next_all_list = fc_clients; in fcclient_alloc()2724 fc_clients = t; in fcclient_alloc()2743 struct fc_client *t = fc_clients; in fcclient_free()2751 if (!t && fc != fc_clients) { in fcclient_free()2758 fc_clients = fc->next_all_list; in fcclient_free()