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

  /src/external/bsd/jemalloc/dist/src/
hpdata.c 180 * Initialize to_purge.
217 fb_init(purge_state->to_purge, HUGEPAGE_PAGES);
240 fb_set_range(purge_state->to_purge, HUGEPAGE_PAGES, next_dirty,
249 purge_state->to_purge, HUGEPAGE_PAGES, 0, HUGEPAGE_PAGES));
273 bool found_range = fb_srange_iter(purge_state->to_purge, HUGEPAGE_PAGES,
297 assert(purge_state->npurged == fb_scount(purge_state->to_purge,
301 fb_bit_not(purge_state->to_purge, purge_state->to_purge,
304 purge_state->to_purge, HUGEPAGE_PAGES);
hpa.c 384 hpdata_t *to_purge = psset_pick_purge(&shard->psset); local
385 if (to_purge == NULL) {
388 assert(hpdata_purge_allowed_get(to_purge));
389 assert(!hpdata_changing_state_get(to_purge));
396 psset_update_begin(&shard->psset, to_purge);
397 assert(hpdata_alloc_allowed_get(to_purge));
398 hpdata_mid_purge_set(to_purge, true);
399 hpdata_purge_allowed_set(to_purge, false);
400 hpdata_disallow_hugify(to_purge);
408 hpdata_alloc_allowed_set(to_purge, false)
    [all...]
psset.c 18 hpdata_purge_list_init(&psset->to_purge[i]);
244 hpdata_purge_list_t *purge_list = &psset->to_purge[ind];
256 hpdata_purge_list_t *purge_list = &psset->to_purge[ind];
346 hpdata_t *ps = hpdata_purge_list_first(&psset->to_purge[ind]);
  /src/external/bsd/jemalloc.old/dist/src/
hpdata.c 180 * Initialize to_purge.
217 fb_init(purge_state->to_purge, HUGEPAGE_PAGES);
240 fb_set_range(purge_state->to_purge, HUGEPAGE_PAGES, next_dirty,
249 purge_state->to_purge, HUGEPAGE_PAGES, 0, HUGEPAGE_PAGES));
273 bool found_range = fb_srange_iter(purge_state->to_purge, HUGEPAGE_PAGES,
297 assert(purge_state->npurged == fb_scount(purge_state->to_purge,
301 fb_bit_not(purge_state->to_purge, purge_state->to_purge,
304 purge_state->to_purge, HUGEPAGE_PAGES);
hpa.c 384 hpdata_t *to_purge = psset_pick_purge(&shard->psset); local
385 if (to_purge == NULL) {
388 assert(hpdata_purge_allowed_get(to_purge));
389 assert(!hpdata_changing_state_get(to_purge));
396 psset_update_begin(&shard->psset, to_purge);
397 assert(hpdata_alloc_allowed_get(to_purge));
398 hpdata_mid_purge_set(to_purge, true);
399 hpdata_purge_allowed_set(to_purge, false);
400 hpdata_disallow_hugify(to_purge);
408 hpdata_alloc_allowed_set(to_purge, false)
    [all...]
psset.c 18 hpdata_purge_list_init(&psset->to_purge[i]);
244 hpdata_purge_list_t *purge_list = &psset->to_purge[ind];
256 hpdata_purge_list_t *purge_list = &psset->to_purge[ind];
346 hpdata_t *ps = hpdata_purge_list_first(&psset->to_purge[ind]);
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
psset.h 89 hpdata_purge_list_t to_purge[PSSET_NPURGE_LISTS]; member in struct:psset_s
hpdata.h 373 fb_group_t to_purge[FB_NGROUPS(HUGEPAGE_PAGES)]; member in struct:hpdata_purge_state_s
  /src/external/bsd/jemalloc/dist/test/unit/
hpdata.c 72 size_t to_purge = hpdata_purge_begin(&hpdata, &purge_state); local
73 expect_zu_eq(HUGEPAGE_PAGES / 4, to_purge, "");
116 size_t to_purge = hpdata_purge_begin(&hpdata, &purge_state); local
117 expect_zu_eq(HUGEPAGE_PAGES / 2, to_purge, "");
psset.c 659 hpdata_t *to_purge = psset_pick_purge(&psset); local
660 expect_ptr_eq(&hpdata_empty, to_purge, "");
718 hpdata_t *to_purge = psset_pick_purge(&psset); local
719 expect_ptr_eq(&hpdata_huge[i], to_purge, "");
720 psset_update_begin(&psset, to_purge);
721 hpdata_purge_allowed_set(to_purge, false);
722 psset_update_end(&psset, to_purge);
725 hpdata_t *to_purge = psset_pick_purge(&psset); local
726 expect_ptr_eq(&hpdata_nonhuge[i], to_purge, "");
727 psset_update_begin(&psset, to_purge);
    [all...]
  /src/external/bsd/jemalloc/include/jemalloc/internal/
psset.h 89 hpdata_purge_list_t to_purge[PSSET_NPURGE_LISTS]; member in struct:psset_s
hpdata.h 373 fb_group_t to_purge[FB_NGROUPS(HUGEPAGE_PAGES)]; member in struct:hpdata_purge_state_s
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
psset.h 89 hpdata_purge_list_t to_purge[PSSET_NPURGE_LISTS]; member in struct:psset_s
hpdata.h 373 fb_group_t to_purge[FB_NGROUPS(HUGEPAGE_PAGES)]; member in struct:hpdata_purge_state_s
  /src/external/bsd/jemalloc.old/dist/test/unit/
hpdata.c 72 size_t to_purge = hpdata_purge_begin(&hpdata, &purge_state); local
73 expect_zu_eq(HUGEPAGE_PAGES / 4, to_purge, "");
116 size_t to_purge = hpdata_purge_begin(&hpdata, &purge_state); local
117 expect_zu_eq(HUGEPAGE_PAGES / 2, to_purge, "");
psset.c 659 hpdata_t *to_purge = psset_pick_purge(&psset); local
660 expect_ptr_eq(&hpdata_empty, to_purge, "");
718 hpdata_t *to_purge = psset_pick_purge(&psset); local
719 expect_ptr_eq(&hpdata_huge[i], to_purge, "");
720 psset_update_begin(&psset, to_purge);
721 hpdata_purge_allowed_set(to_purge, false);
722 psset_update_end(&psset, to_purge);
725 hpdata_t *to_purge = psset_pick_purge(&psset); local
726 expect_ptr_eq(&hpdata_nonhuge[i], to_purge, "");
727 psset_update_begin(&psset, to_purge);
    [all...]
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
psset.h 89 hpdata_purge_list_t to_purge[PSSET_NPURGE_LISTS]; member in struct:psset_s
hpdata.h 373 fb_group_t to_purge[FB_NGROUPS(HUGEPAGE_PAGES)]; member in struct:hpdata_purge_state_s
  /src/external/gpl3/gcc/dist/gcc/
tree-inline.cc 4793 bitmap to_purge)
4939 successfully_inlined = expand_call_inline (bb, stmt, id, to_purge);
5310 bitmap_set_bit (to_purge, return_block->index);
5349 bitmap to_purge)
5361 inlined |= expand_call_inline (bb, stmt, id, to_purge);
5374 auto_bitmap to_purge;
5445 bitmap_set_bit (to_purge, dest->index);
5465 bitmap_set_bit (to_purge, dest->index);
5486 gimple_purge_all_dead_eh_edges (to_purge);
5531 auto_bitmap to_purge;
5373 auto_bitmap to_purge; local
5530 auto_bitmap to_purge; local
    [all...]
tree-ssa-forwprop.cc 193 static bitmap to_purge; variable
335 bitmap_set_bit (to_purge, bb->index);
586 bitmap_set_bit (to_purge, gimple_bb (stmt)->index);
3520 to_purge = BITMAP_ALLOC (NULL);
3976 bitmap_set_bit (to_purge, bb->index);
3996 bitmap_set_bit (to_purge, bb->index);
4128 simple_dce_from_worklist (simple_dce_worklist, to_purge);
4186 cfg_changed |= gimple_purge_all_dead_eh_edges (to_purge);
4188 BITMAP_FREE (to_purge);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-inline.cc 4762 bitmap to_purge)
4908 successfully_inlined = expand_call_inline (bb, stmt, id, to_purge);
5273 bitmap_set_bit (to_purge, return_block->index);
5312 bitmap to_purge)
5324 inlined |= expand_call_inline (bb, stmt, id, to_purge);
5337 auto_bitmap to_purge;
5408 bitmap_set_bit (to_purge, dest->index);
5428 bitmap_set_bit (to_purge, dest->index);
5449 gimple_purge_all_dead_eh_edges (to_purge);
5494 auto_bitmap to_purge;
5336 auto_bitmap to_purge; local
5493 auto_bitmap to_purge; local
    [all...]
tree-ssa-forwprop.cc 189 static bitmap to_purge; variable
332 bitmap_set_bit (to_purge, bb->index);
649 bitmap_set_bit (to_purge, gimple_bb (stmt)->index);
3423 to_purge = BITMAP_ALLOC (NULL);
3776 bitmap_set_bit (to_purge, bb->index);
3805 bitmap_set_bit (to_purge, bb->index);
3961 cfg_changed |= gimple_purge_all_dead_eh_edges (to_purge);
3962 BITMAP_FREE (to_purge);
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model.cc 235 auto_vec<const region *> to_purge; local
241 to_purge.safe_push (iter_reg);
243 for (auto iter : to_purge)
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc 291 auto_vec<const region *> to_purge; local
297 to_purge.safe_push (iter_reg);
299 for (auto iter : to_purge)

Completed in 39 milliseconds