HomeSort by: relevance | last modified time | path
    Searched refs:hugify (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
hpa_hooks.h 9 void (*hugify)(void *ptr, size_t size); member in struct:hpa_hooks_s
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
hpa_hooks.h 9 void (*hugify)(void *ptr, size_t size); member in struct:hpa_hooks_s
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
hpa_hooks.h 12 bool (*hugify)(void *ptr, size_t size, bool sync); member in struct:hpa_hooks_s
  /src/external/bsd/jemalloc/include/jemalloc/internal/
hpa_hooks.h 12 bool (*hugify)(void *ptr, size_t size, bool sync); member in struct:hpa_hooks_s
  /src/external/bsd/jemalloc/dist/src/
hpa_central.c 84 central->hooks.hugify(
hpa.c 301 * to manually hugify.
303 * In situations where we don't manually hugify, this problem is
308 * is probably time-based for both purging and hugifying; only hugify a
317 * hugepage-friendly manner and let the OS hugify in the background.
347 * will allow them to get purged, resetting their "hugify-allowed" bit.
349 * might help. As an exception, we don't hugify hugepages that are now
390 * Don't let anyone else purge or hugify this page while
530 * Don't let anyone else purge or hugify this page while
549 bool err = shard->central->hooks.hugify(
644 * Try to hugify at least once, even if we out of operations to make a
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
hpa.c 378 hooks.hugify = &defer_test_hugify;
405 expect_zu_eq(1, ndefer_hugify_calls, "Failed to hugify");
426 * be marked for pending hugify.
441 expect_zu_eq(1, ndefer_hugify_calls, "Failed to hugify");
459 * criteria for huge page and at the same time do not allow hugify page
488 hooks.hugify = &defer_test_hugify;
531 hooks.hugify = &defer_test_hugify;
582 hooks.hugify = &defer_test_hugify;
626 * matching hugification criteria long enough to actually hugify them.
649 hooks.hugify = &defer_test_hugify
    [all...]
hpa_vectorized_madvise.c 159 hooks.hugify = &defer_test_hugify;
199 hooks.hugify = &defer_test_hugify;
hpa_vectorized_madvise_large_batch.c 151 hooks.hugify = &defer_test_hugify;
210 hooks.hugify = &defer_test_hugify;
hpa_thp_always.c 150 hooks.hugify = &defer_test_hugify;
hpa_sec_integration.c 151 hooks.hugify = &defer_test_hugify;
  /src/external/bsd/jemalloc.old/dist/test/unit/
hpa.c 369 hooks.hugify = &defer_test_hugify;
395 expect_true(defer_hugify_called, "Failed to hugify");
416 * be marked for pending hugify.
  /src/external/bsd/jemalloc.old/dist/src/
hpa.c 330 * to manually hugify.
332 * In situations where we don't manually hugify, this problem is
337 * is probably time-based for both purging and hugifying; only hugify a
346 * hugepage-friendly manner and let the OS hugify in the background.
361 * will allow them to get purged, reseting their "hugify-allowed" bit.
363 * might help. As an exception, we don't hugify hugepages that are now
392 * Don't let anyone else purge or hugify this page while
488 * Don't let anyone else purge or hugify this page while
501 shard->central->hooks.hugify(hpdata_addr_get(to_hugify), HUGEPAGE);

Completed in 19 milliseconds