Searched defs:newiol (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c1546 piol_t *newiol; local
1548 newiol = kmem_alloc(MAPSIZE, KM_SLEEP);
1549 newiol->piol_size = MAPSIZE;
1550 newiol->piol_usedsize = 0;
1552 list_insert_after(iolhead, iol, newiol);
1554 ASSERT(iol == newiol);

Completed in 55 milliseconds