/linux-4.4.14/arch/x86/kvm/ |
D | irq_comm.c | 57 struct kvm_vcpu *vcpu, *lowest = NULL; in kvm_irq_delivery_to_apic() local 81 if (!lowest) in kvm_irq_delivery_to_apic() 82 lowest = vcpu; in kvm_irq_delivery_to_apic() 83 else if (kvm_apic_compare_prio(vcpu, lowest) < 0) in kvm_irq_delivery_to_apic() 84 lowest = vcpu; in kvm_irq_delivery_to_apic() 88 if (lowest) in kvm_irq_delivery_to_apic() 89 r = kvm_apic_set_irq(lowest, irq, dest_map); in kvm_irq_delivery_to_apic()
|
/linux-4.4.14/Documentation/ia64/ |
D | IRQ-redir.txt | 25 Set the default route for IRQ number 41 to CPU 6 in lowest priority 33 (i.e. lowest priority mode routing is used), otherwise its route is 42 and the routing is the so called "lowest priority mode" (actually 49 The IRQ is routed to the CPU with lowest XTP register value, the
|
/linux-4.4.14/arch/x86/platform/uv/ |
D | uv_time.c | 196 u64 lowest = ULLONG_MAX; in uv_rtc_find_next_timer() local 202 if (exp < lowest) { in uv_rtc_find_next_timer() 204 lowest = exp; in uv_rtc_find_next_timer() 210 if (uv_setup_intr(c, lowest)) in uv_rtc_find_next_timer()
|
/linux-4.4.14/drivers/sh/clk/ |
D | core.c | 94 unsigned long highest, lowest, freq; in clk_rate_round_helper() local 99 lowest = ~0UL; in clk_rate_round_helper() 104 if (freq < lowest) in clk_rate_round_helper() 105 lowest = freq; in clk_rate_round_helper() 119 if (rounder->rate <= lowest) in clk_rate_round_helper() 120 rate_best_fit = lowest; in clk_rate_round_helper()
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | xics.txt | 37 delivered, and 255 is the lowest priority. 51 the highest priority and 255 is the lowest. An interrupt with a
|
/linux-4.4.14/Documentation/scsi/ |
D | link_power_management_policy.txt | 16 when possible, but do not enter the lowest power
|
D | ufs.txt | 83 UIC is the lowest layer of UFS layered architecture. It handles
|
D | 53c700.txt | 49 manufacturers set the clock speed at the lowest possible setting
|
D | st.txt | 466 specified by the lowest bits. 497 the lowest 24 bits of the argument. The driver can set the 502 given the number of the sense data byte (the lowest eight
|
D | ChangeLog.megaraid_sas | 178 4. Use lowest memory bar (for SR-IOV VF support).
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | atmel,aic.txt | 18 The third cell is used to specify the irq priority from 0 (lowest) to 7
|
D | ti,c64x+megamod-pic.txt | 19 4 is highest priority and 15 is lowest priority.
|
/linux-4.4.14/arch/sparc/kernel/ |
D | iommu.c | 172 int lowest = iommu->ctx_lowest_free; in iommu_alloc_ctx() local 173 int n = find_next_zero_bit(iommu->ctx_bitmap, IOMMU_NUM_CTXS, lowest); in iommu_alloc_ctx() 176 n = find_next_zero_bit(iommu->ctx_bitmap, lowest, 1); in iommu_alloc_ctx() 177 if (unlikely(n == lowest)) { in iommu_alloc_ctx()
|
/linux-4.4.14/Documentation/hwmon/ |
D | emc2103 | 23 represented, so some rounding is done. With a divider of 1, the lowest
|
D | smsc47m1 | 48 represented, so some rounding is done. With a divider of 2, the lowest
|
D | lm80 | 45 represented, so some rounding is done. With a divider of 2, the lowest
|
D | nct6775 | 92 0 (lowest speed) to 255 (full) 148 pwm[1-5]_floor lowest fan pwm (range 0 - 255) if temperature is below
|
D | gl518sm | 49 of 2, the lowest representable value is around 1900 RPM.
|
D | lm87 | 42 represented, so some rounding is done. With a divider of 2, the lowest
|
D | lm78 | 45 represented, so some rounding is done. With a divider of 2, the lowest
|
D | via686a | 50 represented, so some rounding is done. With a divider of 2, the lowest
|
D | sis5595 | 77 represented, so some rounding is done. With a divider of 2, the lowest
|
D | f71882fg | 93 Note that the lowest numbered temperature zone trip point corresponds to
|
D | pc87360 | 84 RPM as the lowest acceptable accuracy.
|
D | it87 | 176 accuracy. With a divider of 2, the lowest representable value is around
|
D | w83781d | 97 be represented, so some rounding is done. With a divider of 2, the lowest
|
/linux-4.4.14/drivers/pinctrl/nomadik/ |
D | pinctrl-abx500.c | 1106 unsigned int lowest = 0; in abx500_get_gpio_num() local 1128 lowest = gstart; in abx500_get_gpio_num() 1131 if (gstart < lowest) in abx500_get_gpio_num() 1132 lowest = gstart; in abx500_get_gpio_num() 1138 npins = highest - lowest + 1; in abx500_get_gpio_num()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-scsi_host | 9 which usually means the lowest number scsi_host corresponds
|
D | sysfs-firmware-efi-esrt | 57 Description: The lowest version of the firmware that can be installed.
|
D | sysfs-driver-hid-lenovo | 35 Values are decimal integers from 1 (lowest sensitivity) to 255 (highest sensitivity).
|
D | dev-kmsg | 14 prefix number is composed of the 3 lowest bits being the syslog
|
D | sysfs-class-cxl | 99 Decimal value of the the lowest version of the userspace API
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | clocking.txt | 44 it is best to configure BCLK to the lowest possible speed (depending on your
|
/linux-4.4.14/fs/btrfs/ |
D | relocation.c | 68 unsigned int lowest:1; member 433 BUG_ON(!node->lowest && !node->detached); in remove_backref_node() 446 node->lowest = 1; in remove_backref_node() 455 upper->lowest = 1; in remove_backref_node() 722 node->lowest = 1; 1060 if (upper->lowest) { 1062 upper->lowest = 0; 1109 if (upper->lowest) { 1111 upper->lowest = 0; 1230 new_node->lowest = node->lowest; [all …]
|
/linux-4.4.14/arch/arm/mach-sa1100/ |
D | sleep.S | 53 @ delay 90us and set CPU PLL to lowest speed
|
/linux-4.4.14/drivers/cpufreq/ |
D | Kconfig | 70 the frequency statically to the lowest frequency supported by 122 lowest available CPU frequency.
|
/linux-4.4.14/drivers/devfreq/ |
D | Kconfig | 55 the DEVFREQ framework returns the lowest frequency available
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-dma.txt | 69 entire 32 bits. The lowest 18 bits of the third word is the transfer byte
|
/linux-4.4.14/Documentation/block/ |
D | ioprio.txt | 33 BE prio level, 7 is the lowest. The mapping between cpu nice level and io
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | Kconfig | 19 erase counter value and the lowest erase counter value of eraseblocks
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | governors.txt | 50 set the frequency statically to the lowest or highest frequency, 96 lowest frequency within the borders of scaling_min_freq and
|
D | pcc-cpufreq.txt | 129 When the driver loads, it merely prints the lowest and the highest CPU
|
D | cpu-drivers.txt | 182 target_freq. ("L for lowest, but no lower than")
|
/linux-4.4.14/fs/ocfs2/dlm/ |
D | dlmmaster.c | 1266 int lowest = find_next_bit(mle->maybe_map, in dlm_restart_lock_mastery() local 1272 if (node == lowest) { in dlm_restart_lock_mastery() 1276 lowest = find_next_bit(mle->maybe_map, in dlm_restart_lock_mastery() 1278 lowest+1); in dlm_restart_lock_mastery() 1279 if (lowest < O2NM_MAX_NODES) { in dlm_restart_lock_mastery() 1285 lowest); in dlm_restart_lock_mastery()
|
/linux-4.4.14/Documentation/networking/ |
D | dns_resolver.txt | 140 lowest TTL of all the records it has extracted a result from. This means that
|
D | dccp.txt | 67 lowest-priority packet first. The default value for this parameter is
|
D | ppp_generic.txt | 289 lowest unused unit number. Being the owner of the interface means
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | GPIO.txt | 119 which would turn GPA(0) into the lowest Address line A0, and set
|
/linux-4.4.14/Documentation/ |
D | preempt-locking.txt | 46 upon preemption, the FPU registers will be sold to the lowest bidder. Thus,
|
D | DMA-ISA-LPC.txt | 36 The DMA-able address space is the lowest 16 MB of _physical_ memory.
|
D | rbtree.txt | 261 for lowest match (lowest start address among all possible matches)
|
D | edac.txt | 559 At the lowest directory level is the 'block' directory. There can be 0, 1 672 1 for the lowest
|
D | IPMI.txt | 292 When you send a command (which is defined by the lowest-order bit of
|
D | kernel-parameters.txt | 3690 <degrees C>: override all lowest active trip points
|
/linux-4.4.14/Documentation/laptops/ |
D | sony-laptop.txt | 62 sets the lowest screen brightness for the next and later reboots,
|
/linux-4.4.14/Documentation/isdn/ |
D | INTERFACE.CAPI | 341 If the lowest bit of showcapimsgs is set, kernelcapi logs controller and 353 If the lowest bit of traceflag is set, only the command/subcommand and message
|
/linux-4.4.14/Documentation/crypto/ |
D | api-intro.txt | 18 At the lowest level are algorithms, which register dynamically with the
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-driver-ib_srp | 68 value for this parameter is 62. The lowest supported value
|
/linux-4.4.14/Documentation/filesystems/ |
D | qnx6.txt | 60 Data leaves are always on the lowest level. So no data is stored on upper
|
D | romfs.txt | 106 Since the file headers begin always at a 16 byte boundary, the lowest
|
D | logfs.txt | 195 10,000 runs the lowest directory fill before a bucket overflow was
|
D | proc.txt | 904 PageTables: amount of memory dedicated to the lowest level of page 1466 task or completely disabling it. The lowest possible value, -1000, is
|
D | coda.txt | 268 At the lowest level the communication between Venus and the FS driver
|
/linux-4.4.14/Documentation/device-mapper/ |
D | cache-policies.txt | 123 exceed the lowest currently in the cache. This means it can take a
|
/linux-4.4.14/drivers/usb/usbip/ |
D | usbip_protocol.txt | 88 byte (MSB) is stored at the lowest address.
|
/linux-4.4.14/Documentation/fb/ |
D | sstfb.txt | 141 patterns at the border of your windows (the pixels lose the lowest
|
D | matroxfb.txt | 220 you should set all bits to zero, except lowest bit. This lowest bit
|
/linux-4.4.14/Documentation/power/ |
D | suspend-and-cpuhotplug.txt | 220 off during a CPU offline. They are just put to the lowest C-states possible.
|
D | opp.txt | 174 Example 1: To find the lowest opp for a device:
|
D | pci.txt | 185 determines the highest power (lowest number) state the device can be put 189 lowest power (highest number) state it can be put into is also determined by the 375 The low-power state to put the device into is the lowest-power (highest number) 477 The low-power state to put the device into is the lowest-power (highest number)
|
/linux-4.4.14/Documentation/timers/ |
D | timekeeping.txt | 40 the counter register is read in two phases on the bus lowest 16 bits first
|
/linux-4.4.14/arch/mn10300/ |
D | Kconfig | 394 comment "[!] NOTE: A lower number/level indicates a higher priority (0 is highest, 6 is lowest)"
|
/linux-4.4.14/Documentation/locking/ |
D | ww-mutex-design.txt | 30 associated with a execbuf, the one with the lowest reservation ticket (i.e.
|
D | rt-mutex-design.txt | 35 priority process, C is the lowest, and B is in between. A tries to grab a lock
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_bmap.c | 1482 xfs_fileoff_t lowest; /* lowest useful block */ in xfs_bmap_first_unused() local 1498 lowest = *first_unused; in xfs_bmap_first_unused() 1500 for (idx = 0, lastaddr = 0, max = lowest; idx < nextents; idx++) { in xfs_bmap_first_unused() 1506 if (off >= lowest + len && off - max >= len) { in xfs_bmap_first_unused() 1511 max = XFS_FILEOFF_MAX(lastaddr, lowest); in xfs_bmap_first_unused()
|
/linux-4.4.14/Documentation/target/ |
D | tcmu-design.txt | 142 the opcode in the lowest unused bits. It also contains cmd_id and
|
/linux-4.4.14/tools/perf/ |
D | design.txt | 290 __u32 compat_version; /* lowest version this is compat with */
|
/linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
D | thermal.txt | 217 * cooling state is 3, which means only the lowest OPPs (198MHz@0.85V)
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | niu.c | 8611 static int count_10g_ports(struct phy_probe_info *p, int *lowest) in count_10g_ports() argument 8616 *lowest = 32; in count_10g_ports() 8620 *lowest = port; in count_10g_ports() 8628 static int count_1g_ports(struct phy_probe_info *p, int *lowest) in count_1g_ports() argument 8630 *lowest = 32; in count_1g_ports() 8632 *lowest = p->phy_port[PHY_TYPE_MII][0]; in count_1g_ports()
|
/linux-4.4.14/arch/x86/math-emu/ |
D | README | 155 write a few bytes below the lowest address of the stack. The emulator
|
/linux-4.4.14/Documentation/vm/ |
D | hugetlbpage.txt | 208 lowest numeric id will be used. Local policy will select the node where
|
D | numa_memory_policy.txt | 207 per task. This counter wraps around to the lowest specified node
|
/linux-4.4.14/drivers/nvme/host/ |
D | pci.c | 1402 static void nvme_free_queues(struct nvme_dev *dev, int lowest) in nvme_free_queues() argument 1406 for (i = dev->queue_count - 1; i >= lowest; i--) { in nvme_free_queues()
|
/linux-4.4.14/Documentation/PCI/ |
D | MSI-HOWTO.txt | 107 updates dev->irq to be the lowest of the new interrupts assigned to it.
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | mmu.txt | 113 one paging structure entry. These are always the lowest level of the
|
/linux-4.4.14/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 410 highest numbered category followed by the 2 octet index of the lowest
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 859 /* The lowest address byte must be loaded last. */ 1228 * The lowest address byte must be loaded
|
/linux-4.4.14/Documentation/video4linux/ |
D | v4l2-framework.txt | 1125 V4L2_EVENT_PRIVATE_START + n * 1000 where n is the lowest available number.
|
/linux-4.4.14/init/ |
D | Kconfig | 676 a priority higher than the lowest-priority thread that is
|