Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Dresource_quota.cc277 static bool rq_reclaim(grpc_resource_quota* resource_quota, bool destructive);
286 if (!rq_reclaim(resource_quota, false)) { in rq_step()
287 rq_reclaim(resource_quota, true); in rq_step()
414 static bool rq_reclaim(grpc_resource_quota* resource_quota, bool destructive) { in rq_reclaim() function