Home
last modified time | relevance | path

Searched refs:surplus (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/lib/zstd/compress/
H A Dzstd_cwksp.h484 size_t const surplus = (alignment > sizeof(void*)) ? alignment - sizeof(void*) : 0; in ZSTD_cwksp_reserve_object_aligned() local
485 void* const start = ZSTD_cwksp_reserve_object(ws, byteSize + surplus); in ZSTD_cwksp_reserve_object_aligned()
487 if (surplus == 0) return start; in ZSTD_cwksp_reserve_object_aligned()
489 return (void*)(((size_t)start + surplus) & ~mask); in ZSTD_cwksp_reserve_object_aligned()
/linux-6.15/Documentation/admin-guide/mm/
H A Dhugetlbpage.rst30 and surplus huge pages in the pool of huge pages of default size.
57 is short for "surplus," and is the number of huge pages in
59 maximum number of surplus huge pages is controlled by
62 with each hugetlb page is enabled, the number of surplus huge pages
63 may be temporarily larger than the maximum number of surplus huge
218 number of "surplus" huge pages from the kernel's normal page pool, when the
219 persistent huge page pool is exhausted. As these surplus huge pages become
236 of the in-use huge pages to surplus huge pages. This will occur even if
237 the number of surplus pages would exceed the overcommit value. As long as
240 no more surplus huge pages will be allowed to be allocated.
[all …]
/linux-6.15/Documentation/mm/
H A Dhugetlbfs_reserv.rst152 calls into routines that potentially allocate and adjust surplus page counts.
230 brings up the issue of surplus huge pages and overcommit which is beyond
231 the scope reservations. Even if a surplus page is allocated, the same
/linux-6.15/Documentation/admin-guide/sysctl/
H A Dvm.rst659 writing 0 to nr_hugepages will make any "in use" HugeTLB pages become surplus
660 pages. So, those surplus pages are still optimized until they are no longer
661 in use. You would need to wait for those surplus pages to be released before