Searched refs:rsmrc_root (Results 1 – 2 of 2) sorted by relevance
329 rsmresource_blk_t **rsmrc_root; member
1131 blk = rsm_resource.rsmrc_root[i]; in rsmresource_alloc()1200 if (rsm_resource.rsmrc_root) { in rsmresource_alloc()1210 bcopy(rsm_resource.rsmrc_root, p, oldsz); in rsmresource_alloc()1211 kmem_free(rsm_resource.rsmrc_root, oldsz); in rsmresource_alloc()1214 rsm_resource.rsmrc_root = p; in rsmresource_alloc()1226 ASSERT(rsm_resource.rsmrc_root[empty] == NULL); in rsmresource_alloc()1227 rsm_resource.rsmrc_root[empty] = blk; in rsmresource_alloc()1280 ASSERT(rsm_resource.rsmrc_root); in rsmresource_free()1283 blk = rsm_resource.rsmrc_root[i]; in rsmresource_free()1303 rsm_resource.rsmrc_root[i] = NULL; in rsmresource_free()[all …]