Lines Matching refs:oldval
1478 t oldval; \
1487 oldval = (v); \
1488 READ(oldval, t); \
1503 t oldval; \
1510 oldval = (v); \
1511 READ(oldval, t); \
1524 t oldval; \
1528 oldval = (v); \
1529 READ(oldval, t); \
1546 t oldval; \
1552 oldval = (v); \
1553 READ(oldval, t); \
1565 t oldval; \
1568 oldval = (v); \
1569 READ(oldval, t); \
1581 t oldval; \
1587 oldval = (m(tsd)); \
1588 READ(oldval, t); \
1600 t oldval; \
1603 oldval = n; \
1604 READ(oldval, t); \
1639 bool oldval; in background_thread_ctl() local
1649 oldval = background_thread_enabled(); in background_thread_ctl()
1650 READ(oldval, bool); in background_thread_ctl()
1656 oldval = background_thread_enabled(); in background_thread_ctl()
1657 READ(oldval, bool); in background_thread_ctl()
1660 if (newval == oldval) { in background_thread_ctl()
1691 size_t oldval; in max_background_threads_ctl() local
1701 oldval = max_background_threads; in max_background_threads_ctl()
1702 READ(oldval, size_t); in max_background_threads_ctl()
1708 oldval = max_background_threads; in max_background_threads_ctl()
1709 READ(oldval, size_t); in max_background_threads_ctl()
1712 if (newval == oldval) { in max_background_threads_ctl()
1872 bool oldval; in CTL_TSD_RO_NL_CGEN() local
1874 oldval = tcache_enabled_get(tsd); in CTL_TSD_RO_NL_CGEN()
1882 READ(oldval, bool); in CTL_TSD_RO_NL_CGEN()
1947 bool oldval; in thread_prof_active_ctl() local
1953 oldval = prof_thread_active_get(tsd); in thread_prof_active_ctl()
1964 READ(oldval, bool); in thread_prof_active_ctl()
2323 size_t oldval = dirty ? arena_dirty_decay_ms_get(arena) : in arena_i_decay_ms_ctl_impl() local
2325 READ(oldval, ssize_t); in arena_i_decay_ms_ctl_impl()
2516 size_t oldval = (dirty ? arena_dirty_decay_ms_default_get() : in arenas_decay_ms_ctl_impl() local
2518 READ(oldval, ssize_t); in arenas_decay_ms_ctl_impl()
2642 bool oldval; in prof_thread_active_init_ctl() local
2653 oldval = prof_thread_active_init_set(tsd_tsdn(tsd), in prof_thread_active_init_ctl()
2656 oldval = prof_thread_active_init_get(tsd_tsdn(tsd)); in prof_thread_active_init_ctl()
2658 READ(oldval, bool); in prof_thread_active_init_ctl()
2669 bool oldval; in prof_active_ctl() local
2680 oldval = prof_active_set(tsd_tsdn(tsd), *(bool *)newp); in prof_active_ctl()
2682 oldval = prof_active_get(tsd_tsdn(tsd)); in prof_active_ctl()
2684 READ(oldval, bool); in prof_active_ctl()
2718 bool oldval; in prof_gdump_ctl() local
2729 oldval = prof_gdump_set(tsd_tsdn(tsd), *(bool *)newp); in prof_gdump_ctl()
2731 oldval = prof_gdump_get(tsd_tsdn(tsd)); in prof_gdump_ctl()
2733 READ(oldval, bool); in prof_gdump_ctl()