Home
last modified time | relevance | path

Searched refs:largest (Results 1 – 56 of 56) sorted by relevance

/linux-4.1.27/drivers/scsi/
Dscsicam.c128 struct partition *p = (struct partition *)buf, *largest = NULL; in scsi_partsize() local
145 largest = p; in scsi_partsize()
149 if (largest) { in scsi_partsize()
150 end_cyl = largest->end_cyl + ((largest->end_sector & 0xc0) << 2); in scsi_partsize()
151 end_head = largest->end_head; in scsi_partsize()
152 end_sector = largest->end_sector & 0x3f; in scsi_partsize()
166 logical_end = get_unaligned_le32(&largest->start_sect) in scsi_partsize()
167 + get_unaligned_le32(&largest->nr_sects); in scsi_partsize()
/linux-4.1.27/kernel/sched/
Dcpudeadline.c51 int l, r, largest; in cpudl_heapify() local
57 largest = idx; in cpudl_heapify()
61 largest = l; in cpudl_heapify()
62 if ((r < cp->size) && dl_time_before(cp->elements[largest].dl, in cpudl_heapify()
64 largest = r; in cpudl_heapify()
65 if (largest == idx) in cpudl_heapify()
69 cpudl_exchange(cp, largest, idx); in cpudl_heapify()
70 idx = largest; in cpudl_heapify()
/linux-4.1.27/tools/testing/selftests/vm/
Dthuge-gen.c195 unsigned long largest = getpagesize(); in sanity_checks() local
198 if (page_sizes[i] > largest) in sanity_checks()
199 largest = page_sizes[i]; in sanity_checks()
209 if (read_sysfs(0, "/proc/sys/kernel/shmmax") < NUM_PAGES * largest) { in sanity_checks()
210 printf("Please do echo %lu > /proc/sys/kernel/shmmax", largest * NUM_PAGES); in sanity_checks()
215 if (largest != 1U<<30) { in sanity_checks()
/linux-4.1.27/arch/m68k/fpsp040/
Dx_ovfl.S23 | RM For pos overflow, the largest pos number. For neg overflow,
25 | RP For pos overflow, +infinity. For neg overflow, the largest
Dscosh.S44 | the appropriate sign. Huge is the largest finite number in
Dssinh.S45 | the appropriate sign. Huge is the largest finite number in
Dres_func.S1503 | at this point, the answer is between the largest pos and neg values
1560 movew #0x7fff,L_SCR1(%a6) |answer is largest positive int
1594 | at this point, the answer is between the largest pos and neg values
/linux-4.1.27/arch/metag/mm/
DKconfig58 pages. This option selects the largest power of two that the kernel
64 a value of 11 means that the largest free memory block is 2^10 pages.
/linux-4.1.27/arch/c6x/
DKconfig93 pages. This option selects the largest power of two that the kernel
99 a value of 11 means that the largest free memory block is 2^10 pages.
/linux-4.1.27/Documentation/devicetree/bindings/regulator/
Dregulator.txt6 - regulator-max-microvolt: largest voltage consumers may set
9 - regulator-max-microamp: largest current consumers may set
/linux-4.1.27/Documentation/hwmon/
Dlm9386 list will cause the driver to use the next largest interval. The available
140 will cause the driver to use the next largest value. Also note: when manual
149 not available will cause the driver to use the next largest value. Also note
158 combination of eight control sources. The final PWM is the largest of all
226 to use the next largest value.
238 which is not available will cause the driver to use the next largest value.
Dadm102684 largest difference between current and tmin of the temperature sensors sets
/linux-4.1.27/Documentation/ABI/stable/
Dfirewire-cdev74 buffer which is large enough to receive the largest event that
83 size, i.e. number of packets times size of largest packet,
/linux-4.1.27/arch/nios2/
DKconfig66 pages. This option selects the largest power of two that the kernel
72 a value of 11 means that the largest free memory block is 2^10 pages.
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_connector.c599 struct drm_display_mode *mode, *largest = NULL; in nouveau_connector_native_mode() local
630 largest = mode; in nouveau_connector_native_mode()
635 return largest ? drm_mode_duplicate(dev, largest) : NULL; in nouveau_connector_native_mode()
/linux-4.1.27/arch/sh/mm/
DKconfig36 pages. This option selects the largest power of two that the kernel
42 a value of 11 means that the largest free memory block is 2^10 pages.
/linux-4.1.27/Documentation/i2c/
Di2c-stub28 return the number of bytes selected with the largest write so far.
/linux-4.1.27/Documentation/vm/
Dovercommit-accounting40 largest size you think you will need. For typical stack usage this does
/linux-4.1.27/Documentation/filesystems/
Dbefs.txt20 The largest part of the code written by Will Dyson <will_dyson@pobox.com>
Ddirectory-locking80 the process holding the "largest" such lock can always make progress, and
Dtmpfs.txt95 largest node numbers in the range. For example, mpol=bind:0-3,5,7,9-15
Dxfs-self-describing-metadata.txt7 The largest scalability problem facing XFS is not one of algorithmic
Dproc.txt923 VmallocChunk: largest contiguous block of vmalloc area which is free
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-dma.txt19 important, because that is the largest block that the kernel can normally
/linux-4.1.27/Documentation/
DIRQ-domain.txt82 as large as the largest possible hwirq number.
94 since it doesn't need to allocate a table as large as the largest
Dprintk-formats.txt18 format specifier of its largest possible type and explicitly cast to it.
Dcachetlb.txt241 addressed D-cache (or if the size is variable, the largest possible
Dkmemcheck.txt293 286 /* _sigchld is currently the largest know union member */
Dkernel-parameters.txt2150 used for mtrr cleanup. It is largest continuous chunk
2755 pcie_bus_safe Set every device's MPS to the largest value
2757 pcie_bus_perf Set device MPS to the largest allowable MPS
2759 Read Request Size) to the largest supported
/linux-4.1.27/drivers/mtd/nand/
Datmel_nand.c614 int largest; in pmecc_get_sigma() local
682 largest = -1; in pmecc_get_sigma()
685 if ((dmu[j]) && (delta[j] > largest)) { in pmecc_get_sigma()
686 largest = delta[j]; in pmecc_get_sigma()
/linux-4.1.27/kernel/time/
DKconfig166 This Kconfig parameter defines the number of CPUs in the largest
/linux-4.1.27/Documentation/locking/
Dmutex-design.txt149 for the largest lock in the kernel. Larger structure sizes mean more
/linux-4.1.27/Documentation/development-process/
D1.Intro60 contributors to each release, is one of the largest and most active free
63 runs on pocket-sized digital music players, desktop PCs, the largest
D2.Process193 One of the largest mistakes made by kernel developers (or their employers)
/linux-4.1.27/Documentation/input/
Dmulti-touch-protocol.txt80 by noting that the largest supported BTN_TOOL_*TAP event is larger than the
228 surface units. If the surface has an X times Y resolution, the largest
Dinput.txt102 usbhid is the largest and most complex driver of the whole suite. It
Datarikbd.txt99 codes above those normally assigned for the largest envisioned keyboard (i.e.
152 joysticks produce pseudo key scan codes above those used by the largest key
/linux-4.1.27/mm/
Dmempolicy.c2566 unsigned long largest = 0; in numa_policy_init() local
2596 if (largest < total_pages) { in numa_policy_init()
2597 largest = total_pages; in numa_policy_init()
/linux-4.1.27/arch/x86/kernel/
Dhead_32.S355 movl %eax,pa(X86_CPUID) # save largest std CPUID function
/linux-4.1.27/Documentation/x86/x86_64/
Dboot-options.txt261 space of 32MB; the largest, 8MB table, can cover an IO space of
/linux-4.1.27/arch/powerpc/
DKconfig600 pages. This option selects the largest power of two that the kernel
606 a value of 11 means that the largest free memory block is 2^10 pages.
/linux-4.1.27/Documentation/device-mapper/
Dthin-provisioning.txt82 The largest size supported is 16GB: If the device is larger,
/linux-4.1.27/drivers/atm/
DKconfig80 resulting throughput is lower than when using only the largest
/linux-4.1.27/Documentation/kbuild/
Dkconfig-language.txt103 times, the limit is set to the largest selection.
/linux-4.1.27/Documentation/devicetree/bindings/thermal/
Dthermal.txt67 - cooling-max-state: An integer indicating the largest
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dilsp.S207 # 0x80000000 is the largest number representable as a 32-bit negative
Dfplsp.S7605 # the appropriate sign. Huge is the largest finite number #
7720 # the appropriate sign. Huge is the largest finite number in #
/linux-4.1.27/arch/arm64/
DKconfig522 # These have to remain sorted largest to smallest
/linux-4.1.27/arch/mips/
DKconfig2048 pages. This option selects the largest power of two that the kernel
2054 a value of 11 means that the largest free memory block is 2^10 pages.
/linux-4.1.27/arch/arm/
DKconfig1696 pages. This option selects the largest power of two that the kernel
1702 a value of 11 means that the largest free memory block is 2^10 pages.
/linux-4.1.27/Documentation/networking/
Dbonding.txt188 The active aggregator is chosen by largest aggregate
199 The active aggregator is chosen by largest aggregate
212 The active aggregator is chosen by the largest number of
Dip-sysctl.txt1729 is the largest time interval that can elapse between retransmissions.
/linux-4.1.27/Documentation/trace/
Dftrace.txt304 This displays the stack back trace of the largest stack
516 records the largest time for which irqs and/or preemption
/linux-4.1.27/Documentation/cgroups/
Dcpusets.txt573 domain, the largest value among those is used. Be careful, if one
/linux-4.1.27/Documentation/block/
Dbiodoc.txt685 of physical data segments in a request (i.e. the largest sized scatter list
/linux-4.1.27/arch/x86/
DKconfig1573 The largest mtrr entry size for a continuous block can be set with