Searched refs:extents_postfork_child (Results 1 – 3 of 3) sorted by relevance
44 void extents_postfork_child(tsdn_t *tsdn, extents_t *extents);
2034 extents_postfork_child(tsdn, &arena->extents_dirty); in arena_postfork_child()2035 extents_postfork_child(tsdn, &arena->extents_muzzy); in arena_postfork_child()2036 extents_postfork_child(tsdn, &arena->extents_retained); in arena_postfork_child()
624 extents_postfork_child(tsdn_t *tsdn, extents_t *extents) { in extents_postfork_child() function