Home
last modified time | relevance | path

Searched refs:kmem_avail (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dkmem.h119 extern size_t kmem_avail(void);
/titanic_44/usr/src/uts/i86xpv/os/
H A Dballoon.c514 if (kmem_avail() < balloon_minkmem) { in balloon_dec_reservation()
516 if (kmem_avail() < balloon_minkmem) in balloon_dec_reservation()
534 if (kmem_avail() < balloon_minkmem || in balloon_dec_reservation()
/titanic_44/usr/src/uts/i86pc/os/
H A Dmp_pc.c470 if (kmem_avail() < 1024 * 1024) { in mp_cpu_poweron()
H A Dmp_startup.c1459 if (kmem_avail() < 1024 * 1024) { in start_cpu()
1611 if (kmem_avail() < 1024 * 1024) { in mp_cpu_configure()
/titanic_44/usr/src/uts/common/os/
H A Dvm_pageout.c608 if (kmem_avail() > 0) in schedpaging()
H A Dstrsubr.c3590 count = kmem_avail(); in runbufcalls()
3682 if (strbcalls.bc_head != NULL && kmem_avail() > 0) { in streams_bufcall_service()
H A Dkmem.c3546 kmem_avail(void) in kmem_avail() function
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dlufs_map.c1330 (kmem_avail() > bufsz)) { in logmap_add_buf()
/titanic_44/usr/src/uts/common/io/
H A Dstream.c1265 return ((size + sizeof (dblk_t)) <= kmem_avail()); in testb()