Home
last modified time | relevance | path

Searched refs:lowest (Results 1 – 87 of 87) sorted by relevance

/linux-4.1.27/arch/x86/kvm/
Dirq_comm.c60 struct kvm_vcpu *vcpu, *lowest = NULL; in kvm_irq_delivery_to_apic() local
84 if (!lowest) in kvm_irq_delivery_to_apic()
85 lowest = vcpu; in kvm_irq_delivery_to_apic()
86 else if (kvm_apic_compare_prio(vcpu, lowest) < 0) in kvm_irq_delivery_to_apic()
87 lowest = vcpu; in kvm_irq_delivery_to_apic()
91 if (lowest) in kvm_irq_delivery_to_apic()
92 r = kvm_apic_set_irq(lowest, irq, dest_map); in kvm_irq_delivery_to_apic()
/linux-4.1.27/Documentation/ia64/
DIRQ-redir.txt25 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.1.27/arch/x86/platform/uv/
Duv_time.c197 u64 lowest = ULLONG_MAX; in uv_rtc_find_next_timer() local
203 if (exp < lowest) { in uv_rtc_find_next_timer()
205 lowest = exp; in uv_rtc_find_next_timer()
211 if (uv_setup_intr(c, lowest)) in uv_rtc_find_next_timer()
/linux-4.1.27/drivers/sh/clk/
Dcore.c94 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.1.27/Documentation/virtual/kvm/devices/
Dxics.txt37 delivered, and 255 is the lowest priority.
51 the highest priority and 255 is the lowest. An interrupt with a
/linux-4.1.27/Documentation/scsi/
Dlink_power_management_policy.txt16 when possible, but do not enter the lowest power
Dufs.txt83 UIC is the lowest layer of UFS layered architecture. It handles
D53c700.txt49 manufacturers set the clock speed at the lowest possible setting
Dst.txt407 specified by the lowest bits.
438 the lowest 24 bits of the argument. The driver can set the
443 given the number of the sense data byte (the lowest eight
DChangeLog.megaraid_sas178 4. Use lowest memory bar (for SR-IOV VF support).
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/
Datmel,aic.txt18 The third cell is used to specify the irq priority from 0 (lowest) to 7
/linux-4.1.27/arch/sparc/kernel/
Diommu.c172 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.1.27/Documentation/hwmon/
Demc210323 represented, so some rounding is done. With a divider of 1, the lowest
Dsmsc47m148 represented, so some rounding is done. With a divider of 2, the lowest
Dlm8045 represented, so some rounding is done. With a divider of 2, the lowest
Dnct677588 0 (lowest speed) to 255 (full)
144 pwm[1-5]_floor lowest fan pwm (range 0 - 255) if temperature is below
Dlm7845 represented, so some rounding is done. With a divider of 2, the lowest
Dlm8742 represented, so some rounding is done. With a divider of 2, the lowest
Dgl518sm49 of 2, the lowest representable value is around 1900 RPM.
Dvia686a50 represented, so some rounding is done. With a divider of 2, the lowest
Dsis559577 represented, so some rounding is done. With a divider of 2, the lowest
Df71882fg93 Note that the lowest numbered temperature zone trip point corresponds to
Dpc8736084 RPM as the lowest acceptable accuracy.
Dit87169 accuracy. With a divider of 2, the lowest representable value is around
Dw83781d97 be represented, so some rounding is done. With a divider of 2, the lowest
/linux-4.1.27/drivers/pinctrl/nomadik/
Dpinctrl-abx500.c1120 unsigned int lowest = 0; in abx500_get_gpio_num() local
1142 lowest = gstart; in abx500_get_gpio_num()
1145 if (gstart < lowest) in abx500_get_gpio_num()
1146 lowest = gstart; in abx500_get_gpio_num()
1152 npins = highest - lowest + 1; in abx500_get_gpio_num()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-class-scsi_host9 which usually means the lowest number scsi_host corresponds
Dsysfs-driver-hid-lenovo35 Values are decimal integers from 1 (lowest sensitivity) to 255 (highest sensitivity).
Ddev-kmsg14 prefix number is composed of the 3 lowest bits being the syslog
Dsysfs-class-cxl80 Decimal value of the the lowest version of the userspace API
/linux-4.1.27/Documentation/sound/alsa/soc/
Dclocking.txt44 it is best to configure BCLK to the lowest possible speed (depending on your
/linux-4.1.27/fs/btrfs/
Drelocation.c68 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.1.27/arch/arm/mach-sa1100/
Dsleep.S53 @ delay 90us and set CPU PLL to lowest speed
/linux-4.1.27/Documentation/devicetree/bindings/c6x/
Dinterrupt.txt19 4 is highest priority and 15 is lowest priority.
/linux-4.1.27/drivers/cpufreq/
DKconfig70 the frequency statically to the lowest frequency supported by
122 lowest available CPU frequency.
/linux-4.1.27/drivers/devfreq/
DKconfig55 the DEVFREQ framework returns the lowest frequency available
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-dma.txt69 entire 32 bits. The lowest 18 bits of the third word is the transfer byte
/linux-4.1.27/Documentation/block/
Dioprio.txt33 BE prio level, 7 is the lowest. The mapping between cpu nice level and io
/linux-4.1.27/drivers/mtd/ubi/
DKconfig19 erase counter value and the lowest erase counter value of eraseblocks
/linux-4.1.27/Documentation/cpu-freq/
Dgovernors.txt50 set the frequency statically to the lowest or highest frequency,
96 lowest frequency within the borders of scaling_min_freq and
Dpcc-cpufreq.txt129 When the driver loads, it merely prints the lowest and the highest CPU
Dcpu-drivers.txt182 target_freq. ("L for lowest, but no lower than")
/linux-4.1.27/fs/ocfs2/dlm/
Ddlmmaster.c1266 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.1.27/Documentation/networking/
Ddns_resolver.txt140 lowest TTL of all the records it has extracted a result from. This means that
Ddccp.txt67 lowest-priority packet first. The default value for this parameter is
Dppp_generic.txt289 lowest unused unit number. Being the owner of the interface means
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DGPIO.txt119 which would turn GPA(0) into the lowest Address line A0, and set
/linux-4.1.27/Documentation/
DDMA-ISA-LPC.txt36 The DMA-able address space is the lowest 16 MB of _physical_ memory.
Dpreempt-locking.txt46 upon preemption, the FPU registers will be sold to the lowest bidder. Thus,
Drbtree.txt261 for lowest match (lowest start address among all possible matches)
Dedac.txt590 At the lowest directory level is the 'block' directory. There can be 0, 1
702 1 for the lowest
DIPMI.txt292 When you send a command (which is defined by the lowest-order bit of
Dkernel-parameters.txt3570 <degrees C>: override all lowest active trip points
/linux-4.1.27/Documentation/laptops/
Dsony-laptop.txt62 sets the lowest screen brightness for the next and later reboots,
/linux-4.1.27/Documentation/isdn/
DINTERFACE.CAPI341 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.1.27/Documentation/crypto/
Dapi-intro.txt18 At the lowest level are algorithms, which register dynamically with the
/linux-4.1.27/Documentation/filesystems/
Dqnx6.txt60 Data leaves are always on the lowest level. So no data is stored on upper
Dromfs.txt106 Since the file headers begin always at a 16 byte boundary, the lowest
Dlogfs.txt195 10,000 runs the lowest directory fill before a bucket overflow was
Dproc.txt889 PageTables: amount of memory dedicated to the lowest level of page
1451 task or completely disabling it. The lowest possible value, -1000, is
Dcoda.txt268 At the lowest level the communication between Venus and the FS driver
/linux-4.1.27/Documentation/fb/
Dsstfb.txt141 patterns at the border of your windows (the pixels lose the lowest
Dmatroxfb.txt220 you should set all bits to zero, except lowest bit. This lowest bit
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-driver-ib_srp68 value for this parameter is 62. The lowest supported value
/linux-4.1.27/drivers/usb/usbip/
Dusbip_protocol.txt88 byte (MSB) is stored at the lowest address.
/linux-4.1.27/Documentation/power/
Dsuspend-and-cpuhotplug.txt220 off during a CPU offline. They are just put to the lowest C-states possible.
Dopp.txt174 Example 1: To find the lowest opp for a device:
Dpci.txt185 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.1.27/Documentation/timers/
Dtimekeeping.txt40 the counter register is read in two phases on the bus lowest 16 bits first
/linux-4.1.27/arch/mn10300/
DKconfig394 comment "[!] NOTE: A lower number/level indicates a higher priority (0 is highest, 6 is lowest)"
/linux-4.1.27/Documentation/locking/
Dww-mutex-design.txt30 associated with a execbuf, the one with the lowest reservation ticket (i.e.
Drt-mutex-design.txt35 priority process, C is the lowest, and B is in between. A tries to grab a lock
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_bmap.c1483 xfs_fileoff_t lowest; /* lowest useful block */ in xfs_bmap_first_unused() local
1499 lowest = *first_unused; in xfs_bmap_first_unused()
1501 for (idx = 0, lastaddr = 0, max = lowest; idx < nextents; idx++) { in xfs_bmap_first_unused()
1507 if (off >= lowest + len && off - max >= len) { in xfs_bmap_first_unused()
1512 max = XFS_FILEOFF_MAX(lastaddr, lowest); in xfs_bmap_first_unused()
/linux-4.1.27/Documentation/target/
Dtcmu-design.txt142 the opcode in the lowest unused bits. It also contains cmd_id and
/linux-4.1.27/tools/perf/
Ddesign.txt290 __u32 compat_version; /* lowest version this is compat with */
/linux-4.1.27/Documentation/devicetree/bindings/thermal/
Dthermal.txt209 * cooling state is 3, which means only the lowest OPPs (198MHz@0.85V)
/linux-4.1.27/drivers/net/ethernet/sun/
Dniu.c8613 static int count_10g_ports(struct phy_probe_info *p, int *lowest) in count_10g_ports() argument
8618 *lowest = 32; in count_10g_ports()
8622 *lowest = port; in count_10g_ports()
8630 static int count_1g_ports(struct phy_probe_info *p, int *lowest) in count_1g_ports() argument
8632 *lowest = 32; in count_1g_ports()
8634 *lowest = p->phy_port[PHY_TYPE_MII][0]; in count_1g_ports()
/linux-4.1.27/arch/x86/math-emu/
DREADME155 write a few bytes below the lowest address of the stack. The emulator
/linux-4.1.27/Documentation/vm/
Dhugetlbpage.txt208 lowest numeric id will be used. Local policy will select the node where
Dnuma_memory_policy.txt207 per task. This counter wraps around to the lowest specified node
/linux-4.1.27/drivers/block/
Dnvme-core.c1317 static void nvme_free_queues(struct nvme_dev *dev, int lowest) in nvme_free_queues() argument
1321 for (i = dev->queue_count - 1; i >= lowest; i--) { in nvme_free_queues()
/linux-4.1.27/Documentation/PCI/
DMSI-HOWTO.txt107 updates dev->irq to be the lowest of the new interrupts assigned to it.
/linux-4.1.27/Documentation/virtual/kvm/
Dmmu.txt113 one paging structure entry. These are always the lowest level of the
/linux-4.1.27/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt410 highest numbered category followed by the 2 octet index of the lowest
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx.seq859 /* The lowest address byte must be loaded last. */
1228 * The lowest address byte must be loaded
/linux-4.1.27/Documentation/video4linux/
Dv4l2-framework.txt1125 V4L2_EVENT_PRIVATE_START + n * 1000 where n is the lowest available number.
/linux-4.1.27/init/
DKconfig698 a priority higher than the lowest-priority thread that is