| /src/sys/arch/ia64/ia64/ |
| vm_machdep.c | 148 uint64_t ndirty; local 188 ndirty = tf->tf_special.ndirty + (tf->tf_special.bspstore & 0x1ffUL); 190 (void *)(ua1 + UAREA_BSPSTORE_OFFSET), ndirty); 201 memcpy(stack, (void *)(ua1 + UAREA_BSPSTORE_OFFSET), ndirty); 214 pcb2->pcb_special.bspstore = ua2 + UAREA_BSPSTORE_OFFSET + ndirty;
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| psset.h | 41 size_t ndirty; member in struct:psset_bin_stats_s 128 return psset->merged_stats.ndirty;
|
| pac.h | 44 size_t ndirty; member in struct:pac_estats_s
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| psset.h | 41 size_t ndirty; member in struct:psset_bin_stats_s 128 return psset->merged_stats.ndirty;
|
| pac.h | 44 size_t ndirty; member in struct:pac_estats_s
|
| /src/external/gpl3/gcc/dist/libgcc/config/ia64/ |
| linux-unwind.h | 85 long ndirty, loadrs = sc->sc_loadrs >> 16; local 90 ndirty = ia64_rse_num_regs ((unsigned long *) alt_bspstore, 93 ia64_rse_skip_regs (ar_bsp, -ndirty); 173 long ndirty, loadrs = sc->sc_loadrs >> 16; local 178 ndirty = ia64_rse_num_regs ((unsigned long *) alt_bspstore, 180 bspstore = (unsigned long) ia64_rse_skip_regs (ar_bsp, -ndirty);
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/ |
| linux-unwind.h | 85 long ndirty, loadrs = sc->sc_loadrs >> 16; local 90 ndirty = ia64_rse_num_regs ((unsigned long *) alt_bspstore, 93 ia64_rse_skip_regs (ar_bsp, -ndirty); 173 long ndirty, loadrs = sc->sc_loadrs >> 16; local 178 ndirty = ia64_rse_num_regs ((unsigned long *) alt_bspstore, 180 bspstore = (unsigned long) ia64_rse_skip_regs (ar_bsp, -ndirty);
|
| /src/external/bsd/jemalloc/dist/src/ |
| hpdata.c | 246 size_t ndirty = hpdata->h_ntouched - hpdata->h_nactive; local 247 purge_state->ndirty_to_purge = ndirty; 248 assert(ndirty <= fb_scount( 250 assert(ndirty == fb_scount(dirty_pages, HUGEPAGE_PAGES, 0, 255 return ndirty;
|
| psset.c | 28 dst->ndirty += src->ndirty; 58 binstats[huge_idx].ndirty += mul * hpdata_ndirty_get(ps); 62 psset->merged_stats.ndirty += mul * hpdata_ndirty_get(ps); 79 assert(psset->merged_stats.ndirty == check_stats.ndirty); 201 size_t ndirty = hpdata_ndirty_get(ps); local 203 assert(ndirty > 0); 225 pszind_t pind = sz_psz2ind(sz_psz_quantize_floor(ndirty << LG_PAGE));
|
| stats.c | 705 COL_HDR(row, ndirty, NULL, right, 13, size) 727 size_t ndirty, nmuzzy, nretained, total, dirty_bytes, local 731 CTL_LEAF(stats_arenas_mib, 5, "ndirty", &ndirty, size_t); 741 total = ndirty + nmuzzy + nretained; 753 emitter_json_kv(emitter, "ndirty", emitter_type_size, &ndirty); 768 col_ndirty.size_val = ndirty; 866 " ndirty: %zu huge, %zu nonhuge \n" 909 " ndirty: %zu huge, %zu nonhuge \n [all...] |
| /src/sys/arch/ia64/include/ |
| _regset.h | 72 unsigned long ndirty; member in struct:_special
|
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| unix.c | 214 int ndirty; /* Dirty bytes starting at buffer_offset */ member in struct:__anon14419 535 if (s->ndirty == 0) 542 writelen = raw_write (s, s->buffer, s->ndirty); 549 s->ndirty -= writelen; 550 if (s->ndirty != 0) 633 if (s->ndirty == 0) 640 if (!(s->ndirty == 0 && nbyte > s->buffer_size/2) 643 && s->buffer_offset + s->ndirty >= s->logical_offset) 647 if (nd > s->ndirty) 648 s->ndirty = nd [all...] |
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| unix.c | 214 int ndirty; /* Dirty bytes starting at buffer_offset */ member in struct:__anon16831 535 if (s->ndirty == 0) 542 writelen = raw_write (s, s->buffer, s->ndirty); 549 s->ndirty -= writelen; 550 if (s->ndirty != 0) 633 if (s->ndirty == 0) 640 if (!(s->ndirty == 0 && nbyte > s->buffer_size/2) 643 && s->buffer_offset + s->ndirty >= s->logical_offset) 647 if (nd > s->ndirty) 648 s->ndirty = nd [all...] |
| /src/sys/fs/udf/ |
| udf_subr.c | 6413 udf_sync_pass(struct udf_mount *ump, kauth_cred_t cred, int pass, int *ndirty) 6434 *ndirty += 1; 6449 *ndirty += vdirty; 6456 *ndirty += vdirty; 6495 int dummy, ndirty; local 6523 ndirty = ump->devvp->v_numoutput; 6525 ndirty)); 6526 udf_sync_pass(ump, cred, 3, &ndirty); 6528 ndirty)); 6530 if (ndirty) { [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
| spu.c | 4237 rtx ndirty = GEN_INT (GET_MODE_SIZE (GET_MODE (mem))); 4241 ea_addr, EAmode, ndirty, SImode); 4227 rtx ndirty = GEN_INT (GET_MODE_SIZE (GET_MODE (mem))); local
|