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

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
hpa_hooks.h 12 uint64_t (*ms_since)(nstime_t *r_time); member in struct:hpa_hooks_s
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
hpa_hooks.h 12 uint64_t (*ms_since)(nstime_t *r_time); member in struct:hpa_hooks_s
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
hpa_hooks.h 15 uint64_t (*ms_since)(nstime_t *r_time); member in struct:hpa_hooks_s
  /src/external/bsd/jemalloc/include/jemalloc/internal/
hpa_hooks.h 15 uint64_t (*ms_since)(nstime_t *r_time); member in struct:hpa_hooks_s
  /src/external/bsd/jemalloc/dist/test/unit/
hpa.c 381 hooks.ms_since = &defer_test_ms_since;
491 hooks.ms_since = &defer_test_ms_since;
534 hooks.ms_since = &defer_test_ms_since;
585 hooks.ms_since = &defer_test_ms_since;
652 hooks.ms_since = &defer_test_ms_since;
721 hooks.ms_since = &defer_test_ms_since;
759 hooks.ms_since = &defer_test_ms_since;
898 hooks.ms_since = &defer_test_ms_since;
963 hooks.ms_since = &defer_test_ms_since;
1057 hooks.ms_since = &defer_test_ms_since
    [all...]
hpa_vectorized_madvise.c 162 hooks.ms_since = &defer_test_ms_since;
202 hooks.ms_since = &defer_test_ms_since;
hpa_vectorized_madvise_large_batch.c 154 hooks.ms_since = &defer_test_ms_since;
213 hooks.ms_since = &defer_test_ms_since;
hpa_thp_always.c 153 hooks.ms_since = &defer_test_ms_since;
hpa_sec_integration.c 154 hooks.ms_since = &defer_test_ms_since;
  /src/external/bsd/jemalloc.old/dist/src/
hpa.c 482 uint64_t millis = shard->central->hooks.ms_since(&time_hugify_allowed);
898 shard->central->hooks.ms_since(&time_hugify_allowed);
922 uint64_t since_last_purge_ms = shard->central->hooks.ms_since(
  /src/external/bsd/jemalloc/dist/src/
hpa.c 524 uint64_t millis = shard->central->hooks.ms_since(&time_hugify_allowed);
1045 shard->central->hooks.ms_since(&time_hugify_allowed);
1069 uint64_t since_last_purge_ms = shard->central->hooks.ms_since(
  /src/external/bsd/jemalloc.old/dist/test/unit/
hpa.c 372 hooks.ms_since = &defer_test_ms_since;

Completed in 46 milliseconds