Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_text.c1008 int new_mem_len; in textbuf_makeroom() local
1014 new_mem_len = itb->itb_mem_len + MAX(TEXTBUF_CHUNKSIZE, size); in textbuf_makeroom()
1015 new_mem = kmem_alloc(new_mem_len, KM_SLEEP); in textbuf_makeroom()
1019 itb->itb_mem_len = new_mem_len; in textbuf_makeroom()