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()2608 struct fc_client *t = fc_clients; in fcclient_find_by_id()2652 t->next_all_list = fc_clients; in fcclient_alloc()2653 fc_clients = t; in fcclient_alloc()2672 struct fc_client *t = fc_clients; in fcclient_free()2680 if (!t && fc != fc_clients) { in fcclient_free()2687 fc_clients = fc->next_all_list; in fcclient_free()