Searched refs:extent_committed_set (Results 1 – 5 of 5) sorted by relevance
31 void extent_committed_set(extent_t *extent, bool committed);230 extent_committed_set(extent_t *extent, bool committed) in extent_committed_set() function261 extent_committed_set(extent, committed); in extent_init()
163 extent_committed_set
163 #define extent_committed_set JEMALLOC_N(extent_committed_set) macro
163 #undef extent_committed_set
1119 extent_committed_set(extent, extent_committed_get(extent) || !err); in extent_commit_wrapper()1146 extent_committed_set(extent, extent_committed_get(extent) && err); in extent_decommit_wrapper()
Completed in 10 milliseconds