| /src/external/bsd/jemalloc/dist/test/include/test/ |
| extent_hooks.h | 10 size_t size, bool committed, unsigned arena_ind); 12 size_t size, bool committed, unsigned arena_ind); 22 size_t size, size_t size_a, size_t size_b, bool committed, 25 size_t size_a, void *addr_b, size_t size_b, bool committed, 105 bool committed, unsigned arena_ind) { 108 TRACE_HOOK("%s(extent_hooks=%p, addr=%p, size=%zu, committed=%s, " 109 "arena_ind=%u)\n", __func__, extent_hooks, addr, size, committed ? 119 err = default_hooks->dalloc(default_hooks, addr, size, committed, 0); 126 bool committed, unsigned arena_ind) { 127 TRACE_HOOK("%s(extent_hooks=%p, addr=%p, size=%zu, committed=%s, [all...] |
| /src/external/bsd/jemalloc.old/dist/test/include/test/ |
| extent_hooks.h | 10 size_t size, bool committed, unsigned arena_ind); 12 size_t size, bool committed, unsigned arena_ind); 22 size_t size, size_t size_a, size_t size_b, bool committed, 25 size_t size_a, void *addr_b, size_t size_b, bool committed, 105 bool committed, unsigned arena_ind) { 108 TRACE_HOOK("%s(extent_hooks=%p, addr=%p, size=%zu, committed=%s, " 109 "arena_ind=%u)\n", __func__, extent_hooks, addr, size, committed ? 119 err = default_hooks->dalloc(default_hooks, addr, size, committed, 0); 126 bool committed, unsigned arena_ind) { 127 TRACE_HOOK("%s(extent_hooks=%p, addr=%p, size=%zu, committed=%s, [all...] |
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| ehooks.h | 62 size_t size_a, void *addr_b, size_t size_b, bool committed, 215 bool committed) { 224 committed, ehooks_ind_get(ehooks)); 232 bool committed) { 240 extent_hooks->destroy(extent_hooks, addr, size, committed, 334 size_t size_a, size_t size_b, bool committed) { 343 size_b, committed, ehooks_ind_get(ehooks)); 351 void *addr_b, size_t size_b, bool committed) { 360 addr_b, size_b, committed, ehooks_ind_get(ehooks));
|
| edata.h | 98 * c: committed 117 * committed: The committed flag indicates whether physical memory is 118 * committed to the extent, whether explicitly or implicitly 535 edata_committed_set(edata_t *edata, bool committed) { 537 ((uint64_t)committed << EDATA_BITS_COMMITTED_SHIFT); 601 bool committed, extent_pai_t pai, extent_head_state_t is_head) { 613 edata_committed_set(edata, committed);
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| ehooks.h | 62 size_t size_a, void *addr_b, size_t size_b, bool committed, 215 bool committed) { 224 committed, ehooks_ind_get(ehooks)); 232 bool committed) { 240 extent_hooks->destroy(extent_hooks, addr, size, committed, 334 size_t size_a, size_t size_b, bool committed) { 343 size_b, committed, ehooks_ind_get(ehooks)); 351 void *addr_b, size_t size_b, bool committed) { 360 addr_b, size_b, committed, ehooks_ind_get(ehooks));
|
| extent_inlines.h | 280 extent_committed_set(extent_t *extent, bool committed) { 282 ((uint64_t)committed << EXTENT_BITS_COMMITTED_SHIFT); 305 bool committed, bool dumpable) { 316 extent_committed_set(extent, committed);
|
| edata.h | 98 * c: committed 117 * committed: The committed flag indicates whether physical memory is 118 * committed to the extent, whether explicitly or implicitly 535 edata_committed_set(edata_t *edata, bool committed) { 537 ((uint64_t)committed << EDATA_BITS_COMMITTED_SHIFT); 601 bool committed, extent_pai_t pai, extent_head_state_t is_head) { 613 edata_committed_set(edata, committed);
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_so.c | 61 * @committed: Whether the view is actually created or pending creation at the 76 bool committed; /* Protected by binding_mutex */ member in struct:vmw_view 123 * vmw_view_commit_notify - Notify that a view operation has been committed to 127 * @state: Indicating whether a creation or removal has been committed. 142 view->committed = true; 148 view->committed = false; 173 if (!view->committed) { 218 if (!view->committed || res->id == -1) 374 view->committed = false; 406 * @res_p: If the resource is in an already committed state, points to th [all...] |
| vmwgfx_shader.c | 57 bool committed; member in struct:vmw_dx_shader 123 * The destroy callback is only called with a committed resource on 355 * committed to hardware from a user-supplied command stream. 358 * @state: Indicating whether a creation or removal has been committed. 371 shader->committed = true; 377 shader->committed = false; 399 if (!list_empty(&shader->cotable_head) || !shader->committed) 433 WARN_ON_ONCE(!shader->committed); 488 WARN_ON_ONCE(!shader->committed); 562 entry->committed = false [all...] |
| /src/external/bsd/jemalloc/dist/src/ |
| san_bump.c | 93 bool committed = false, zeroed = false; local 98 alloc_size, PAGE, zeroed, &committed,
|
| ehooks.c | 84 bool committed, unsigned arena_ind) { 97 bool committed, unsigned arena_ind) { 177 size_t size_a, size_t size_b, bool committed, unsigned arena_ind) { 224 void *addr_b, size_t size_b, bool committed, unsigned arena_ind) {
|
| pages.c | 811 bool committed = false; local 812 void *madv_free_page = os_pages_map(NULL, PAGE, PAGE, &committed);
|
| extent.c | 631 * committed. 670 bool committed = false; local 673 &committed); 682 extent_state_active, zeroed, committed, EXTENT_PAI_PAC,
|
| /src/external/bsd/nsd/dist/ |
| xfr-inspect.c | 96 uint8_t committed; local 110 if(!xi_diff_read_8(in, &committed) || 128 printf("committed: %d (%s)\n", (int)committed, 129 committed?"yes":"no"); 345 uint8_t committed; local 359 if(!xi_diff_read_8(in, &committed) || 377 printf("; committed: %d (%s)\n", (int)committed, 378 committed?"yes":"no") [all...] |
| /src/external/bsd/jemalloc/dist/test/unit/ |
| pa.c | 14 void *addr_b, size_t size_b, bool committed, unsigned arena_ind) { 20 size_t size_a, size_t size_b, bool committed, unsigned arena_ind) {
|
| arena_reset.c | 282 bool committed, unsigned arena_ind) { 283 TRACE_HOOK("%s(extent_hooks=%p, addr=%p, size=%zu, committed=%s, " 284 "arena_ind=%u)\n", __func__, extent_hooks, addr, size, committed ?
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| extent_inlines.h | 280 extent_committed_set(extent_t *extent, bool committed) { 282 ((uint64_t)committed << EXTENT_BITS_COMMITTED_SHIFT); 305 bool committed, bool dumpable) { 316 extent_committed_set(extent, committed);
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| extent_inlines.h | 280 extent_committed_set(extent_t *extent, bool committed) { 282 ((uint64_t)committed << EXTENT_BITS_COMMITTED_SHIFT); 305 bool committed, bool dumpable) { 316 extent_committed_set(extent, committed);
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| arena_reset.c | 270 bool committed, unsigned arena_ind) { 271 TRACE_HOOK("%s(extent_hooks=%p, addr=%p, size=%zu, committed=%s, " 272 "arena_ind=%u)\n", __func__, extent_hooks, addr, size, committed ?
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| extent.c | 29 size_t size, bool committed, unsigned arena_ind); 31 size_t size, bool committed, unsigned arena_ind); 55 size_t size, size_t size_a, size_t size_b, bool committed, 64 size_t size_a, void *addr_b, size_t size_b, bool committed, 1261 bool committed = false; local 1266 alloc_size, PAGE, &zeroed, &committed); 1270 alloc_size, PAGE, &zeroed, &committed, 1277 committed, true); 1665 bool committed, unsigned arena_ind) { 1766 bool committed, unsigned arena_ind) [all...] |
| pages.c | 605 bool committed = false; local 606 void *madv_free_page = os_pages_map(NULL, PAGE, PAGE, &committed);
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| constfold.d | 1354 es.committed = es1.committed; 1536 es.committed = 1; 1600 es.committed = es1.committed | es2.committed; 1659 es.committed = es1.committed; 1680 es.committed = es2.committed; [all...] |
| dcast.d | 154 se.committed = e.committed; 573 printf("StringExp::implicitConvTo(this=%s, committed=%d, type=%s, t=%s)\n", e.toChars(), e.committed, e.type.toChars(), t.toChars()); 575 if (!e.committed && t.ty == Tpointer && t.nextOf().ty == Tvoid) 602 if (e.committed && tynto != tyn) 614 if (!e.committed && tynto.isSomeChar) 624 if (e.committed && tynto != tyn) 640 if (!e.committed && tynto.isSomeChar) 657 if (!e.committed) [all...] |
| ctfeexpr.d | 290 se2.committed = se.committed; 632 se.committed = true; 1468 es.committed = 0; 1499 es.committed = 0; //es1.committed; 1796 se.committed = oldse.committed;
|
| /src/external/gpl2/xcvs/dist/contrib/ |
| cvs_acls.in | 87 "cvs commit". The set of files being committed for that directory as 89 checks its 'cvsacl' file to see if any of the files being committed 121 allow *all* files (including a restricted file) to be committed. 124 situation since any arbitrary combination of committed files could 401 within that directory that are to be committed. 425 beginning of each of the committed files in @ARGV. 429 of the files to be committed in @ARGV. 801 # against the left side of the committed filename to see if the file is in
|