Home
last modified time | relevance | path

Searched refs:priorities (Results 1 – 25 of 39) sorted by relevance

12

/Linux-v4.19/arch/sh/boards/mach-microdev/
Dirq.c86 unsigned long priorityReg, priorities, pri; in enable_microdev_irq() local
100 priorities = __raw_readl(priorityReg); in enable_microdev_irq()
101 priorities &= ~MICRODEV_FPGA_INTPRI_MASK(fpgaIrq); in enable_microdev_irq()
102 priorities |= MICRODEV_FPGA_INTPRI_LEVEL(fpgaIrq, pri); in enable_microdev_irq()
103 __raw_writel(priorities, priorityReg); in enable_microdev_irq()
/Linux-v4.19/drivers/bus/
Dda8xx-mstpri.c157 const struct da8xx_mstpri_priority *priorities; member
187 .priorities = da850_lcdk_priorities,
233 prio = &prio_list->priorities[i]; in da8xx_mstpri_probe()
DKconfig181 configuration. Allows to adjust the priorities of all master
/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Dmock_gem_device.c81 kmem_cache_destroy(i915->priorities); in mock_device_release()
222 i915->priorities = KMEM_CACHE(i915_priolist, SLAB_HWCACHE_ALIGN); in mock_gem_device()
223 if (!i915->priorities) in mock_gem_device()
253 kmem_cache_destroy(i915->priorities); in mock_gem_device()
/Linux-v4.19/arch/mips/include/asm/octeon/
Dcvmx-helper.h81 uint64_t priorities[16]);
/Linux-v4.19/Documentation/block/
Dioprio.txt1 Block io priorities
9 priorities are supported for reads on files. This enables users to io nice
12 with cfq; other io schedulers do not support io priorities thus far.
D00-INDEX20 - Block io priorities (in CFQ scheduler)
/Linux-v4.19/Documentation/cgroup-v1/
Dnet_prio.txt32 This file contains a map of the priorities assigned to traffic originating from
47 queueing discipline (qdisc) so priorities will be assigned prior to the hardware
Dnet_cls.txt8 different priorities to packets from different cgroups.
/Linux-v4.19/Documentation/devicetree/bindings/mfd/
Datmel-matrix.txt4 behavior (master/slave priorities, undefined burst length type, ...)
/Linux-v4.19/Documentation/devicetree/bindings/interrupt-controller/
Djcore,aic.txt6 with 8 interrupt lines with programmable priorities, or "jcore,aic2" for
/Linux-v4.19/arch/mips/cavium-octeon/executive/
Dcvmx-helper.c57 uint64_t priorities[16]);
655 uint64_t priorities[16] = in __cvmx_helper_interface_setup_pko() local
671 cvmx_override_pko_queue_priority(ipd_port, priorities); in __cvmx_helper_interface_setup_pko()
677 priorities); in __cvmx_helper_interface_setup_pko()
/Linux-v4.19/Documentation/driver-api/dmaengine/
Dpxa_dma.rst33 The PXA architecture has 4 levels of DMAs priorities : high, normal, low.
34 The high priorities get twice as much bandwidth as the normal, which get twice
35 as much as the low priorities.
/Linux-v4.19/Documentation/media/uapi/v4l/
Dapp-pri.rst10 them different priorities. Contrary to the traditional "rm -rf /" school
/Linux-v4.19/Documentation/networking/
Ddpaa.txt165 * priorities 0 to 3 - traffic class 0 (low priority)
166 * priorities 4 to 7 - traffic class 1 (medium-low priority)
167 * priorities 8 to 11 - traffic class 2 (medium-high priority)
168 * priorities 12 to 15 - traffic class 3 (high priority)
Deql.txt243 bits-per-second "priorities".
252 28800 and 14400 connections, but when the priorities on the links were
Dixgbe.txt237 that there are 8 different priorities that traffic can be filtered into.
240 allocated to each of these priorities, which is enforced at the hardware
/Linux-v4.19/Documentation/usb/
Ddwc3.txt45 (except the user changed priorities).
/Linux-v4.19/Documentation/scheduler/
Dsched-nice-design.txt37 changing the ABI to extend priorities was discarded early on.)
80 run audio (and other multimedia) apps under RT priorities such as
/Linux-v4.19/Documentation/locking/
Drt-mutex.txt32 priority order. For same priorities FIFO order is chosen. For each
Drt-mutex-design.txt79 processes to inherit priorities from a previous process that is
183 the chain (A and B in this example), must have their priorities increased
380 priorities.
398 with the new priorities, and this task may not be in the proper locations
/Linux-v4.19/Documentation/devicetree/bindings/mips/brcm/
Dsoc.txt127 (bandwidth, priorities etc.) and needs to have its contents restored during
/Linux-v4.19/Documentation/filesystems/pohmelfs/
Ddesign_notes.txt59 operations (like lookups or directory listings) between them according to IO priorities.
/Linux-v4.19/Documentation/devicetree/bindings/thermal/
Dnvidia,tegra124-soctherm.txt39 SW need to set priorities for various throttle, the HW arbiter can select
/Linux-v4.19/Documentation/virtual/kvm/devices/
Darm-vgic.txt94 priorities in separate register groups, whereas we show a combined view

12