Searched refs:ClusterInfo (Results 1 – 3 of 3) sorted by relevance
63 static ClusterInfo **InUse;396 static ClusterInfo *pool;398 static ClusterInfo *402 ClusterInfo *ret; in newClusterInfo()407 pool = (ClusterInfo *)malloc(sizeof (ClusterInfo) * CHUNKSIZE); in newClusterInfo()430 static ClusterInfo *433 ClusterInfo *cl = InUse[clusterNum - FIRST_CLUSTER]; in cloneClusterInfo()436 ClusterInfo *newCl = newClusterInfo(); in cloneClusterInfo()450 ClusterInfo *cl = InUse[clusterNum - FIRST_CLUSTER]; in updateFlags()459 freeClusterInfo(ClusterInfo *old) in freeClusterInfo()[all …]
122 typedef struct clinfo ClusterInfo; typedef226 ClusterInfo **template);
254 ClusterInfo *tmpl = NULL; in noteUsage()