Home
last modified time | relevance | path

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

12345678910>>...88

/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/lib/efi_selftest/
H A 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()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/lib/efi_selftest/
H A 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()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/lib/efi_selftest/
H A 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()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/lib/efi_selftest/
H A 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()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/lib/efi_selftest/
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/lib/iomgr/
H A Dresource_quota.cc88 int64_t free_pool; member
139 int64_t free_pool; member
340 if (resource_user->free_pool < 0 && in rq_alloc()
341 -resource_user->free_pool <= resource_quota->free_pool) { in rq_alloc()
343 resource_user->free_pool = 0; in rq_alloc()
382 resource_user->free_pool = 0; in rq_reclaim_from_per_user_free_pool()
400 resource_user->free_pool, resource_quota->free_pool); in rq_reclaim_from_per_user_free_pool()
576 if (resource_user->free_pool != 0) { in ru_destroy()
577 resource_user->resource_quota->free_pool += resource_user->free_pool; in ru_destroy()
790 resource_user->free_pool = 0; in grpc_resource_user_create()
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/core/lib/iomgr/
H A Dresource_quota.cc90 int64_t free_pool; member
141 int64_t free_pool; member
345 if (resource_user->free_pool < 0 && in rq_alloc()
346 -resource_user->free_pool <= resource_quota->free_pool) { in rq_alloc()
348 resource_user->free_pool = 0; in rq_alloc()
349 resource_quota->free_pool -= amt; in rq_alloc()
387 resource_user->free_pool = 0; in rq_reclaim_from_per_user_free_pool()
405 resource_user->free_pool, resource_quota->free_pool); in rq_reclaim_from_per_user_free_pool()
586 if (resource_user->free_pool != 0) { in ru_destroy()
587 resource_user->resource_quota->free_pool += resource_user->free_pool; in ru_destroy()
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/core/lib/iomgr/
H A Dresource_quota.cc87 int64_t free_pool; member
138 int64_t free_pool; member
340 if (resource_user->free_pool < 0 && in rq_alloc()
341 -resource_user->free_pool <= resource_quota->free_pool) { in rq_alloc()
343 resource_user->free_pool = 0; in rq_alloc()
344 resource_quota->free_pool -= amt; in rq_alloc()
382 resource_user->free_pool = 0; in rq_reclaim_from_per_user_free_pool()
400 resource_user->free_pool, resource_quota->free_pool); in rq_reclaim_from_per_user_free_pool()
580 if (resource_user->free_pool != 0) { in ru_destroy()
581 resource_user->resource_quota->free_pool += resource_user->free_pool; in ru_destroy()
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/lib/efi_selftest/
H A 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()
261 ret = boottime->free_pool(dp2); in execute()
266 ret = boottime->free_pool(dp3); in execute()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/lib/efi_selftest/
H A 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()
261 ret = boottime->free_pool(dp2); in execute()
266 ret = boottime->free_pool(dp3); in execute()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/lib/efi_selftest/
H A 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()
261 ret = boottime->free_pool(dp2); in execute()
266 ret = boottime->free_pool(dp3); in execute()
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/lib/efi_selftest/
H A 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()
261 ret = boottime->free_pool(dp2); in execute()
266 ret = boottime->free_pool(dp3); in execute()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/lib/efi_selftest/
H A 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()
261 ret = boottime->free_pool(dp2); in execute()
266 ret = boottime->free_pool(dp3); in execute()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/lib/efi_selftest/
H A 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()
261 ret = boottime->free_pool(dp2); in execute()
266 ret = boottime->free_pool(dp3); in execute()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/lib/efi_selftest/
H A 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()
261 ret = boottime->free_pool(dp2); in execute()
266 ret = boottime->free_pool(dp3); in execute()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/lib/efi_selftest/
H A 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()
261 ret = boottime->free_pool(dp2); in execute()
266 ret = boottime->free_pool(dp3); in execute()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/lib/efi_selftest/
H A 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()
261 ret = boottime->free_pool(dp2); in execute()
266 ret = boottime->free_pool(dp3); in execute()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/lib/efi_selftest/
H A 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()
261 ret = boottime->free_pool(dp2); in execute()
266 ret = boottime->free_pool(dp3); in execute()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/lib/efi_selftest/
H A 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()
261 ret = boottime->free_pool(dp2); in execute()
266 ret = boottime->free_pool(dp3); in execute()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/lib/efi_selftest/
H A 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()
261 ret = boottime->free_pool(dp2); in execute()
266 ret = boottime->free_pool(dp3); in execute()
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/lib/efi_selftest/
H A 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()
261 ret = boottime->free_pool(dp2); in execute()
266 ret = boottime->free_pool(dp3); in execute()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/lib/efi_selftest/
H A 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()
261 ret = boottime->free_pool(dp2); in execute()
266 ret = boottime->free_pool(dp3); in execute()
/dports/sysutils/u-boot-chip/u-boot-2021.07/lib/efi_selftest/
H A 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()
261 ret = boottime->free_pool(dp2); in execute()
266 ret = boottime->free_pool(dp3); in execute()
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/lib/efi_selftest/
H A 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()
261 ret = boottime->free_pool(dp2); in execute()
266 ret = boottime->free_pool(dp3); in execute()
/dports/sysutils/u-boot-orangepi-r1/u-boot-2021.07/lib/efi_selftest/
H A 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()
261 ret = boottime->free_pool(dp2); in execute()
266 ret = boottime->free_pool(dp3); in execute()

12345678910>>...88