| /openbmc/qemu/util/ |
| H A D | thread-pool.c | 26 static void do_spawn_thread(ThreadPoolAio *pool); 38 ThreadPoolAio *pool; member 79 ThreadPoolAio *pool = opaque; in worker_thread() local 81 qemu_mutex_lock(&pool->lock); in worker_thread() 82 pool->pending_threads--; in worker_thread() 83 do_spawn_thread(pool); in worker_thread() 85 while (pool->cur_threads <= pool->max_threads) { in worker_thread() 89 if (QTAILQ_EMPTY(&pool->request_list)) { in worker_thread() 90 pool->idle_threads++; in worker_thread() 91 ret = qemu_cond_timedwait(&pool->request_cond, &pool->lock, 10000); in worker_thread() [all …]
|
| /openbmc/qemu/block/ |
| H A D | aio_task.c | 40 AioTaskPool *pool = task->pool; in aio_task_co() local 42 assert(pool->busy_tasks < pool->max_busy_tasks); in aio_task_co() 43 pool->busy_tasks++; in aio_task_co() 47 pool->busy_tasks--; in aio_task_co() 49 if (task->ret < 0 && pool->status == 0) { in aio_task_co() 50 pool->status = task->ret; in aio_task_co() 55 if (pool->waiting) { in aio_task_co() 56 pool->waiting = false; in aio_task_co() 57 aio_co_wake(pool->main_co); in aio_task_co() 61 void coroutine_fn aio_task_pool_wait_one(AioTaskPool *pool) in aio_task_pool_wait_one() argument [all …]
|
| /openbmc/u-boot/drivers/mtd/ubi/ |
| H A D | fastmap-wl.c | 55 struct ubi_fm_pool *pool) in return_unused_pool_pebs() argument 60 for (i = pool->used; i < pool->size; i++) { in return_unused_pool_pebs() 61 e = ubi->lookuptbl[pool->pebs[i]]; in return_unused_pool_pebs() 120 struct ubi_fm_pool *pool = &ubi->fm_pool; in ubi_refill_pools() local 127 return_unused_pool_pebs(ubi, pool); in ubi_refill_pools() 130 pool->size = 0; in ubi_refill_pools() 134 if (pool->size < pool->max_size) { in ubi_refill_pools() 142 pool->pebs[pool->size] = e->pnum; in ubi_refill_pools() 143 pool->size++; in ubi_refill_pools() 167 pool->used = 0; in ubi_refill_pools() [all …]
|
| /openbmc/qemu/include/block/ |
| H A D | thread-pool.h | 30 void thread_pool_free_aio(ThreadPoolAio *pool); 39 void thread_pool_update_params(ThreadPoolAio *pool, struct AioContext *ctx); 53 void thread_pool_free(ThreadPool *pool); 61 void thread_pool_submit(ThreadPool *pool, ThreadPoolFunc *func, 71 void thread_pool_submit_immediate(ThreadPool *pool, ThreadPoolFunc *func, 82 void thread_pool_wait(ThreadPool *pool); 85 bool thread_pool_set_max_threads(ThreadPool *pool, int max_threads); 91 bool thread_pool_adjust_max_threads_to_work(ThreadPool *pool);
|
| H A D | aio_task.h | 32 AioTaskPool *pool; member 41 int aio_task_pool_status(AioTaskPool *pool); 44 void coroutine_fn aio_task_pool_start_task(AioTaskPool *pool, AioTask *task); 46 void coroutine_fn aio_task_pool_wait_slot(AioTaskPool *pool); 47 void coroutine_fn aio_task_pool_wait_one(AioTaskPool *pool); 48 void coroutine_fn aio_task_pool_wait_all(AioTaskPool *pool);
|
| /openbmc/qemu/hw/net/ |
| H A D | spapr_llan.c | 141 int pool; in spapr_vlan_get_rx_bd_from_pool() local 143 for (pool = 0; pool < RX_MAX_POOLS; pool++) { in spapr_vlan_get_rx_bd_from_pool() 144 if (dev->rx_pool[pool]->count > 0 && in spapr_vlan_get_rx_bd_from_pool() 145 dev->rx_pool[pool]->bufsize >= size + 8) { in spapr_vlan_get_rx_bd_from_pool() 149 if (pool == RX_MAX_POOLS) { in spapr_vlan_get_rx_bd_from_pool() 155 trace_spapr_vlan_get_rx_bd_from_pool_found(pool, in spapr_vlan_get_rx_bd_from_pool() 156 dev->rx_pool[pool]->count, in spapr_vlan_get_rx_bd_from_pool() 160 dev->rx_pool[pool]->count--; in spapr_vlan_get_rx_bd_from_pool() 161 bd = dev->rx_pool[pool]->bds[dev->rx_pool[pool]->count]; in spapr_vlan_get_rx_bd_from_pool() 162 dev->rx_pool[pool]->bds[dev->rx_pool[pool]->count] = 0; in spapr_vlan_get_rx_bd_from_pool() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/ |
| H A D | 0001-fix-compile-error-with-linux-kernel-v4.8.patch | 35 + /* get pool statistics */ 41 + int ref_count; /* free buffer pool usage counters */ 46 +}; /* set pool parameters */ 49 + int pool_num; /* pool number */ 53 +#define ZATM_OAM_POOL 0 /* free buffer pool for OAM cells */ 54 +#define ZATM_AAL0_POOL 1 /* free buffer pool for AAL0 cells */ 55 +#define ZATM_AAL5_POOL_BASE 2 /* first AAL5 free buffer pool */
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
| H A D | 0001-pppd-ippool.c-Fix-type-casting-issues-between-in_add.patch | 40 - dbglog("Allocated address %s from pool %s", inet_ntoa(clnt_res.addr.s_addr), pool_name); 41 + dbglog("Allocated address %s from pool %s", inet_ntoa(temp_addr), pool_name); 50 warn("IP address %s free to pool %s failed: %s", 58 - dbglog("Freed address %s to pool %s", inet_ntoa(free_addr), pool_name); 60 + dbglog("Freed address %s to pool %s", inet_ntoa(temp_addr), pool_name);
|
| /openbmc/u-boot/arch/arm/mach-rmobile/ |
| H A D | lowlevel_init.S | 20 .pool 50 .pool 64 .pool
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/chrony/ |
| H A D | chrony.conf | 9 pool 0.openembedded.pool.ntp.org iburst
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-gsocketpool/ |
| H A D | python3-gsocketpool_0.1.6.bb | 1 SUMMARY = "A simple connection pool for gevent" 2 DESCRIPTION = "creates a pool of connections that can be used with gevent"
|
| /openbmc/openbmc/poky/meta/recipes-support/appstream/appstream/ |
| H A D | 0002-Do-not-build-qt-tests.patch | 12 | from ../AppStream-1.0.3/qt/tests/asqt-pool-test.cpp:21: 13 | ../AppStream-1.0.3/qt/tests/asqt-pool-test.cpp: In function ‘int main(int, char**)’: 14 | ../AppStream-1.0.3/qt/tests/asqt-pool-test.cpp:117:1: error: expected primary-expression before ‘…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
| H A D | php-fpm.conf | 82 ; - The pool process will inherit the master process priority 115 ; ports and different management options. The name of the pool will be 119 ; Start a new pool named 'www'. 120 ; the variable $pool can we used in any directive and will be replaced by the 121 ; pool name ('www' here) 124 ; Per pool prefix 135 ;prefix = /path/to/pools/$pool 247 ; pool - the name of the pool; 251 ; accepted conn - the number of request accepted by the pool; 267 ; pool: www [all …]
|
| /openbmc/qemu/net/ |
| H A D | af-xdp.c | 47 uint64_t *pool; member 113 s->pool[s->n_pool++] = *addr; in af_xdp_complete_tx() 171 desc->addr = s->pool[--s->n_pool]; in af_xdp_receive() 212 *xsk_ring_prod__fill_addr(&s->fq, idx++) = s->pool[--s->n_pool]; in af_xdp_fq_refill() 241 s->pool[s->n_pool++] = desc->addr; in af_xdp_send() 275 g_free(s->pool); in af_xdp_cleanup() 276 s->pool = NULL; in af_xdp_cleanup() 332 s->pool = g_new(uint64_t, n_descs); in af_xdp_umem_create() 335 s->pool[i] = i * XSK_UMEM__DEFAULT_FRAME_SIZE; in af_xdp_umem_create()
|
| /openbmc/qemu/disas/ |
| H A D | nanomips.c | 16125 pool, enumerator 16178 { pool , P_SYSCALL , 2 , 32, 16191 { pool , P_RI , 4 , 32, 16241 { pool , P_D_MT_VPE , 2 , 32, 16244 { pool , P_E_MT_VPE , 2 , 32, 16254 { pool , _P_MT_VPE , 2 , 32, 16289 { pool , P_DVP , 2 , 32, 16299 { pool , P_TRAP , 2 , 32, 16497 { pool , P_CMOVE , 2 , 32, 16557 { pool , P_MT_VPE , 8 , 32, [all …]
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | nanomips_translate.c.inc | 70 /* POOL32A instruction pool */ 80 /* P.GP.W instruction pool */ 87 /* P48I instruction pool */ 97 /* P.U12 instruction pool */ 113 /* POOL32F instruction pool */ 120 /* POOL32S instruction pool */ 126 /* P.LUI instruction pool */ 132 /* P.GP.BH instruction pool */ 143 /* P.LS.U12 instruction pool */ 161 /* P.LS.S9 instruction pool */ [all …]
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | keystone-k2e-netcp.dtsi | 183 rx-pool = <1024 12>; 184 tx-pool = <1024 12>; 195 rx-pool = <1024 12>; 196 tx-pool = <1024 12>;
|
| H A D | keystone-k2l-netcp.dtsi | 166 rx-pool = <1024 12>; 167 tx-pool = <1024 12>; 178 rx-pool = <1024 12>; 179 tx-pool = <1024 12>;
|
| H A D | keystone-k2hk-netcp.dtsi | 185 rx-pool = <1024 12>; 186 tx-pool = <1024 12>; 197 rx-pool = <1024 12>; 198 tx-pool = <1024 12>;
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libjs/ |
| H A D | libjs-jquery_3.3.1.bb | 6 SRC_URI = "http://kr.archive.ubuntu.com/ubuntu/pool/main/j/jquery/${BPN}_${PV}~dfsg-3_all.deb" 10 UPSTREAM_CHECK_URI = "http://kr.archive.ubuntu.com/ubuntu/pool/main/j/jquery/"
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | mirrors.bbclass | 8 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian/20180310T215105Z/pool \ 9 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian/20250101T023759Z/pool \ 10 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool \ 11 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20110127T084257Z/debian/pool \ 12 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20090802T004153Z/debian/pool \
|
| /openbmc/u-boot/doc/SPL/ |
| H A D | README.omap3 | 40 0x80208000 - 0x80307FFF: malloc() pool available to SPL. 47 0x87080000 - 0x870FFFFF: malloc() pool available to SPL. 52 only vary in where the BSS and malloc pool reside.
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/tayga/files/ |
| H A D | tayga.conf | 78 dynamic-pool 192.168.254.0/24
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/ |
| H A D | netcat-openbsd_1.195.bb | 10 SRC_URI = "http://snapshot.debian.org/archive/debian/20181022T085404Z/pool/main/n/netcat-openbsd/ne… 11 …http://snapshot.debian.org/archive/debian/20181022T085404Z/pool/main/n/netcat-openbsd/netcat-openb…
|
| /openbmc/openbmc/meta-raspberrypi/recipes-bsp/common/ |
| H A D | raspberrypi-firmware.inc | 3 RPIFW_SRC_URI ?= "https://archive.raspberrypi.com/debian/pool/main/r/raspberrypi-firmware/raspberry…
|