Home
last modified time | relevance | path

Searched defs:pool (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/block/
H A Daio_task.c40 AioTaskPool *pool = task->pool; in aio_task_co() local
61 void coroutine_fn aio_task_pool_wait_one(AioTaskPool *pool) in aio_task_pool_wait_one()
73 void coroutine_fn aio_task_pool_wait_slot(AioTaskPool *pool) in aio_task_pool_wait_slot()
82 void coroutine_fn aio_task_pool_wait_all(AioTaskPool *pool) in aio_task_pool_wait_all()
89 void coroutine_fn aio_task_pool_start_task(AioTaskPool *pool, AioTask *task) in aio_task_pool_start_task()
99 AioTaskPool *pool = g_new0(AioTaskPool, 1); in aio_task_pool_new() local
109 void aio_task_pool_free(AioTaskPool *pool) in aio_task_pool_free()
114 int aio_task_pool_status(AioTaskPool *pool) in aio_task_pool_status()
H A Dblock-copy.c465 static coroutine_fn int block_copy_task_run(AioTaskPool *pool, in block_copy_task_run()
H A Dqcow2.c2292 AioTaskPool *pool, in qcow2_add_task()
/openbmc/qemu/util/
H A Dthread-pool.c38 ThreadPoolAio *pool; member
79 ThreadPoolAio *pool = opaque; in worker_thread() local
134 static void do_spawn_thread(ThreadPoolAio *pool) in do_spawn_thread()
151 ThreadPoolAio *pool = opaque; in spawn_thread_bh_fn() local
158 static void spawn_thread(ThreadPoolAio *pool) in spawn_thread()
176 ThreadPoolAio *pool = opaque; in thread_pool_completion_bh() local
221 ThreadPoolAio *pool = elem->pool; in thread_pool_cancel() local
246 ThreadPoolAio *pool = aio_get_thread_pool(ctx); in thread_pool_submit_aio() local
293 void thread_pool_update_params(ThreadPoolAio *pool, AioContext *ctx) in thread_pool_update_params()
320 static void thread_pool_init_one(ThreadPoolAio *pool, AioContext *ctx) in thread_pool_init_one()
[all …]
/openbmc/u-boot/drivers/mtd/ubi/
H A Dfastmap-wl.c55 struct ubi_fm_pool *pool) in return_unused_pool_pebs()
120 struct ubi_fm_pool *pool = &ubi->fm_pool; in ubi_refill_pools() local
207 struct ubi_fm_pool *pool = &ubi->fm_pool; in ubi_wl_get_peb() local
260 struct ubi_fm_pool *pool = &ubi->fm_wl_pool; in get_peb_for_wl() local
/openbmc/qemu/include/block/
H A Daio_task.h32 AioTaskPool *pool; member
/openbmc/qemu/ui/
H A Dvnc-palette.h44 VncPaletteEntry pool[VNC_PALETTE_MAX_SIZE]; member
/openbmc/openbmc/poky/scripts/
H A Dverify-bashisms118 pool = multiprocessing.Pool() variable
/openbmc/qemu/hw/net/
H A Dspapr_llan.c141 int pool; in spapr_vlan_get_rx_bd_from_pool() local
544 int pool; in spapr_vlan_get_rx_pool_id() local
562 int pool; in spapr_vlan_add_rxbuf_to_pool() local
H A Digb_core.c442 uint16_t pool = qn % IGB_NUM_VM_POOLS; in igb_tx_insert_vlan() local
595 uint16_t pool = qn % IGB_NUM_VM_POOLS; in igb_on_tx_done_update_stats() local
867 uint16_t pool = qn % IGB_NUM_VM_POOLS; in igb_tx_enabled() local
1631 uint16_t pool = rxi->idx % IGB_NUM_VM_POOLS; in igb_update_rx_stats() local
1958 uint16_t pool = rxi->idx % IGB_NUM_VM_POOLS; in igb_rx_strip_vlan() local
/openbmc/u-boot/drivers/net/
H A Dmvpp2.c77 #define MVPP2_POOL_BUF_SIZE_REG(pool) (0x180 + 4 * (pool)) argument
255 #define MVPP2_BM_POOL_BASE_REG(pool) (0x6000 + ((pool) * 4)) argument
257 #define MVPP2_BM_POOL_SIZE_REG(pool) (0x6040 + ((pool) * 4)) argument
259 #define MVPP2_BM_POOL_READ_PTR_REG(pool) (0x6080 + ((pool) * 4)) argument
261 #define MVPP2_BM_POOL_PTRS_NUM_REG(pool) (0x60c0 + ((pool) * 4)) argument
263 #define MVPP2_BM_BPPI_READ_PTR_REG(pool) (0x6100 + ((pool) * 4)) argument
264 #define MVPP2_BM_BPPI_PTRS_NUM_REG(pool) (0x6140 + ((pool) * 4)) argument
267 #define MVPP2_BM_POOL_CTRL_REG(pool) (0x6200 + ((pool) * 4)) argument
279 #define MVPP2_BM_INTR_CAUSE_REG(pool) (0x6240 + ((pool) * 4)) argument
285 #define MVPP2_BM_INTR_MASK_REG(pool) (0x6280 + ((pool) * 4)) argument
[all …]
/openbmc/bmcweb/http/
H A Dhttp_client.hpp949 auto pool = connectionPools.try_emplace(clientKey); in sendDataWithCallback() local
964 for (const auto& pool : connectionPools) in isTerminated() local
/openbmc/qemu/include/hw/i2c/
H A Daspeed_i2c.h259 uint8_t pool[ASPEED_I2C_BUS_POOL_SIZE]; member
/openbmc/qemu/net/
H A Daf-xdp.c47 uint64_t *pool; member
/openbmc/qemu/disas/
H A Dnanomips.c16125 pool, enumerator