Home
last modified time | relevance | path

Searched refs:slices (Results 1 – 24 of 24) sorted by relevance

/linux/drivers/phy/lantiq/
H A Dphy-lantiq-vrx200-pcie.c202 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 Dqcom_l3_pmu.rst6 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 Dbcm_sf2_cfp.c29 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 Dperf-data.txt63 Select the first and second 10% time slices:
67 Select from 0% to 10% and 30% to 40% slices:
H A Dperf-diff.txt145 Select the first and the second 10% time slices to diff:
149 Select from 0% to 10% and 30% to 40% slices to diff:
H A Dperf-script.txt440 Select the first and second 10% time slices:
443 Select from 0% to 10% and 30% to 40% slices:
H A Dperf-report.txt508 Select the first and second 10% time slices:
512 Select from 0% to 10% and 30% to 40% slices:
/linux/Documentation/scheduler/
H A Dsched-eevdf.rst21 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 Dschedutil.rst15 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/gem/selftests/
H A Di915_gem_context.c1138 __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/fs/bfs/
H A DKconfig13 to "UnixWare slices support", below. More information about the BFS
/linux/arch/arm64/kvm/
H A Dguest.c596 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/drivers/usb/dwc2/
H A Dhcd_queue.c521 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 Dbfs.rst12 know the partition number and the kernel must support UnixWare disk slices
/linux/drivers/accel/qaic/
H A Dqaic.h236 struct list_head slices; member
H A Dqaic_data.c429 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 DREADME.md179 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/drivers/crypto/intel/qat/qat_common/
H A Dadf_rl.c592 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/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-parm.rst253 - The driver may capture images in slices like a scanner in order
H A Ddev-stateless-decoder.rst32 with multiple slices per frame). Decoders that support such formats must also
H A Dext-ctrls-codec.rst1063 slices. Applicable to the encoder. Possible values are:
1076 - Multiple slices with set maximum number of macroblocks per slice.
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h715 unsigned int slices; member
/linux/Documentation/userspace-api/
H A Diommufd.rst97 vIOMMU objects created for individual slices of different physical IOMMUs.
/linux/Documentation/virt/kvm/
H A Dapi.rst2675 this vcpu, and determines which register slices are visible through