Home
last modified time | relevance | path

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

12

/linux/arch/sh/boards/mach-microdev/
A 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/drivers/bus/
A 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/Documentation/block/
A 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/Documentation/admin-guide/cgroup-v1/
A 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
A Dnet_cls.rst9 different priorities to packets from different cgroups.
/linux/drivers/dma/fsl-dpaa2-qdma/
A 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]);\
A Ddpdmai.h76 u8 priorities[DPDMAI_PRIO_NUM]; member
/linux/Documentation/devicetree/bindings/mfd/
A Datmel-matrix.txt4 behavior (master/slave priorities, undefined burst length type, ...)
/linux/Documentation/devicetree/bindings/interrupt-controller/
A Djcore,aic.txt6 with 8 interrupt lines with programmable priorities, or "jcore,aic2" for
/linux/Documentation/networking/device_drivers/ethernet/freescale/
A 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/Documentation/driver-api/dmaengine/
A 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/drivers/staging/wfx/
A Dqueue.c67 const int priorities[IEEE80211_NUM_ACS] = { 1, 2, 64, 128 }; in wfx_tx_queues_init() local
73 wvif->tx_queue[i].priority = priorities[i]; in wfx_tx_queues_init()
/linux/Documentation/userspace-api/media/v4l/
A Dapp-pri.rst10 them different priorities. Contrary to the traditional "rm -rf /" school
/linux/Documentation/devicetree/bindings/arm/sunxi/
A Dallwinner,sun4i-a10-mbus.yaml16 allows to monitor and control the bandwidth and priorities for
/linux/drivers/crypto/caam/
A Ddpseci.h55 u8 priorities[DPSECI_MAX_QUEUE_NUM]; member
/linux/Documentation/scheduler/
A 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/Documentation/usb/
A Ddwc3.rst53 (except the user changed priorities).
/linux/Documentation/devicetree/bindings/net/
A Dsnps,dwmac.yaml184 * snps,priority, bitmask of the tagged frames priorities assigned to
212 * snps,priority, bitmask of the priorities assigned to the queue.
213 When a PFC frame is received with priorities matching the bitmask,
/linux/arch/mips/cavium-octeon/executive/
A Dcvmx-helper.c616 uint64_t priorities[16] = in __cvmx_helper_interface_setup_pko() local
631 priorities); in __cvmx_helper_interface_setup_pko()
/linux/Documentation/locking/
A Drt-mutex.rst33 priority order. For same priorities FIFO order is chosen. For each
A 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/Documentation/devicetree/bindings/mips/brcm/
A Dsoc.txt127 (bandwidth, priorities etc.) and needs to have its contents restored during
/linux/Documentation/networking/
A Deql.rst204 bits-per-second "priorities".
213 28800 and 14400 connections, but when the priorities on the links were
/linux/Documentation/virt/kvm/devices/
A Darm-vgic.rst111 priorities in separate register groups, whereas we show a combined view
/linux/Documentation/networking/device_drivers/ethernet/intel/
A 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)

Completed in 30 milliseconds

12