Home
last modified time | relevance | path

Searched refs:parallelism (Results 1 – 25 of 28) sorted by relevance

12

/linux/drivers/net/ethernet/sfc/siena/
A Defx_channels.c128 unsigned int parallelism) in efx_allocate_msix_channels() argument
130 unsigned int n_channels = parallelism; in efx_allocate_msix_channels()
233 efx->n_rx_channels = min(efx->n_rx_channels, parallelism); in efx_allocate_msix_channels()
234 efx->n_tx_channels = min(efx->n_tx_channels, parallelism); in efx_allocate_msix_channels()
260 unsigned int parallelism = efx_wanted_parallelism(efx); in efx_siena_probe_interrupts() local
265 extra_channels, parallelism); in efx_siena_probe_interrupts()
/linux/drivers/net/ethernet/sfc/
A Defx_channels.c127 unsigned int parallelism) in efx_allocate_msix_channels() argument
129 unsigned int n_channels = parallelism; in efx_allocate_msix_channels()
232 efx->n_rx_channels = min(efx->n_rx_channels, parallelism); in efx_allocate_msix_channels()
233 efx->n_tx_channels = min(efx->n_tx_channels, parallelism); in efx_allocate_msix_channels()
259 unsigned int parallelism = efx_wanted_parallelism(efx); in efx_probe_interrupts() local
264 extra_channels, parallelism); in efx_probe_interrupts()
/linux/Documentation/block/
A Dblk-mq.rst10 benefiting from the parallelism offered by modern storage devices.
29 device to the operating system. In order to take advantage of the parallelism
A Dbfq-iosched.rst345 parallelism).
/linux/Documentation/arch/arm/
A Dkernel_mode_neon.rst111 parallelism, and generates NEON code from ordinary C source code. This is fully
A Dcluster-pm-race-avoidance.rst280 The parallelism of the inbound and outbound CPUs is observed by
/linux/Documentation/admin-guide/device-mapper/
A Dvdo.rst390 threads increase parallelism and can increase throughput. Physical threads
395 Bio submission threads control the parallelism involved in sending I/O to
A Dvdo-design.rst40 performance can only be achieved through parallelism. Therefore, vdo's
/linux/Documentation/core-api/
A Dpadata.rst116 true parallelism is achieved by submitting multiple jobs. parallel() runs with
A Dswiotlb.rst167 maximum parallelism, but since an area can't be smaller than IO_TLB_SEGSIZE
/linux/Documentation/virt/hyperv/
A Dvmbus.rst58 channels to achieve higher performance and greater parallelism.
234 higher parallelism and performance. These devices include the
/linux/Documentation/networking/
A Dkcm.rst236 to the same TCP connection. This allows parallelism between in I/O
A Dscaling.rst12 networking stack to increase parallelism and improve performance for
/linux/Documentation/staging/
A Dcrc32.rst141 the parallelism. With the classic Sarwate algorithm, each table lookup
/linux/arch/x86/crypto/
A Dsha512-avx-asm.S170 # stitched to take advantage of instruction-level parallelism.
A Dsha512-ssse3-asm.S165 # stitched to take advantage of instruction-level parallelism.
/linux/tools/perf/Documentation/
A Dtopdown.txt143 as the parallelism and overlap in the CPU program execution will
/linux/Documentation/admin-guide/hw-vuln/
A Dcore-scheduling.rst206 parallelism of the untrusted tasks, it would still solve the above issues while
/linux/Documentation/mm/
A Dmultigen_lru.rst244 the old generation) and improves parallelism;
/linux/Documentation/networking/device_drivers/ethernet/amazon/
A Dena.rst157 - Increased process-level parallelism when handling received packets.
/linux/Documentation/dev-tools/
A Dcoccinelle.rst134 the parallelism, set the J= variable. For example, to run across 4 CPUs::
/linux/Documentation/driver-api/mtd/
A Dnand_ecc.rst465 Very weird. Guess it has to do with caching or instruction parallelism
/linux/Documentation/process/
A Dmaintainer-tip.rst215 the parallelism and the temporal order of events. Here is an example::
/linux/Documentation/admin-guide/
A Dquickly-build-trimmed-linux.rst895 this parallelism also results in some clutter when failures occur.
/linux/Documentation/RCU/Design/Requirements/
A DRequirements.rst995 These parallelism facts of life are by no means specific to RCU, but the
1036 This last parallelism fact of life means that RCU must pay special

Completed in 55 milliseconds

12