Searched refs:ctgp (Results 1 – 1 of 1) sorted by relevance
1270 struct ctgas *ctgp; in putctgas() local1271 if ((ctgp = kmem_zalloc(sizeof (*ctgp), KM_NOSLEEP)) != NULL) { in putctgas()1272 ctgp->ctg_addr = addr; in putctgas()1273 ctgp->ctg_size = size; in putctgas()1275 avl_add(&ctgtree, ctgp); in putctgas()1278 return (ctgp); in putctgas()1287 struct ctgas *ctgp; in getctgsz() local1293 if ((ctgp = avl_find(&ctgtree, &find, NULL)) != NULL) { in getctgsz()1294 avl_remove(&ctgtree, ctgp); in getctgsz()1298 if (ctgp != NULL) { in getctgsz()[all …]