Home
last modified time | relevance | path

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

12

/Linux-v5.10/arch/sh/boards/mach-microdev/
Dirq.c84 unsigned long priorityReg, priorities, pri; in enable_microdev_irq() local
98 priorities = __raw_readl(priorityReg); in enable_microdev_irq()
99 priorities &= ~MICRODEV_FPGA_INTPRI_MASK(fpgaIrq); in enable_microdev_irq()
100 priorities |= MICRODEV_FPGA_INTPRI_LEVEL(fpgaIrq, pri); in enable_microdev_irq()
101 __raw_writel(priorities, priorityReg); in enable_microdev_irq()
/Linux-v5.10/drivers/bus/
Dda8xx-mstpri.c154 const struct da8xx_mstpri_priority *priorities; member
184 .priorities = da850_lcdk_priorities,
230 prio = &prio_list->priorities[i]; in da8xx_mstpri_probe()
/Linux-v5.10/Documentation/block/
Dioprio.rst2 Block io priorities
10 priorities are supported for reads on files. This enables users to io nice
13 with cfq; other io schedulers do not support io priorities thus far.
/Linux-v5.10/Documentation/admin-guide/cgroup-v1/
Dnet_prio.rst34 This file contains a map of the priorities assigned to traffic originating
49 queueing discipline (qdisc) so priorities will be assigned prior to the hardware
Dnet_cls.rst9 different priorities to packets from different cgroups.
/Linux-v5.10/Documentation/devicetree/bindings/mfd/
Datmel-matrix.txt4 behavior (master/slave priorities, undefined burst length type, ...)
/Linux-v5.10/Documentation/devicetree/bindings/interrupt-controller/
Djcore,aic.txt6 with 8 interrupt lines with programmable priorities, or "jcore,aic2" for
/Linux-v5.10/drivers/dma/fsl-dpaa2-qdma/
Ddpdmai.c42 MC_CMD_OP(cmd, 0, 8, 8, u8, (cfg)->priorities[0]);\
43 MC_CMD_OP(cmd, 0, 16, 8, u8, (cfg)->priorities[1]);\
Ddpdmai.h76 u8 priorities[DPDMAI_PRIO_NUM]; member
/Linux-v5.10/drivers/staging/wfx/
Dqueue.c66 const int priorities[IEEE80211_NUM_ACS] = { 1, 2, 64, 128 }; in wfx_tx_queues_init() local
72 wvif->tx_queue[i].priority = priorities[i]; in wfx_tx_queues_init()
/Linux-v5.10/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-v5.10/Documentation/networking/device_drivers/ethernet/freescale/
Ddpaa.rst171 * priorities 0 to 3 - traffic class 0 (low priority)
172 * priorities 4 to 7 - traffic class 1 (medium-low priority)
173 * priorities 8 to 11 - traffic class 2 (medium-high priority)
174 * priorities 12 to 15 - traffic class 3 (high priority)
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dapp-pri.rst10 them different priorities. Contrary to the traditional "rm -rf /" school
/Linux-v5.10/drivers/crypto/caam/
Ddpseci.h55 u8 priorities[DPSECI_MAX_QUEUE_NUM]; member
/Linux-v5.10/Documentation/usb/
Ddwc3.rst53 (except the user changed priorities).
/Linux-v5.10/Documentation/scheduler/
Dsched-nice-design.rst41 changing the ABI to extend priorities was discarded early on.)
84 run audio (and other multimedia) apps under RT priorities such as
/Linux-v5.10/arch/mips/cavium-octeon/executive/
Dcvmx-helper.c616 uint64_t priorities[16] = in __cvmx_helper_interface_setup_pko() local
631 priorities); in __cvmx_helper_interface_setup_pko()
/Linux-v5.10/Documentation/locking/
Drt-mutex.rst33 priority order. For same priorities FIFO order is chosen. For each
Drt-mutex-design.rst81 processes to inherit priorities from a previous process that is
193 the chain (A and B in this example), must have their priorities increased
391 priorities.
409 with the new priorities, and this task may not be in the proper locations
/Linux-v5.10/Documentation/devicetree/bindings/mips/brcm/
Dsoc.txt127 (bandwidth, priorities etc.) and needs to have its contents restored during
/Linux-v5.10/Documentation/networking/
Deql.rst204 bits-per-second "priorities".
213 28800 and 14400 connections, but when the priorities on the links were
/Linux-v5.10/Documentation/virt/kvm/devices/
Darm-vgic.rst111 priorities in separate register groups, whereas we show a combined view
Dxive.rst216 as it synthesizes the priorities of the pending interrupts. We
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/intel/
Diavf.rst167 map: priority mapping for up to 16 priorities to tcs (e.g. map 0 0 0 0 1 1 1 1
168 sets priorities 0-3 to use tc0 and 4-7 to use tc1)
Di40e.rst535 different priorities that traffic can be filtered into. It also enables
538 these priorities, which is enforced at the hardware level (802.1Qaz).
676 map: priority mapping for up to 16 priorities to tcs (e.g. map 0 0 0 0 1 1 1 1
677 sets priorities 0-3 to use tc0 and 4-7 to use tc1)

12