Searched refs:fc_clients (Results 1 – 1 of 1) sorted by relevance
81 static struct fc_client* fc_clients; variable1941 struct fc_client* t = fc_clients; in fcclient_find_by_id()1978 t->next_all_list = fc_clients; in fcclient_alloc()1979 fc_clients = t; in fcclient_alloc()1992 struct fc_client* t = fc_clients; in fcclient_free()1998 if (!t && fc != fc_clients) return; /* prevent double-free */ in fcclient_free()2003 fc_clients = fc->next_all_list; in fcclient_free()