Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dfake_kmem.c36 kmem_avail(void) in kmem_avail() function
H A Dmapfile-vers44 kmem_avail;
H A Dfake_stream.c937 return ((size + sizeof (dblk_t)) <= kmem_avail()); in testb()
/illumos-gate/usr/src/uts/common/sys/
H A Dkmem.h122 extern size_t kmem_avail(void);
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dballoon.c516 if (kmem_avail() < balloon_minkmem) { in balloon_dec_reservation()
518 if (kmem_avail() < balloon_minkmem) in balloon_dec_reservation()
536 if (kmem_avail() < balloon_minkmem || in balloon_dec_reservation()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_pc.c499 if (kmem_avail() < 1024 * 1024) { in mp_cpu_poweron()
H A Dmp_startup.c1471 if (kmem_avail() < 1024 * 1024) { in start_cpu()
1644 if (kmem_avail() < 1024 * 1024) { in mp_cpu_configure()
/illumos-gate/usr/src/uts/common/os/
H A Dvm_pageout.c938 if (kmem_avail() > 0) in schedpaging()
H A Dstrsubr.c3615 count = kmem_avail(); in runbufcalls()
3707 if (strbcalls.bc_head != NULL && kmem_avail() > 0) { in streams_bufcall_service()
H A Dkmem.c3603 kmem_avail(void) in kmem_avail() function
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_map.c1330 (kmem_avail() > bufsz)) { in logmap_add_buf()
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c1302 return ((size + sizeof (dblk_t)) <= kmem_avail()); in testb()