| /linux/block/partitions/ |
| H A D | sysv68.c | 51 int i, slices; in sysv68_partition() local 68 slices = be16_to_cpu(b->dk_ios.ios_slccnt); in sysv68_partition() 76 slices -= 1; /* last slice is the whole disk */ in sysv68_partition() 77 snprintf(tmp, sizeof(tmp), "sysV68: %s(s%u)", state->name, slices); in sysv68_partition() 80 for (i = 0; i < slices; i++, slice++) { in sysv68_partition()
|
| /linux/drivers/hte/ |
| H A D | hte-tegra194.c | 120 u32 slices; member 326 .slices = 3, 335 .slices = 3, 342 .slices = 11, 349 .slices = 17, 689 u32 i, slices, val = 0; in tegra_hte_probe() local 709 ret = of_property_read_u32(dev->of_node, "nvidia,slices", &slices); in tegra_hte_probe() 711 slices = hte_dev->prov_data->slices; in tegra_hte_probe() 713 dev_dbg(dev, "slices:%d\n", slices); in tegra_hte_probe() 714 nlines = slices << 5; in tegra_hte_probe() [all …]
|
| /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/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_cfp.c | 29 u8 slices[UDFS_PER_SLICE]; member 44 .slices = { 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() 774 num_udf = bcm_sf2_get_num_udf_slices(layout->udfs[slice_num].slices); in bcm_sf2_cfp_ipv6_rule_set()
|
| /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 | 142 Select the first and the second 10% time slices to diff: 146 Select from 0% to 10% and 30% to 40% slices to diff:
|
| H A D | perf-script.txt | 437 Select the first and second 10% time slices: 440 Select from 0% to 10% and 30% to 40% slices:
|
| H A D | perf-report.txt | 501 Select the first and second 10% time slices: 505 Select from 0% to 10% and 30% to 40% slices:
|
| /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/drivers/gpu/drm/i915/display/ |
| H A D | skl_watermark.c | 44 u8 slices[I915_MAX_PIPES]; member 512 if (dbuf_state->slices[pipe] != dbuf_state->slices[for_pipe]) in intel_crtc_dbuf_weights() 548 dbuf_slice_mask = new_dbuf_state->slices[pipe]; in skl_crtc_allocate_ddb() 565 if (old_dbuf_state->slices[pipe] == new_dbuf_state->slices[pipe] && in skl_crtc_allocate_ddb() 588 old_dbuf_state->slices[pipe], new_dbuf_state->slices[pipe], in skl_crtc_allocate_ddb() 2477 enabled_slices |= dbuf_state->slices[pipe]; in intel_dbuf_enabled_slices() 2527 new_dbuf_state->slices[pipe] = in skl_compute_ddb() 2531 if (old_dbuf_state->slices[pipe] == new_dbuf_state->slices[pipe]) in skl_compute_ddb() 3044 u8 slices; in skl_wm_get_hw_state() local 3083 slices = skl_compute_dbuf_slices(crtc, dbuf_state->active_pipes, in skl_wm_get_hw_state() [all …]
|
| /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()
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_admin.h | 18 struct icp_qat_fw_init_admin_slice_cnt *slices);
|
| H A D | icp_qat_fw_init_admin.h | 160 struct icp_qat_fw_init_admin_slice_cnt slices; member
|
| H A D | adf_rl.c | 592 sla_to_bytes *= device_data->slices.dcpr_cnt - in adf_rl_calculate_pci_bw() 1107 ret = adf_rl_send_admin_init_msg(accel_dev, &rl_hw_data->slices); in adf_rl_start()
|
| /linux/arch/arm64/kvm/ |
| H A D | guest.c | 596 const unsigned int slices = vcpu_sve_slices(vcpu); in num_sve_regs() local 604 return slices * (SVE_NUM_PREGS + SVE_NUM_ZREGS + 1 /* FFR */) in num_sve_regs() 611 const unsigned int slices = vcpu_sve_slices(vcpu); in copy_sve_reg_indices() local 631 for (i = 0; i < slices; i++) { in copy_sve_reg_indices()
|
| /linux/fs/bfs/ |
| H A D | Kconfig | 13 to "UnixWare slices support", below. More information about the BFS
|
| /linux/drivers/usb/dwc2/ |
| H A D | hcd_queue.c | 521 int slices = DIV_ROUND_UP(qh->device_us, DWC2_US_PER_SLICE); in dwc2_ls_pmap_schedule() local 541 DWC2_LS_SCHEDULE_FRAMES, slices, in dwc2_ls_pmap_schedule() 560 int slices = DIV_ROUND_UP(qh->device_us, DWC2_US_PER_SLICE); in dwc2_ls_pmap_unschedule() local 568 DWC2_LS_SCHEDULE_FRAMES, slices, qh->device_interval, in dwc2_ls_pmap_unschedule()
|
| /linux/Documentation/filesystems/ |
| H A D | bfs.rst | 12 know the partition number and the kernel must support UnixWare disk slices
|
| /linux/drivers/accel/qaic/ |
| H A D | qaic.h | 236 struct list_head slices; member
|
| H A D | qaic_data.c | 429 list_add_tail(&slice->slice, &bo->slices); in qaic_map_one_slice() 692 INIT_LIST_HEAD(&bo->slices); in qaic_init_bo() 939 list_for_each_entry_safe(slice, temp, &bo->slices, slice) in qaic_free_slices_bo() 1248 list_for_each_entry(slice, &bo->slices, slice) { in send_bo_list_to_device()
|
| /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/userspace-api/media/v4l/ |
| H A D | vidioc-g-parm.rst | 253 - The driver may capture images in slices like a scanner in order
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | display_mode_vba.h | 715 unsigned int slices; member
|