Lines Matching refs:dirty_decay_ms
167 TEST_MALLCTL_OPT(ssize_t, dirty_decay_ms, always); in TEST_BEGIN()
407 ssize_t dirty_decay_ms, orig_dirty_decay_ms, prev_dirty_decay_ms; in TEST_BEGIN() local
414 dirty_decay_ms = -2; in TEST_BEGIN()
416 (void *)&dirty_decay_ms, sizeof(ssize_t)), EFAULT, in TEST_BEGIN()
419 dirty_decay_ms = 0x7fffffff; in TEST_BEGIN()
421 (void *)&dirty_decay_ms, sizeof(ssize_t)), 0, in TEST_BEGIN()
424 for (prev_dirty_decay_ms = dirty_decay_ms, dirty_decay_ms = -1; in TEST_BEGIN()
425 dirty_decay_ms < 20; prev_dirty_decay_ms = dirty_decay_ms, in TEST_BEGIN()
426 dirty_decay_ms++) { in TEST_BEGIN()
430 (void *)&old_dirty_decay_ms, &sz, (void *)&dirty_decay_ms, in TEST_BEGIN()
610 ssize_t dirty_decay_ms, orig_dirty_decay_ms, prev_dirty_decay_ms; in TEST_BEGIN() local
617 dirty_decay_ms = -2; in TEST_BEGIN()
619 (void *)&dirty_decay_ms, sizeof(ssize_t)), EFAULT, in TEST_BEGIN()
622 dirty_decay_ms = 0x7fffffff; in TEST_BEGIN()
624 (void *)&dirty_decay_ms, sizeof(ssize_t)), 0, in TEST_BEGIN()
627 for (prev_dirty_decay_ms = dirty_decay_ms, dirty_decay_ms = -1; in TEST_BEGIN()
628 dirty_decay_ms < 20; prev_dirty_decay_ms = dirty_decay_ms, in TEST_BEGIN()
629 dirty_decay_ms++) { in TEST_BEGIN()
633 (void *)&old_dirty_decay_ms, &sz, (void *)&dirty_decay_ms, in TEST_BEGIN()
767 TEST_STATS_ARENAS(ssize_t, dirty_decay_ms); in TEST_BEGIN()