Searched refs:ClusterInfo (Results 1 – 3 of 3) sorted by relevance
65 static ClusterInfo **InUse;406 static ClusterInfo *pool;408 static ClusterInfo *412 ClusterInfo *ret; in newClusterInfo()417 pool = (ClusterInfo *)malloc(sizeof (ClusterInfo) * CHUNKSIZE); in newClusterInfo()440 static ClusterInfo *443 ClusterInfo *cl = InUse[clusterNum - FIRST_CLUSTER]; in cloneClusterInfo()446 ClusterInfo *newCl = newClusterInfo(); in cloneClusterInfo()460 ClusterInfo *cl = InUse[clusterNum - FIRST_CLUSTER]; in updateFlags()469 freeClusterInfo(ClusterInfo *old) in freeClusterInfo()[all …]
121 typedef struct clinfo ClusterInfo; typedef229 ClusterInfo **template);
252 ClusterInfo *tmpl = NULL; in noteUsage()