| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_gen4_tl.h | 59 * @ath_slices: array of Authentication slices utilization registers 60 * @cph_slices: array of Cipher slices utilization registers 61 * @cpr_slices: array of Compression slices utilization registers 62 * @xlt_slices: array of Translator slices utilization registers 63 * @dcpr_slices: array of Decompression slices utilization registers 64 * @pke_slices: array of PKE slices utilization registers 65 * @ucs_slices: array of UCS slices utilization registers 66 * @wat_slices: array of Wireless Authentication slices utilization registers 67 * @wcp_slices: array of Wireless Cipher slices utilization registers
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_gt_ccs_mode.c | 33 * Loop over all available slices and assign each a user engine. in __xe_gt_apply_ccs_mode() 34 * For example, if there are four compute slices available, the in __xe_gt_apply_ccs_mode() 35 * assignment of compute slices to compute engines would be, in __xe_gt_apply_ccs_mode() 133 * exact multiple of engines for slices. in ccs_mode_store() 137 xe_gt_dbg(gt, "Invalid compute config, %d engines %d slices\n", in ccs_mode_store() 197 * number of compute hardware engines to which the available compute slices 200 * The number of available compute slices is exposed to user through a per-gt
|
| /linux/drivers/phy/lantiq/ |
| H A D | phy-lantiq-vrx200-pcie.c | 202 static const struct reg_default slices[] = { in ltq_vrx200_pcie_phy_apply_workarounds() local 218 for (i = 0; i < ARRAY_SIZE(slices); i++) { in ltq_vrx200_pcie_phy_apply_workarounds() 220 regmap_update_bits(priv->phy_regmap, slices[i].reg, in ltq_vrx200_pcie_phy_apply_workarounds() 221 slices[i].def, slices[i].def); in ltq_vrx200_pcie_phy_apply_workarounds() 226 regmap_update_bits(priv->phy_regmap, slices[i].reg, in ltq_vrx200_pcie_phy_apply_workarounds() 227 slices[i].def, 0x0); in ltq_vrx200_pcie_phy_apply_workarounds()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_sseu.h | 19 * Maximum number of slices on older platforms. Slices no longer exist 87 * For Xe_HP and beyond, the hardware no longer has traditional slices
|
| /linux/Documentation/admin-guide/perf/ |
| H A D | qcom_l3_pmu.rst | 6 Centriq SoCs. The L3 cache on these SOCs is composed of multiple slices, shared 9 for aggregating across slices.
|
| /linux/drivers/net/dsa/ |
| H A D | bcm_sf2_regs.h | 470 /* IPv4 slices, 3 of them */ 478 /* IPv6 slices */ 481 /* IPv6 chained slices */ 484 /* Number of slices for IPv4, IPv6 and non-IP */ 488 /* Spacing between different slices */
|
| H A D | bcm_sf2_cfp.c | 29 u8 slices[UDFS_PER_SLICE]; member 40 /* UDF slices layout for a TCPv4/UDPv4 specification */ 44 .slices = { 65 /* UDF slices layout for a TCPv6/UDPv6 specification */ 69 .slices = { 93 .slices = { 149 if (memcmp(slice_layout->slices, zero_slice, in bcm_sf2_get_slice_number() 165 core_writel(priv, layout->udfs[slice_num].slices[i], in bcm_sf2_cfp_udf_set() 410 num_udf = bcm_sf2_get_num_udf_slices(layout->udfs[slice_num].slices); in bcm_sf2_cfp_ipv4_rule_set() 668 num_udf = bcm_sf2_get_num_udf_slices(layout->udfs[slice_num].slices); in bcm_sf2_cfp_ipv6_rule_set() [all …]
|
| /linux/Documentation/scheduler/ |
| H A D | sched-eevdf.rst | 21 allows latency-sensitive tasks with shorter time slices to be prioritized, 31 can request specific time slices using the new sched_setattr() system call,
|
| H A D | schedutil.rst | 15 individual tasks to task-group slices to CPU runqueues. As the basis for this 31 Note that blocked tasks still contribute to the aggregates (task-group slices
|
| /linux/rust/zerocopy/src/ |
| H A D | byte_slice.rs | 211 // to correctly split `self` into two slices at the given `mid` point. 241 // documented to correctly split `self` into two slices at the given `mid` 280 // true for these two sub-slices of `self`. in split_at_unchecked() 287 // - the returned slices are non-overlapping. in split_at_unchecked() 288 // - The individual sizes of the sub-slices of `self` are no larger than in split_at_unchecked() 330 // documented to correctly split `self` into two slices at the given `mid` 350 // documented to correctly split `self` into two slices at the given `mid`
|
| H A D | deprecated.rs | 115 #[deprecated(since = "0.8.0", note = "`Ref::from_bytes` now supports slices")] 130 …note = "`Ref::from_bytes` now supports slices; for `T: Unaligned`, the returned `CastError` implem… 144 #[deprecated(since = "0.8.0", note = "`Ref::into_ref` now supports slices")] 157 #[deprecated(since = "0.8.0", note = "`Ref::into_mut` now supports slices")]
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-data.txt | 63 Select the first and second 10% time slices: 67 Select from 0% to 10% and 30% to 40% slices:
|
| H A D | perf-diff.txt | 145 Select the first and the second 10% time slices to diff: 149 Select from 0% to 10% and 30% to 40% slices to diff:
|
| /linux/include/uapi/drm/ |
| H A D | qaic_accel.h | 240 * struct qaic_attach_slice_hdr - Defines metadata for a set of BO slices. 241 * @count: In. Number of slices for this BO. 256 * struct qaic_attach_slice - Defines a set of BO slices. 257 * @hdr: In. Metadata of the set of slices.
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | dynptr_fail.c | 1007 /* Test that slices are invalidated on reinitializing a dynptr. */ 1026 /* Invalidation of dynptr slices on destruction of dynptr should not miss 1046 /* Destruction of dynptr should also any slices obtained from it */ 1072 /* Invalidation of slices should be scoped and should not prevent dereferencing 1073 * slices of another dynptr after destroying unrelated dynptr 1671 * slices should be invalidated as well. 1869 /* Invalidating a dynptr should invalidate any data slices 1895 /* Invalidating a dynptr should invalidate any data slices 1921 /* Invalidating a dynptr should invalidate any data slices 1951 /* A skb clone's data slices should be invalid anytime packet data changes */ [all …]
|
| /linux/drivers/net/ethernet/myricom/myri10ge/ |
| H A D | myri10ge_mcp.h | 128 * data2 = slice number if multiple slices are used 140 /* data0 = slice number if multiple slices are used */ 215 * If multiple slices are used, data2 contains both the size of the 239 /* data0 = number of slices n (0, 1, ..., n-1) to enable
|
| /linux/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | i915_gem_context.c | 1138 __check_rpcs(const char *name, u32 rpcs, int slices, unsigned int expected, in __check_rpcs() argument 1141 if (slices == expected) in __check_rpcs() 1144 if (slices < 0) { in __check_rpcs() 1146 name, prefix, slices, suffix); in __check_rpcs() 1147 return slices; in __check_rpcs() 1151 name, prefix, slices, expected, suffix); in __check_rpcs() 1154 rpcs, slices, in __check_rpcs() 1170 unsigned int slices = hweight32(ce->engine->sseu.slice_mask); in __sseu_finish() local 1187 ret = __check_rpcs(name, rpcs, ret, slices, "Kernel context", "!"); in __sseu_finish() 1280 * half enabled sub-slices. in __igt_ctx_sseu()
|
| /linux/fs/bfs/ |
| H A D | Kconfig | 13 to "UnixWare slices support", below. More information about the BFS
|
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | nohz_tick.bpf.c | 5 * Exercise tick dependency transitions between infinite and finite slices.
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_hwrm.c | 144 * hwrm_req_alloc_flags() - Sets GFP allocation flags for slices. 149 * whenever it is used to allocate backing memory for slices. Note that 185 * ensure that the lifetime of new_req is least as long as req. Any slices 204 /* free any existing slices */ in hwrm_req_replace() 320 * request object, any slices, and its associated response are no
|
| /linux/tools/sched_ext/ |
| H A D | README.md | 179 single CPU, allowing other cores to run with infinite slices, without timer 185 infinite slices and no timer ticks allows the VM to avoid unnecessary expensive
|
| /linux/Documentation/devicetree/bindings/soc/imx/ |
| H A D | fsl,imx93-src.yaml | 19 - Responsible for power gating of MIXs (Slices) and their memory
|
| /linux/tools/perf/tests/shell/ |
| H A D | stat_bpf_counters_cgrp.sh | 27 # try usual systemd slices first
|
| /linux/Documentation/filesystems/ |
| H A D | bfs.rst | 12 know the partition number and the kernel must support UnixWare disk slices
|
| /linux/arch/powerpc/mm/book3s64/ |
| H A D | mmu_context.c | 105 * slices as it could cause problem promoting slices that have been in hash__init_new_context()
|