Searched refs:fc_clients (Results 1 – 1 of 1) sorted by relevance
81 static struct fc_client* fc_clients; variable1937 struct fc_client* t = fc_clients; in fcclient_find_by_id()1974 t->next_all_list = fc_clients; in fcclient_alloc()1975 fc_clients = t; in fcclient_alloc()1988 struct fc_client* t = fc_clients; in fcclient_free()1994 if (!t && fc != fc_clients) return; /* prevent double-free */ in fcclient_free()1999 fc_clients = fc->next_all_list; in fcclient_free()