Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/transport/
Dmetadata.cc108 gpr_atm free_estimate; member
121 gpr_atm_no_barrier_store(&shard->free_estimate, 0); in grpc_mdctx_global_init()
166 gpr_atm_no_barrier_fetch_add(&shard->free_estimate, -1); in ref_md_locked()
199 gpr_atm_no_barrier_fetch_add(&shard->free_estimate, -num_freed); in gc_mdtab()
231 if (gpr_atm_no_barrier_load(&shard->free_estimate) > in rehash_mdtab()
427 gpr_atm_no_barrier_fetch_add(&shard->free_estimate, 1); in grpc_mdelem_unref()