Searched refs:ctgp (Results 1 – 1 of 1) sorted by relevance
1269 struct ctgas *ctgp; in putctgas() local1270 if ((ctgp = kmem_zalloc(sizeof (*ctgp), KM_NOSLEEP)) != NULL) { in putctgas()1271 ctgp->ctg_addr = addr; in putctgas()1272 ctgp->ctg_size = size; in putctgas()1274 avl_add(&ctgtree, ctgp); in putctgas()1277 return (ctgp); in putctgas()1286 struct ctgas *ctgp; in getctgsz() local1292 if ((ctgp = avl_find(&ctgtree, &find, NULL)) != NULL) { in getctgsz()1293 avl_remove(&ctgtree, ctgp); in getctgsz()1297 if (ctgp != NULL) { in getctgsz()[all …]