Searched refs:px_dvma_rec (Results 1 – 3 of 3) sorted by relevance
93 struct px_dvma_rec *dvma_alloc_rec;94 struct px_dvma_rec *dvma_free_rec;95 struct px_dvma_rec *dvma_active_list;
1259 size_t sz = sizeof (struct px_dvma_rec) * px_dvma_debug_rec; in px_dvma_debug_init()1275 struct px_dvma_rec *prev, *ptr; in px_dvma_debug_fini()1276 size_t sz = sizeof (struct px_dvma_rec) * px_dvma_debug_rec; in px_dvma_debug_fini()1293 kmem_free(prev, sizeof (struct px_dvma_rec)); in px_dvma_debug_fini()1294 kmem_free(prev, sizeof (struct px_dvma_rec)); in px_dvma_debug_fini()1309 struct px_dvma_rec *ptr; in px_dvma_alloc_debug()1326 ptr = kmem_alloc(sizeof (struct px_dvma_rec), KM_SLEEP); in px_dvma_alloc_debug()1342 struct px_dvma_rec *ptr, *ptr_save; in px_dvma_free_debug()1374 kmem_free(ptr, sizeof (struct px_dvma_rec)); in px_dvma_free_debug()
196 struct px_dvma_rec { struct200 struct px_dvma_rec *next; argument