Home
last modified time | relevance | path

Searched refs:md_space (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/sun4v/os/
H A Dmach_descrip.c290 uint64_t md_space = 0; in mach_descrip_update() local
312 (*curr_mach_descrip_memops->buf_freep)(tbuf, md_space); in mach_descrip_update()
322 md_space = P2ROUNDUP(md_size0, PAGESIZE); in mach_descrip_update()
323 MDP(("MD: allocated space is %ld\n", md_space)); in mach_descrip_update()
326 (md_space, PAGESIZE); in mach_descrip_update()
333 md_size = md_space; in mach_descrip_update()
348 } while (md_space < md_size); in mach_descrip_update()
432 curr_mach_descrip->space = md_space; in mach_descrip_update()
443 (*curr_mach_descrip_memops->buf_freep)(tbuf, md_space); in mach_descrip_update()