Searched refs:tmp_kmemspace (Results 1 – 3 of 3) sorted by relevance
115 if (atomic_add_long_nv(&tmp_kmemspace, size) < tmpfs_maxkmem || in tmp_memalloc()119 atomic_add_long(&tmp_kmemspace, -size); in tmp_memalloc()132 atomic_add_long(&tmp_kmemspace, -size); in tmp_memfree()
162 size_t tmp_kmemspace; /* bytes of kernel heap used by all tmpfs */ variable650 if (tmpfs_maxkmem > tmp_kmemspace) in tmp_statvfs()651 sbp->f_ffree = (tmpfs_maxkmem - tmp_kmemspace) / in tmp_statvfs()
92 extern size_t tmp_kmemspace;