Searched refs:umem_init (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libumem/common/
H A Dvmem_base.c43 umem_init() == 0)
H A Dumem_base.h52 extern int umem_init(void); /* do umem's initialization */
53 #pragma rarely_called(umem_init)
H A Dumem_fork.c98 * wait for it to complete (by calling umem_init()) before allowing
103 (void) umem_init();
H A Dmalloc.c182 if (umem_memalign_arena == NULL && umem_init() == 0) {
H A Dumem.c89 * race condition issues, all other pre-umem_init() initialization is done
95 * 2.2. First use: umem_init()
99 * umem_init() is the central point for that task. When it completes,
103 * There are four different paths from which umem_init() is called:
113 * The last three just check if umem is initialized, and call umem_init()
125 * was agains &umem_null_cache, and calls umem_init().
140 * umem_cache_create()s will block by calling umem_init().
424 * value. The default value for this is currently 1 MB. Once umem_init() has
457 * the set of caches can only be determined once umem_init() has been called and
462 * During umem_init w
3323 umem_init(void) function
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.h132 extern int umem_init(void);
H A Dlibumem.c598 if (umem_init() != 0)
H A Dumem.c2317 umem_init(void) function

Completed in 60 milliseconds