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

/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c3458 static void kmem_update(void *);
3463 (void) timeout(kmem_update, dummy, kmem_reap_interval);
3467 kmem_update(void *dummy) function
3473 * kmem_update() becomes self-throttling: it won't schedule
4033 * to kmem_update(), so the cache must be ready for business.

Completed in 75 milliseconds