Searched refs:rq_reclaim (Results 1 – 1 of 1) sorted by relevance
277 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