Home
last modified time | relevance | path

Searched full:sharing (Results 1 – 25 of 624) sorted by relevance

12345678910>>...25

/Linux-v6.1/drivers/net/ethernet/mscc/
Docelot_devlink.c23 * PRIO_SHR: sharing watermark per QoS class across all ports
25 * COL_SHR: sharing watermark per color (drop precedence) across all ports
127 /* Sharing Watermarks
248 * reservations and rely only on the sharing watermark for frames with drop
270 /* We want the sharing watermarks to consume all nonreserved resources, for
274 * The switch has 10 sharing watermarks per lookup: 8 per traffic class and 2
276 * The trouble with configuring these sharing watermarks is that:
278 * (a) all 8 per-TC sharing watermarks to the max
279 * (b) all 2 per-color sharing watermarks to the max
281 * (a) all 8 per-TC sharing watermarks to "max / 8"
[all …]
/Linux-v6.1/Documentation/virt/hyperv/
Doverview.rst61 Sharing Memory
64 on sharing memory. Such sharing is generally accomplished as
82 * Linux can later revoke sharing it has previously established by
105 the time that Linux originally establishes the sharing and the
107 revokes the sharing, in which case Hyper-V removes the overlay page,
116 guest VMs, so Linux code must individually revoke all sharing before
/Linux-v6.1/Documentation/admin-guide/mm/
Dksm.rst16 by sharing the data common between them. But it can be useful to any
29 be swapped out just like other user pages (but sharing is broken when they
101 sharing of setting 1 (default). You may wish to compare how
135 Maximum sharing allowed for each KSM page. This enforces a
165 how many more sites are sharing them i.e. how much saved
178 sharing, but a high ratio of ``pages_unshared`` to ``pages_sharing``
/Linux-v6.1/include/linux/
Dcacheinfo.h30 * lines sharing the same index
33 * @physical_line_partition: number of physical cache lines sharing the
36 * @shared_cpu_map: logical cpumask representing all the cpus sharing
Dkvm_irqfd.h26 * List of resampling struct _irqfd objects sharing this gsi.
32 * Entry in list of kvm->irqfd.resampler_list. Use for sharing
/Linux-v6.1/drivers/opp/
Dcpu.c185 /* Mark opp-table as multiple CPUs are sharing it now */ in dev_pm_opp_set_sharing_cpus()
196 * dev_pm_opp_get_sharing_cpus() - Get cpumask of CPUs sharing OPPs with @cpu_dev
198 * @cpumask: cpumask to update with information of sharing CPUs
200 * This updates the @cpumask with CPUs that are sharing OPPs with @cpu_dev.
/Linux-v6.1/net/9p/
DKconfig7 tristate "Plan 9 Resource Sharing Support (9P2000)"
10 Plan 9 resource sharing via the 9P2000 protocol.
/Linux-v6.1/Documentation/driver-api/
Ddma-buf.rst1 Buffer Sharing and Synchronization
4 The dma-buf subsystem provides the framework for sharing buffers for
21 buffer sharing API, how to use it for exporting and using shared buffers.
23 Any device driver which wishes to be a part of DMA buffer sharing, can do so as
33 - allows other users to share the buffer by using dma_buf sharing APIs,
42 - is one of (many) sharing users of the buffer.
49 Any exporters or users of the dma-buf buffer sharing framework must have a
/Linux-v6.1/fs/9p/
DKconfig3 tristate "Plan 9 Resource Sharing Support (9P2000)"
8 Plan 9 resource sharing via the 9P2000 protocol.
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dcs35l32.txt34 - cirrus,sdout-share : SDOUT sharing. Determines whether one or two CS35L32
35 devices are on board sharing SDOUT.
/Linux-v6.1/tools/testing/selftests/vm/
Dhugepage-mremap.c11 * To make sure the test triggers pmd sharing and goes through the 'unshare'
136 /* mmap to a PUD aligned address to hopefully trigger pmd sharing. */ in main()
146 /* mmap again to a dummy address to hopefully trigger pmd sharing. */ in main()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_priv.h83 /* flows sharing the same reformat object - currently mpls decap */
87 /* flows sharing same route entry */
101 struct list_head hairpin; /* flows sharing the same hairpin */
/Linux-v6.1/drivers/acpi/acpica/
Drsdumpinfo.c35 {ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET(irq.shareable), "Sharing",
225 {ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET(extended_irq.shareable), "Sharing",
258 {ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET(gpio.shareable), "Sharing",
288 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET(pin_function.shareable), "Sharing",
311 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET(pin_config.shareable), "Sharing",
357 "Sharing", acpi_gbl_shr_decode},
379 "Sharing", acpi_gbl_shr_decode},
/Linux-v6.1/Documentation/gpu/
Ddrm-mm.rst229 GEM also supports buffer sharing with dma-buf file descriptors through
231 implement the exporting and importing correctly. See ?. Since sharing
233 global GEM names it is the preferred buffer sharing mechanism. Sharing
235 Furthermore PRIME also allows cross-device buffer sharing since it is
417 PRIME Buffer Sharing
420 PRIME is the cross device buffer sharing framework in drm, originally
/Linux-v6.1/tools/testing/selftests/drivers/net/netdevsim/
Dudp_tunnel_nic.sh454 msg="table sharing - share"
458 msg="table sharing - overflow"
460 msg="table sharing - overflow v6"
511 msg="table sharing - share"
515 msg="table sharing - overflow"
517 msg="table sharing - overflow v6"
797 pfx="table sharing"
/Linux-v6.1/sound/soc/sh/rcar/
Dssiu.c164 * sharing/multi with SSI0 are mainly supported in rsnd_ssiu_init()
190 /* SSI1 is sharing pin with SSI0 */ in rsnd_ssiu_init()
194 /* SSI2 is sharing pin with SSI0 */ in rsnd_ssiu_init()
198 /* SSI4 is sharing pin with SSI3 */ in rsnd_ssiu_init()
202 /* SSI9 is sharing pin with SSI0 */ in rsnd_ssiu_init()
/Linux-v6.1/Documentation/filesystems/
Dvirtiofs.rst14 VIRTIO "virtio-fs" device for guest<->host file system sharing. It allows a
20 stateless or ephemeral guests, and sharing a directory between guests.
/Linux-v6.1/Documentation/mm/
Dksm.rst32 When the sharing passes this threshold, KSM adds a second dimension to
50 (i.e. virtual mappings) that are sharing the page, which is in turn
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-platform-hidma-mgmt66 sharing the same bus.
87 sharing the same bus.
/Linux-v6.1/Documentation/filesystems/cifs/
Dksmbd.rst8 for sharing files over network.
46 sharing to be managed optimally by the default kernel and optimizing client
54 allows sharing information parameters that parsed from smb.conf to ksmbd in
/Linux-v6.1/drivers/cpufreq/
Dscmi-cpufreq.c153 dev_warn(cpu_dev, "failed to get sharing cpumask\n"); in scmi_cpufreq_init()
159 * The OPP 'sharing cpus' info may come from DT through an empty opp in scmi_cpufreq_init()
166 * Use the CPU mask from SCMI to designate CPUs sharing an OPP in scmi_cpufreq_init()
/Linux-v6.1/Documentation/misc-devices/
Duacce.rst9 This differs from the data sharing between cpu and io device, which share
44 Uacce is the kernel module, taking charge of iommu and address sharing.
/Linux-v6.1/drivers/gpu/drm/vgem/
Dvgem_drv.c30 * software renderer and the X server for efficient buffer sharing.
104 * coherent memory or dma-buf sharing just wont work. in vgem_gem_create_object()
/Linux-v6.1/Documentation/devicetree/bindings/iio/
Dst,st-sensors.yaml10 I2C or SPI devices, all sharing the same device tree descriptions no matter
15 SPI devices, all sharing the same device tree descriptions no matter what
/Linux-v6.1/Documentation/ABI/stable/
Dsysfs-devices-system-cpu75 Description: internal kernel map of the CPUs sharing the same physical_package_id.
80 Description: human-readable list of CPUs sharing the same physical_package_id.

12345678910>>...25