Searched refs:Pool (Results 1 – 13 of 13) sorted by relevance
/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))
|
/linux/Documentation/networking/ |
H A D | page_pool.rst | 4 Page Pool API 28 | Pool empty | Pool has entries
|
/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)
|
/linux/scripts/clang-tools/ |
H A D | run-clang-tools.py | 86 pool = multiprocessing.Pool(initializer=init, initargs=(lock, args))
|
/linux/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | nsPlugin.py | 6 from multiprocessing import Pool
|
/linux/drivers/gpu/drm/msm/ |
H A D | NOTES | 63 And finally, MDP5 has this "Shared Memory Pool" (called "SMP"), from
|
/linux/tools/testing/selftests/tc-testing/ |
H A D | tdc.py | 20 from multiprocessing import Pool 622 with Pool(args.mp) as p:
|
/linux/kernel/dma/ |
H A D | Kconfig | 115 bool "DMA Restricted Pool"
|
/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)
|
/linux/Documentation/admin-guide/device-mapper/ |
H A D | thin-provisioning.rst | 56 Pool device
|
/linux/Documentation/kernel-hacking/ |
H A D | locking.rst | 1389 Thanks to Martin Pool, Philipp Rumpf, Stephen Rothwell, Paul Mackerras,
|
/linux/Documentation/translations/it_IT/kernel-hacking/ |
H A D | locking.rst | 1430 Grazie a Martin Pool, Philipp Rumpf, Stephen Rothwell, Paul Mackerras,
|