Searched refs:tn_asize (Results 1 – 2 of 2) sorted by relevance
139 if (tp->tn_asize >= np) in tmpnode_growmap()147 tp->tn_asize = tp->tn_anon->size; in tmpnode_growmap()151 tp->tn_asize = anon_grow(tp->tn_anon, NULL, tp->tn_asize, in tmpnode_growmap()152 np - tp->tn_asize, ANON_SLEEP); in tmpnode_growmap()153 ASSERT(tp->tn_asize >= np); in tmpnode_growmap()321 anon_release(tp->tn_anon, tp->tn_asize); in tmpnode_trunc()323 tp->tn_asize = 0; in tmpnode_trunc()
96 #define tn_asize un_tmpnode.un_anonstruct.un_size macro