Home
last modified time | relevance | path

Searched refs:highest (Results 1 - 25 of 54) sorted by relevance

123

/kernel/linux/linux-5.10/arch/mips/sgi-ip27/
H A 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()
/kernel/linux/linux-6.6/arch/mips/sgi-ip27/
H A 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()
/kernel/linux/linux-5.10/kernel/
H A Dscs.c67 static unsigned long highest; in scs_check_usage() local
69 unsigned long *p, prev, curr = highest, used = 0; in scs_check_usage()
81 prev = cmpxchg_relaxed(&highest, curr, used); in scs_check_usage()
84 pr_info("%s (%d): highest shadow stack usage: %lu bytes\n", in scs_check_usage()
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H A 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A 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()
/kernel/linux/linux-6.6/kernel/
H A Dscs.c131 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()
148 pr_info("%s (%d): highest shadow stack usage: %lu bytes\n", in scs_check_usage()
/kernel/linux/linux-5.10/drivers/sh/clk/
H A 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()
/kernel/linux/linux-6.6/drivers/sh/clk/
H A 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()
/kernel/linux/linux-5.10/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c37 unsigned char highest; member
177 * "performance" changes hwp_min to cap.highest
197 * All others leave it at cap.highest
730 cap->lowest, cap->efficient, cap->guaranteed, cap->highest); in print_hwp_cap()
738 cap->highest = msr_perf_2_ratio(HWP_HIGHEST_PERF(msr)); in read_hwp_cap()
949 if (req->hwp_max > cap->highest) in check_hwp_request_v_hwp_capabilities()
950 errx(1, "cpu%d: requested max %d > capabilities highest %d, use --force?", in check_hwp_request_v_hwp_capabilities()
951 cpu, req->hwp_max, cap->highest); in check_hwp_request_v_hwp_capabilities()
958 if (req->hwp_min > cap->highest) in check_hwp_request_v_hwp_capabilities()
959 errx(1, "cpu%d: requested min %d > capabilities highest in check_hwp_request_v_hwp_capabilities()
[all...]
/kernel/linux/linux-6.6/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c37 unsigned char highest; member
180 * "performance" changes hwp_min to cap.highest
200 * All others leave it at cap.highest
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()
1039 errx(1, "cpu%d: requested max %d > capabilities highest %d, use --force?", 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()
1048 errx(1, "cpu%d: requested min %d > capabilities highest in check_hwp_request_v_hwp_capabilities()
[all...]
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A 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()
H A Ddabtree.h20 * Lowest and highest directory block address in which we expect
26 xfs_dablk_t highest; member
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Ddabtree.c134 if (blkno < ds->lowest || (ds->highest != 0 && blkno >= ds->highest)) { in xchk_da_btree_ptr_ok()
503 ds->highest = 0; in xchk_da_btree()
507 ds->highest = ds->dargs.geo->freeblk; in xchk_da_btree()
H A Ddabtree.h20 * Lowest and highest directory block address in which we expect
26 xfs_dablk_t highest; member
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/include/
H A Dbasic_asm.h9 lis reg, (expr)@highest; \
/kernel/linux/linux-5.10/block/partitions/
H A Dcore.c719 int ret = -EAGAIN, p, highest; in blk_add_partitions() local
768 * Detect the highest partition number and preallocate disk->part_tbl. in blk_add_partitions()
771 for (p = 1, highest = 0; p < state->limit; p++) in blk_add_partitions()
773 highest = p; in blk_add_partitions()
774 disk_expand_part_tbl(disk, highest); in blk_add_partitions()
/kernel/linux/linux-5.10/drivers/input/misc/
H A Dad714x.c280 * highest response and the 2 adjacent ones.
281 * When Sensor 0 has the highest response, only sensor 0 and sensor 1
283 * highest response, only the last sensor and the second last sensors
405 * sensor with the highest response and we apply weights to these sensors.
445 * sensor with the highest response and we apply weights to these sensors. The
454 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 in ad714x_wheel_cal_abs_pos()
[all...]
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dad714x.c280 * highest response and the 2 adjacent ones.
281 * When Sensor 0 has the highest response, only sensor 0 and sensor 1
283 * highest response, only the last sensor and the second last sensors
405 * sensor with the highest response and we apply weights to these sensors.
445 * sensor with the highest response and we apply weights to these sensors. The
454 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 in ad714x_wheel_cal_abs_pos()
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/nomadik/
H A 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()
/kernel/linux/linux-6.6/drivers/pinctrl/nomadik/
H A Dpinctrl-abx500.c944 unsigned int highest = 0; in abx500_get_gpio_num() local
966 highest = gend; in abx500_get_gpio_num()
970 if (gend > highest) in abx500_get_gpio_num()
971 highest = gend; in abx500_get_gpio_num()
975 npins = highest - lowest + 1; in abx500_get_gpio_num()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dsubcore-asm.S56 li r5, (HID0_POWER8_4LPARMODE | HID0_POWER8_2LPARMODE)@highest
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dsubcore-asm.S56 li r5, (HID0_POWER8_4LPARMODE | HID0_POWER8_2LPARMODE)@highest
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/include/
H A Dbasic_asm.h19 lis reg, (expr)@highest; \
/kernel/linux/linux-5.10/mm/
H A Dcompaction.c1301 unsigned long low_pfn, min_pfn, highest = 0; in fast_isolate_freepages() local
1313 * If starting the scan, use a deeper search and use the highest in fast_isolate_freepages()
1360 if (pfn >= highest) in fast_isolate_freepages()
1361 highest = max(pageblock_start_pfn(pfn), in fast_isolate_freepages()
1422 * Use the highest PFN found above min. If one was in fast_isolate_freepages()
1426 if (highest) { in fast_isolate_freepages()
1427 page = pfn_to_page(highest); in fast_isolate_freepages()
1428 cc->free_pfn = highest; in fast_isolate_freepages()
1441 if (highest && highest > in fast_isolate_freepages()
[all...]
/kernel/linux/linux-6.6/mm/
H A Dcompaction.c1472 unsigned long low_pfn, min_pfn, highest = 0; in fast_isolate_freepages() local
1484 * If starting the scan, use a deeper search and use the highest in fast_isolate_freepages()
1531 if (pfn >= highest) in fast_isolate_freepages()
1532 highest = max(pageblock_start_pfn(pfn), in fast_isolate_freepages()
1602 * Use the highest PFN found above min. If one was in fast_isolate_freepages()
1606 if (highest >= min_pfn) { in fast_isolate_freepages()
1607 page = pfn_to_page(highest); in fast_isolate_freepages()
1608 cc->free_pfn = highest; in fast_isolate_freepages()
1621 if (highest && highest > in fast_isolate_freepages()
[all...]

Completed in 20 milliseconds

123