Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dresource_quota.cc270 static bool rq_reclaim(grpc_resource_quota* resource_quota, bool destructive);
279 if (!rq_reclaim(resource_quota, false)) { in rq_step()
280 rq_reclaim(resource_quota, true); in rq_step()
396 static bool rq_reclaim(grpc_resource_quota* resource_quota, bool destructive) { in rq_reclaim() function