/openbmc/qemu/disas/ |
H A D | nanomips.c | 16152 typedef struct Pool { struct 16154 const struct Pool *next_table; argument 16162 } Pool; typedef 16164 static const Pool P_SYSCALL[2] = { 16174 static const Pool P_RI[4] = { 16190 static const Pool P_ADDIU[2] = { 16200 static const Pool P_TRAP[2] = { 16210 static const Pool P_CMOVE[2] = { 16220 static const Pool P_D_MT_VPE[2] = { 16230 static const Pool P_E_MT_VPE[2] = { [all …]
|
/openbmc/openbmc-tools/rootfs_size/ |
H A D | rootfs_size.py | 9 from multiprocessing import Pool, cpu_count 111 with Pool(args.threads) as p:
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | sharedbuffer_configuration.py | 70 if isinstance(objid, Pool): 109 if isinstance(objid, Pool) and objid["pool"] in [4, 8, 9, 10]: 172 class Pool(CommonItem): class 190 pools.append(Pool(pooldict))
|
/openbmc/linux/Documentation/networking/ |
H A D | page_pool.rst | 4 Page Pool API 28 | Pool empty | Pool has entries
|
/openbmc/linux/scripts/ |
H A D | checkkconfigsymbols.py | 18 from multiprocessing import Pool, cpu_count 276 pool = Pool(cpu_count(), init_worker) 313 pool = Pool(cpu_count(), init_worker)
|
/openbmc/linux/scripts/clang-tools/ |
H A D | run-clang-tools.py | 68 pool = multiprocessing.Pool(initializer=init, initargs=(lock, args))
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/ |
H A D | Kconfig | 29 NPA Aura/Pool contexts.
|
/openbmc/openbmc/poky/scripts/ |
H A D | verify-bashisms | 118 pool = multiprocessing.Pool()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | testrunner.py | 29 from multiprocessing import Pool 133 with Pool(jobs) as p:
|
/openbmc/linux/drivers/gpu/drm/msm/ |
H A D | NOTES | 63 And finally, MDP5 has this "Shared Memory Pool" (called "SMP"), from
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | reproducible.py | 189 with multiprocessing.Pool(processes=int(self.bb_number_threads or 0)) as p:
|
/openbmc/linux/kernel/dma/ |
H A D | Kconfig | 111 bool "DMA Restricted Pool"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
H A D | php-fpm.conf | 111 ; Pool Definitions ;
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
H A D | switch-driver.rst | 76 * 1 DPBP - A Buffer Pool is used for seeding buffers intended for the Rx path
|
H A D | overview.rst | 213 DPBP (Datapath Buffer Pool)
|
/openbmc/qemu/docs/ |
H A D | image-fuzzer.txt | 194 12. Pool of actions should be defined automatically based on an image template
|
/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/ |
H A D | docbook-xml-update-catalog.xml.patch | 61 +<public publicId="-//OASIS//ELEMENTS DocBook XML Information Pool V4.1.2//EN"
|
/openbmc/u-boot/drivers/i2c/ |
H A D | Kconfig | 142 synchronous reads and writes are supported, no Pool Buffers or DMA.
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | thin-provisioning.rst | 56 Pool device
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | utils.py | 1189 return multiprocessing.Pool(*args, **kwargs)
|
/openbmc/linux/Documentation/translations/it_IT/kernel-hacking/ |
H A D | locking.rst | 1430 Grazie a Martin Pool, Philipp Rumpf, Stephen Rothwell, Paul Mackerras,
|
/openbmc/linux/Documentation/kernel-hacking/ |
H A D | locking.rst | 1389 Thanks to Martin Pool, Philipp Rumpf, Stephen Rothwell, Paul Mackerras,
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0004-mmal_20.patch | 5281 + msg_Dbg(dec, "Pool size: (%d+%d) * %zd", dec_pool_req, sys->cma_in_flight_max, size); 7263 +// Pool structure 7719 +// Pool has died - safe now to exit vcsm 9064 +// printf("%s: Pool: %p: Ent: %p: %d\n", __func__, &pc->ent_pool, ent, n);
|