Home
last modified time | relevance | path

Searched refs:ndirty (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_stats.c200 uint64_t ndirty; /* number of dirty bytes */ member
251 (u_longlong_t)sth->ndirty, in spa_txg_history_show()
372 uint64_t nwritten, uint64_t reads, uint64_t writes, uint64_t ndirty) in spa_txg_history_set_io() argument
389 sth->ndirty = ndirty; in spa_txg_history_set_io()
414 ts->ndirty = dp->dp_dirty_pertxg[txg & TXG_MASK]; in spa_txg_history_init_io()
442 ts->ndirty); in spa_txg_history_fini_io()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Darena_externs.h21 ssize_t *muzzy_decay_ms, size_t *nactive, size_t *ndirty, size_t *nmuzzy);
24 size_t *nactive, size_t *ndirty, size_t *nmuzzy, arena_stats_t *astats,
/f-stack/freebsd/vm/
H A Dvm_pageout.c994 uint64_t nclean, ndirty, nfreed; in vm_pageout_laundry_worker() local
1072 ndirty = vmd->vmd_pagequeues[PQ_LAUNDRY].pq_cnt; in vm_pageout_laundry_worker()
1073 if (target == 0 && ndirty * isqrt(howmany(nfreed + 1, in vm_pageout_laundry_worker()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Darena.c66 size_t *nactive, size_t *ndirty, size_t *nmuzzy) { in arena_basic_stats_merge() argument
72 *ndirty += extents_npages_get(&arena->extents_dirty); in arena_basic_stats_merge()
79 size_t *nactive, size_t *ndirty, size_t *nmuzzy, arena_stats_t *astats, in arena_stats_merge() argument
84 muzzy_decay_ms, nactive, ndirty, nmuzzy); in arena_stats_merge()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa.h932 uint64_t ndirty; member