Home
last modified time | relevance | path

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

/external/libchrome/base/task_scheduler/
Dscheduler_worker_pool_unittest.cc51 PoolType pool_type; member
113 switch (GetParam().pool_type) { in CreateWorkerPool()
131 switch (GetParam().pool_type) { in StartWorkerPool()
/external/tensorflow/tensorflow/lite/kernels/
Dpooling.cc64 template <PoolType pool_type>
103 if (pool_type == kAverage || pool_type == kMax) { in GenericPrepare()
108 if (pool_type == kL2) { in GenericPrepare()
/external/u-boot/lib/efi_loader/
Defi_memory.c380 efi_status_t efi_allocate_pool(int pool_type, efi_uintn_t size, void **buffer) in efi_allocate_pool() argument
392 r = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES, pool_type, num_pages, in efi_allocate_pool()
Defi_boottime.c378 static efi_status_t EFIAPI efi_allocate_pool_ext(int pool_type, in efi_allocate_pool_ext() argument
384 EFI_ENTRY("%d, %zd, %p", pool_type, size, buffer); in efi_allocate_pool_ext()
385 r = efi_allocate_pool(pool_type, size, buffer); in efi_allocate_pool_ext()
/external/clang/test/PCH/
Dcxx-templates.h232 typedef _PoolTp < 0 > pool_type;
243 typedef typename _Poolp::pool_type __pool_type;
/external/u-boot/include/
Defi_loader.h306 efi_status_t efi_allocate_pool(int pool_type, efi_uintn_t size,
/external/iproute2/devlink/
Ddevlink.c2370 uint8_t pool_type; in cmd_sb_occ_tc_pool_process() local
2391 pool_type = mnl_attr_get_u8(tb[DEVLINK_ATTR_SB_POOL_TYPE]); in cmd_sb_occ_tc_pool_process()
2392 if (pool_type == DEVLINK_SB_POOL_TYPE_INGRESS) in cmd_sb_occ_tc_pool_process()
2394 else if (pool_type == DEVLINK_SB_POOL_TYPE_EGRESS) in cmd_sb_occ_tc_pool_process()