Home
last modified time | relevance | path

Searched refs:highest (Results 1 – 25 of 136) sorted by relevance

123456

/Linux-v5.15/arch/mips/sgi-ip27/
Dip27-smp.c29 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
78 highest = node_scan_cpus(nasid, highest); in cpu_node_probe()
81 printk("Discovered %d cpus on %d nodes\n", highest + 1, num_online_nodes()); in cpu_node_probe()
/Linux-v5.15/drivers/gpu/drm/sun4i/
Dsun4i_rgb.c70 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-v5.15/kernel/
Dscs.c116 static unsigned long highest; in scs_check_usage() local
118 unsigned long *p, prev, curr = highest, used = 0; in scs_check_usage()
130 prev = cmpxchg_relaxed(&highest, curr, used); in scs_check_usage()
/Linux-v5.15/Documentation/virt/kvm/devices/
Dxics.rst20 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-v5.15/Documentation/fb/
Defifb.rst61 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-v5.15/drivers/sh/clk/
Dcore.c94 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-v5.15/Documentation/devicetree/bindings/leds/
Dleds-spi-byte.txt6 highest)
9 The value for lowest and highest brightness is dependent on the device and
/Linux-v5.15/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c37 unsigned char highest; member
775 cap->lowest, cap->efficient, cap->guaranteed, cap->highest); in print_hwp_cap()
783 cap->highest = msr_perf_2_ratio(HWP_HIGHEST_PERF(msr)); in read_hwp_cap()
1038 if (req->hwp_max > cap->highest) in check_hwp_request_v_hwp_capabilities()
1040 cpu, req->hwp_max, cap->highest); in check_hwp_request_v_hwp_capabilities()
1047 if (req->hwp_min > cap->highest) in check_hwp_request_v_hwp_capabilities()
1049 cpu, req->hwp_min, cap->highest); in check_hwp_request_v_hwp_capabilities()
1069 if (req->hwp_desired > cap->highest) in check_hwp_request_v_hwp_capabilities()
1071 cpu, req->hwp_desired, cap->highest); in check_hwp_request_v_hwp_capabilities()
/Linux-v5.15/fs/xfs/scrub/
Ddabtree.h26 xfs_dablk_t highest; member
Ddabtree.c133 if (blkno < ds->lowest || (ds->highest != 0 && blkno >= ds->highest)) { in xchk_da_btree_ptr_ok()
499 ds.highest = 0; in xchk_da_btree()
503 ds.highest = ds.dargs.geo->freeblk; in xchk_da_btree()
/Linux-v5.15/Documentation/admin-guide/hw-vuln/
Dcore-scheduling.rst104 During a schedule() event on any sibling of a core, the highest priority task on
107 highest priority task with the same cookie is selected if there is one runnable
121 tasks selected to be scheduled are of the highest priority in a core. However,
123 highest priority ones in the core. Favoring security over fairness, one or more
124 siblings could be forced to select a lower priority task if the highest
125 priority task is not trusted with respect to the core wide highest priority
129 When the highest priority task is selected to run, a reschedule-IPI is sent to
/Linux-v5.15/drivers/gpu/drm/selftests/
Ddrm_mm_selftests.h25 selftest(highest, igt_highest)
/Linux-v5.15/Documentation/hwmon/
Dmp2975.rst53 - for current out input, maximum alarm and highest values;
101 - for power out: highest and input.
Dltc2992.rst32 in_reset_history Reset all highest/lowest values.
/Linux-v5.15/tools/testing/selftests/powerpc/include/
Dbasic_asm.h9 lis reg, (expr)@highest; \
/Linux-v5.15/drivers/input/misc/
Dad714x.c454 int first_before, highest, first_after; in ad714x_wheel_cal_abs_pos() local
458 highest = sw->highest_stage; in ad714x_wheel_cal_abs_pos()
461 a_param = ad714x->sensor_val[highest] * in ad714x_wheel_cal_abs_pos()
462 (highest - hw->start_stage) + in ad714x_wheel_cal_abs_pos()
464 (highest - hw->start_stage - 1) + in ad714x_wheel_cal_abs_pos()
466 (highest - hw->start_stage + 1); in ad714x_wheel_cal_abs_pos()
467 b_param = ad714x->sensor_val[highest] + in ad714x_wheel_cal_abs_pos()
/Linux-v5.15/mm/
Dcompaction.c1377 unsigned long low_pfn, min_pfn, highest = 0; in fast_isolate_freepages() local
1436 if (pfn >= highest) in fast_isolate_freepages()
1437 highest = max(pageblock_start_pfn(pfn), in fast_isolate_freepages()
1502 if (highest) { in fast_isolate_freepages()
1503 page = pfn_to_page(highest); in fast_isolate_freepages()
1504 cc->free_pfn = highest; in fast_isolate_freepages()
1517 if (highest && highest >= cc->zone->compact_cached_free_pfn) { in fast_isolate_freepages()
1518 highest -= pageblock_nr_pages; in fast_isolate_freepages()
1519 cc->zone->compact_cached_free_pfn = highest; in fast_isolate_freepages()
/Linux-v5.15/arch/powerpc/platforms/powernv/
Dsubcore-asm.S56 li r5, (HID0_POWER8_4LPARMODE | HID0_POWER8_2LPARMODE)@highest
/Linux-v5.15/drivers/pinctrl/nomadik/
Dpinctrl-abx500.c942 unsigned int highest = 0; in abx500_get_gpio_num() local
964 highest = gend; in abx500_get_gpio_num()
968 if (gend > highest) in abx500_get_gpio_num()
969 highest = gend; in abx500_get_gpio_num()
973 npins = highest - lowest + 1; in abx500_get_gpio_num()
/Linux-v5.15/Documentation/devicetree/bindings/mips/cavium/
Dcib.txt13 - cavium,max-bits: The index (zero based) of the highest numbered bit
/Linux-v5.15/Documentation/scheduler/
Dschedutil.txt74 r_cpu is determined as the ratio of highest performance level of the current
75 CPU vs the highest performance level of any other CPU in the system.
98 highest. A further default enabled option UTIL_EST_FASTUP modifies the IIR
/Linux-v5.15/Documentation/locking/
Drt-mutex-design.rst35 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-v5.15/Documentation/devicetree/bindings/interrupt-controller/
Datmel,aic.txt21 (highest).
/Linux-v5.15/Documentation/devicetree/bindings/arm/
Dsp810.txt33 property with the highest frequency
/Linux-v5.15/Documentation/block/
Dioprio.rst33 to the cpu nice levels just more coarsely implemented. 0 is the highest
54 will run ls at the best-effort scheduling class at the highest priority.

123456