Searched refs:vmem_update (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libumem/common/
H A Dvmem_base.h56 extern void vmem_update(void *);
H A Dumem_update_thread.c86 vmem_update(NULL);
H A Dvmem.c1639 vmem_update(void *dummy) function
H A Dumem.c233 * on every cache, then calls vmem_update(), which tunes the vmem structures.
2574 vmem_update(NULL);
/illumos-gate/usr/src/uts/common/sys/
H A Dvmem.h127 extern void vmem_update(void *);
/illumos-gate/usr/src/uts/common/os/
H A Dmain.c587 vmem_update(NULL);
H A Dvmem.c164 * vmem_update() periodically resizes hash tables to keep hash chains short.
328 static long vmem_update_interval = 15; /* vmem_update() every 15 seconds */
1712 vmem_update(void *dummy) function
1732 (void) timeout(vmem_update, dummy, vmem_update_interval * hz);

Completed in 77 milliseconds