Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Dresource_quota.cc93 grpc_closure_list on_allocated; member
333 &resource_user->on_allocated, in rq_alloc()
338 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, &resource_user->on_allocated); in rq_alloc()
366 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, &resource_user->on_allocated); in rq_alloc()
795 grpc_closure_list_init(&resource_user->on_allocated); in grpc_resource_user_create()
900 grpc_closure_list_append(&resource_user->on_allocated, optional_on_done, in resource_user_alloc_locked()
991 GRPC_CLOSURE_INIT(&slice_allocator->on_allocated, ru_allocated_slices, in grpc_resource_user_slice_allocator_init()
1004 DEBUG_LOCATION, &slice_allocator->on_allocated, in grpc_resource_user_alloc_slices()
1013 &slice_allocator->on_allocated); in grpc_resource_user_alloc_slices()
Dresource_quota.h150 grpc_closure on_allocated; member