Searched refs:ctgp (Results 1 – 1 of 1) sorted by relevance
1257 struct ctgas *ctgp; in putctgas() local1258 if ((ctgp = kmem_zalloc(sizeof (*ctgp), KM_NOSLEEP)) != NULL) { in putctgas()1259 ctgp->ctg_addr = addr; in putctgas()1260 ctgp->ctg_size = size; in putctgas()1262 avl_add(&ctgtree, ctgp); in putctgas()1265 return (ctgp); in putctgas()1274 struct ctgas *ctgp; in getctgsz() local1280 if ((ctgp = avl_find(&ctgtree, &find, NULL)) != NULL) { in getctgsz()1281 avl_remove(&ctgtree, ctgp); in getctgsz()1285 if (ctgp != NULL) { in getctgsz()[all …]