Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_selftest/
Defi_selftest_devicepath_util.c72 ret = boottime->free_pool(node); in create_single_node_device_path()
131 ret = boottime->free_pool(dp1); in execute()
160 ret = boottime->free_pool(dp2); in execute()
179 ret = boottime->free_pool(dp1); in execute()
208 ret = boottime->free_pool(dp2); in execute()
213 ret = boottime->free_pool(dp3); in execute()
240 ret = boottime->free_pool(dp2); in execute()
259 ret = boottime->free_pool(dp2); in execute()
266 ret = boottime->free_pool(dp2); in execute()
271 ret = boottime->free_pool(dp3); in execute()
Defi_selftest_devicepath.c230 ret = boottime->free_pool(dp1); in teardown()
237 ret = boottime->free_pool(dp2); in teardown()
244 ret = boottime->free_pool(dp3); in teardown()
306 ret = boottime->free_pool(string); in execute()
316 ret = boottime->free_pool(handles); in execute()
337 ret = boottime->free_pool(string); in execute()
356 ret = boottime->free_pool(string); in execute()
387 ret = boottime->free_pool(string); in execute()
Defi_selftest_fdt.c159 ret = boottime->free_pool(str); in execute()
171 ret = boottime->free_pool(str); in execute()
Defi_selftest_controllers.c60 ret = boottime->free_pool(entry_buffer); in count_child_controllers()
235 ret = boottime->free_pool(entry_buffer); in stop()
Defi_selftest_bitblt.c208 ret = boottime->free_pool(bitmap); in teardown()
Defi_selftest_block_device.c341 ret = boottime->free_pool(handles); in execute()
/external/grpc-grpc/src/core/lib/iomgr/
Dresource_quota.cc87 int64_t free_pool; member
137 int64_t free_pool; member
300 GPR_CLAMP((gpr_atm)((1.0 - ((double)resource_quota->free_pool) / in rq_update_estimate()
320 resource_user->free_pool); in rq_alloc()
329 resource_user->free_pool += aborted_allocations; in rq_alloc()
335 if (resource_user->free_pool < 0 && in rq_alloc()
336 -resource_user->free_pool <= resource_quota->free_pool) { in rq_alloc()
337 int64_t amt = -resource_user->free_pool; in rq_alloc()
338 resource_user->free_pool = 0; in rq_alloc()
339 resource_quota->free_pool -= amt; in rq_alloc()
[all …]
/external/libjpeg-turbo/
Djcomapi.c44 (*cinfo->mem->free_pool) (cinfo, pool); in jpeg_abort()
Djmemmgr.c991 free_pool(j_common_ptr cinfo, int pool_id) in free_pool() function
1071 free_pool(cinfo, pool); in self_destruct()
1136 mem->pub.free_pool = free_pool; in jinit_memory_mgr()
Djpeglib.h859 void (*free_pool) (j_common_ptr cinfo, int pool_id); member
/external/u-boot/lib/efi/
Defi.c97 boot->free_pool(ptr); in efi_free()
/external/u-boot/lib/efi_driver/
Defi_uclass.c231 ret = EFI_CALL(systab.boottime->free_pool(entry_buffer)); in efi_uc_stop()
/external/u-boot/include/
Defi_api.h63 efi_status_t (EFIAPI *free_pool)(void *);
/external/u-boot/lib/efi_loader/
Defi_boottime.c3001 .free_pool = efi_free_pool_ext,