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

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem.c129 * the (now valid) cache pointer from umem_alloc_table.
145 * cache pointer out of umem_alloc_table and growing the cpu array.
370 * simply increase this number. First, one must update the umem_alloc_table to
843 static umem_cache_t *umem_alloc_table[UMEM_MAXBUF >> UMEM_ALIGN_SHIFT] = { variable
2136 umem_cache_t *cp = umem_alloc_table[index];
2163 umem_cache_t *cp = umem_alloc_table[index];
2228 umem_cache_t *cp = umem_alloc_table[index];
3096 cp = umem_alloc_table[(size - 1) >> UMEM_ALIGN_SHIFT];
3183 i = sizeof (umem_alloc_table) / sizeof (*umem_alloc_table);
[all...]

Completed in 67 milliseconds