Searched refs:priorities (Results 1 – 17 of 17) sorted by relevance
/linux-2.6.39/arch/sh/boards/mach-microdev/ |
D | irq.c | 87 unsigned long priorityReg, priorities, pri; in enable_microdev_irq() local 101 priorities = __raw_readl(priorityReg); in enable_microdev_irq() 102 priorities &= ~MICRODEV_FPGA_INTPRI_MASK(fpgaIrq); in enable_microdev_irq() 103 priorities |= MICRODEV_FPGA_INTPRI_LEVEL(fpgaIrq, pri); in enable_microdev_irq() 104 __raw_writel(priorities, priorityReg); in enable_microdev_irq()
|
/linux-2.6.39/drivers/staging/octeon/ |
D | cvmx-helper.h | 83 uint64_t priorities[16]);
|
D | cvmx-helper.c | 57 uint64_t priorities[16]); 382 uint64_t priorities[16] = in __cvmx_helper_interface_setup_pko() local 398 cvmx_override_pko_queue_priority(ipd_port, priorities); in __cvmx_helper_interface_setup_pko() 404 priorities); in __cvmx_helper_interface_setup_pko()
|
/linux-2.6.39/Documentation/block/ |
D | ioprio.txt | 1 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.
|
D | 00-INDEX | 10 - Block io priorities (in CFQ scheduler)
|
D | biodoc.txt | 1066 priorities for example). See *io_context in block/ll_rw_blk.c, and as-iosched.c
|
/linux-2.6.39/scripts/rt-tester/ |
D | t3-l1-pi-signal.tst | 51 # Set priorities
|
/linux-2.6.39/Documentation/scheduler/ |
D | sched-nice-design.txt | 37 changing the ABI to extend priorities was discarded early on.) 80 run audio (and other multimedia) apps under RT priorities such as
|
/linux-2.6.39/Documentation/ |
D | rt-mutex.txt | 32 priority order. For same priorities FIFO order is chosen. For each
|
D | rt-mutex-design.txt | 79 processes to inherit priorities from a previous process that is 194 priorities of the plist are sorted, such that it takes O(1) to retrieve the 196 based on their priorities. 411 priorities. 428 with the new priorities, and that this task may not be in the proper locations 701 still on the wait_list. And because of dynamic changing of priorities, 712 but this time it will be lowering the priorities.
|
/linux-2.6.39/Documentation/networking/ |
D | ixgbe.txt | 149 that there are 8 different priorities that traffic can be filtered into. 152 allocated to each of these priorities, which is enforced at the hardware
|
D | eql.txt | 243 bits-per-second "priorities". 252 28800 and 14400 connections, but when the priorities on the links were
|
D | bonding.txt | 1437 like the one above until proper priorities are set for all interfaces. On
|
/linux-2.6.39/Documentation/filesystems/pohmelfs/ |
D | design_notes.txt | 59 operations (like lookups or directory listings) between them according to IO priorities.
|
/linux-2.6.39/Documentation/frv/ |
D | features.txt | 179 All other interrupts are distributed over the set of available priorities
|
/linux-2.6.39/Documentation/video4linux/ |
D | v4l2-framework.txt | 567 - prio: keeps track of the priorities. Used to implement VIDIOC_G/S_PRIORITY.
|
/linux-2.6.39/init/ |
D | Kconfig | 316 in pages. Such statistics can help in setting a task's priorities
|