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

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c1502 #define PIOL_DATABUF(iol) ((void *)(&(iol)[1]))
1507 piol_t *iol; local
1513 ASSERT(itemsize < MAPSIZE - sizeof (*iol));
1523 initial_size = MIN(MAPSIZE, initial_size + sizeof (*iol));
1524 iol = kmem_alloc(initial_size, KM_SLEEP);
1525 list_insert_head(iolhead, iol);
1526 iol->piol_usedsize = 0;
1527 iol->piol_size = initial_size;
1533 piol_t *iol; local
1566 piol_t *iol; local
1589 piol_t *iol; local
[all...]

Completed in 51 milliseconds