| /linux/arch/mips/sgi-ip27/ |
| H A D | ip27-smp.c | 29 static int node_scan_cpus(nasid_t nasid, int highest) in node_scan_cpus() argument 45 if (cpuid > highest) in node_scan_cpus() 46 highest = cpuid; in node_scan_cpus() 64 return highest; in node_scan_cpus() 69 int i, highest = 0; in cpu_node_probe() local 80 highest = node_scan_cpus(nasid, highest); in cpu_node_probe() 83 printk("Discovered %d cpus on %d nodes\n", highest + 1, num_online_nodes()); in cpu_node_probe()
|
| /linux/drivers/gpu/drm/sun4i/ |
| H A D | sun4i_rgb.c | 70 unsigned long long lowest, highest; in sun4i_rgb_mode_valid() local 130 highest = rate * (1000 + SUN4I_RGB_DOTCLOCK_TOLERANCE_PER_MILLE); in sun4i_rgb_mode_valid() 131 do_div(highest, 1000); in sun4i_rgb_mode_valid() 132 if (rounded_rate > highest) in sun4i_rgb_mode_valid()
|
| /linux/Documentation/virt/kvm/devices/ |
| H A D | xics.rst | 20 interrupt server numbers (ie, highest possible vcpu id plus one). 48 Zero is the highest priority, 255 means no interrupt is pending. 51 Zero is the highest priority, 255 means no IPI is pending. 57 Zero is the highest priority, meaning no interrupts can be 74 the highest priority and 255 is the lowest. An interrupt with a
|
| /linux/kernel/ |
| H A D | scs.c | 131 static unsigned long highest; in scs_check_usage() local 133 unsigned long *p, prev, curr = highest, used = 0; in scs_check_usage() 145 prev = cmpxchg_relaxed(&highest, curr, used); in scs_check_usage()
|
| /linux/drivers/sh/clk/ |
| H A D | core.c | 94 unsigned long highest, lowest, freq; in clk_rate_round_helper() local 98 highest = 0; in clk_rate_round_helper() 102 if (freq > highest) in clk_rate_round_helper() 103 highest = freq; in clk_rate_round_helper() 117 if (rounder->rate >= highest) in clk_rate_round_helper() 118 rate_best_fit = highest; in clk_rate_round_helper()
|
| /linux/Documentation/fb/ |
| H A D | efifb.rst | 61 The EFI stub will choose the mode with the highest resolution (product 63 with the highest resolution, it will choose one with the highest color
|
| /linux/Documentation/devicetree/bindings/leds/ |
| H A D | leds-spi-byte.txt | 6 highest) 9 The value for lowest and highest brightness is dependent on the device and
|
| /linux/tools/power/x86/x86_energy_perf_policy/ |
| H A D | x86_energy_perf_policy.c | 37 unsigned char highest; member 786 cap->lowest, cap->efficient, cap->guaranteed, cap->highest); in print_hwp_cap() 794 cap->highest = msr_perf_2_ratio(HWP_HIGHEST_PERF(msr)); in read_hwp_cap() 1053 if (req->hwp_max > cap->highest) in check_hwp_request_v_hwp_capabilities() 1055 cpu, req->hwp_max, cap->highest); in check_hwp_request_v_hwp_capabilities() 1062 if (req->hwp_min > cap->highest) in check_hwp_request_v_hwp_capabilities() 1064 cpu, req->hwp_min, cap->highest); in check_hwp_request_v_hwp_capabilities() 1084 if (req->hwp_desired > cap->highest) in check_hwp_request_v_hwp_capabilities() 1086 cpu, req->hwp_desired, cap->highest); in check_hwp_request_v_hwp_capabilities()
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | core-scheduling.rst | 105 During a schedule() event on any sibling of a core, the highest priority task on 108 highest priority task with the same cookie is selected if there is one runnable 122 tasks selected to be scheduled are of the highest priority in a core. However, 124 highest priority ones in the core. Favoring security over fairness, one or more 125 siblings could be forced to select a lower priority task if the highest 126 priority task is not trusted with respect to the core wide highest priority 130 When the highest priority task is selected to run, a reschedule-IPI is sent to
|
| /linux/Documentation/hwmon/ |
| H A D | mp2975.rst | 53 - for current out input, maximum alarm and highest values; 101 - for power out: highest and input.
|
| H A D | ltc2992.rst | 32 in_reset_history Reset all highest/lowest values.
|
| /linux/Documentation/scheduler/ |
| H A D | schedutil.rst | 78 r_cpu is determined as the ratio of highest performance level of the current 79 CPU vs the highest performance level of any other CPU in the system. 102 highest. UTIL_EST filters to instantly increase and only decay on decrease.
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | subcore-asm.S | 56 li r5, (HID0_POWER8_4LPARMODE | HID0_POWER8_2LPARMODE)@highest
|
| /linux/Documentation/locking/ |
| H A D | rt-mutex-design.rst | 35 processes, let's call them processes A, B, and C, where A is the highest 117 - The highest priority process waiting on a specific mutex. 120 - The highest priority process waiting on one of the mutexes 192 If process G has the highest priority in the chain, then all the tasks up 213 The top of the task's PI tree is always the highest priority task that 356 rt_mutex_adjust_prio examines the priority of the task, and the highest 376 always contains the highest priority task that is waiting on a mutex owned 455 2) The current task is the highest priority against all other 460 (highest priority task waiting on the lock) is added to this task's 479 highest priority process currently waiting on this mutex, then we remove the
|
| /linux/mm/ |
| H A D | compaction.c | 1508 unsigned long low_pfn, min_pfn, highest = 0; in fast_isolate_freepages() local 1567 if (pfn >= highest) in fast_isolate_freepages() 1568 highest = max(pageblock_start_pfn(pfn), in fast_isolate_freepages() 1642 if (highest >= min_pfn) { in fast_isolate_freepages() 1643 page = pfn_to_page(highest); in fast_isolate_freepages() 1644 cc->free_pfn = highest; in fast_isolate_freepages() 1660 if (highest && highest >= cc->zone->compact_cached_free_pfn) { in fast_isolate_freepages() 1661 highest -= pageblock_nr_pages; in fast_isolate_freepages() 1662 cc->zone->compact_cached_free_pfn = highest; in fast_isolate_freepages()
|
| /linux/tools/testing/selftests/powerpc/include/ |
| H A D | basic_asm.h | 19 lis reg, (expr)@highest; \
|
| /linux/Documentation/devicetree/bindings/mips/cavium/ |
| H A D | cib.txt | 13 - cavium,max-bits: The index (zero based) of the highest numbered bit
|
| /linux/Documentation/gpu/ |
| H A D | zynqmp.rst | 51 Preemphasis from 0 (lowest) to 2 (highest) for lane X 54 Voltage swing from 0 (lowest) to 3 (highest) for lane X
|
| /linux/Documentation/block/ |
| H A D | ioprio.rst | 32 to the cpu nice levels just more coarsely implemented. 0 is the highest 53 will run ls at the best-effort scheduling class at the highest priority.
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | intel_epb.rst | 26 a value of 0 corresponds to a hint preference for highest performance
|
| /linux/Documentation/devicetree/bindings/cpu/ |
| H A D | cpu-capacity.txt | 39 DMIPS/MHz are obtained. Such values are then normalized w.r.t. the highest 55 mhz values (normalized w.r.t. the highest value found while parsing the DT).
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | log-writes.rst | 68 <#logged entries> <highest allocated sector> 72 highest allocated sector Highest allocated sector
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mq-phanbell.dts | 98 <&A53_0 0 1>; /* Exclude highest OPP */ 104 <&A53_0 0 2>; /* Exclude two highest OPPs */
|
| /linux/Documentation/firmware-guide/acpi/ |
| H A D | non-d0-probe.rst | 18 may be used to tell Linux the highest allowed D state for a device during
|
| /linux/Documentation/security/tpm/ |
| H A D | tpm_tis.rst | 37 - Locality 5 has the highest priority.
|