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

12

/linux-master/arch/mips/sgi-ip27/
H A Dip27-smp.c29 static int node_scan_cpus(nasid_t nasid, int highest) argument
45 if (cpuid > highest)
46 highest = cpuid;
64 return highest;
69 int i, highest = 0; local
78 highest = node_scan_cpus(nasid, highest);
81 printk("Discovered %d cpus on %d nodes\n", highest + 1, num_online_nodes());
/linux-master/fs/xfs/scrub/
H A Ddabtree.h20 * Lowest and highest directory block address in which we expect
26 xfs_dablk_t highest; member in struct:xchk_da_btree
H A Ddabtree.c134 if (blkno < ds->lowest || (ds->highest != 0 && blkno >= ds->highest)) {
503 ds->highest = 0;
507 ds->highest = ds->dargs.geo->freeblk;
/linux-master/kernel/
H A Dscs.c131 static unsigned long highest; local
133 unsigned long *p, prev, curr = highest, used = 0;
145 prev = cmpxchg_relaxed(&highest, curr, used);
148 pr_info("%s (%d): highest shadow stack usage: %lu bytes\n",
/linux-master/arch/powerpc/platforms/powernv/
H A Dsubcore-asm.S56 li r5, (HID0_POWER8_4LPARMODE | HID0_POWER8_2LPARMODE)@highest
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_rgb.c70 unsigned long long lowest, highest; local
130 highest = rate * (1000 + SUN4I_RGB_DOTCLOCK_TOLERANCE_PER_MILLE);
131 do_div(highest, 1000);
132 if (rounded_rate > highest)
/linux-master/tools/testing/selftests/powerpc/include/
H A Dbasic_asm.h19 lis reg, (expr)@highest; \
/linux-master/drivers/sh/clk/
H A Dcore.c94 unsigned long highest, lowest, freq; local
98 highest = 0;
102 if (freq > highest)
103 highest = freq;
117 if (rounder->rate >= highest)
118 rate_best_fit = highest;
/linux-master/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c37 unsigned char highest; member in struct:msr_hwp_cap
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);
783 cap->highest = msr_perf_2_ratio(HWP_HIGHEST_PERF(msr));
1038 if (req->hwp_max > cap->highest)
1039 errx(1, "cpu%d: requested max %d > capabilities highest %d, use --force?",
1040 cpu, req->hwp_max, cap->highest);
1047 if (req->hwp_min > cap->highest)
1048 errx(1, "cpu%d: requested min %d > capabilities highest
[all...]
/linux-master/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; local
458 highest = sw->highest_stage;
461 a_param = ad714x->sensor_val[highest] *
462 (highest - hw->start_stage) +
464 (highest
[all...]
/linux-master/drivers/pinctrl/nomadik/
H A Dpinctrl-abx500.c950 unsigned int highest = 0; local
972 highest = gend;
976 if (gend > highest)
977 highest = gend;
981 npins = highest - lowest + 1;
/linux-master/arch/mips/include/asm/
H A Dstackframe.h123 lui k1, %highest(kernelsp)
172 lui k1, %highest(kernelsp)
/linux-master/mm/
H A Dcompaction.c1565 unsigned long low_pfn, min_pfn, highest = 0; local
1577 * If starting the scan, use a deeper search and use the highest
1624 if (pfn >= highest)
1625 highest = max(pageblock_start_pfn(pfn),
1695 * Use the highest PFN found above min. If one was
1699 if (highest >= min_pfn) {
1700 page = pfn_to_page(highest);
1701 cc->free_pfn = highest;
1717 if (highest && highest >
[all...]
H A Dmm_init.c316 * increasing memory addresses so that the "highest" populated zone is used
959 * Append the pages in this hole to the highest zone in the last
1114 * highest usable zone for ZONE_MOVABLE. This preserves the assumption that
1760 unsigned int highest; local
1762 highest = find_last_bit(node_possible_map.bits, MAX_NUMNODES);
1763 nr_node_ids = highest + 1;
2210 /* Only the highest zone is deferred so find it */
/linux-master/arch/mips/kernel/
H A Dgenex.S200 lui k1, %highest(irq_stack)
311 lui k1, %highest(irq_stack)
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb_handler.S73 lis reg,(expr)@highest; \
/linux-master/drivers/md/dm-vdo/indexer/
H A Dindex.c1079 u64 highest; local
1084 result = uds_find_volume_chapter_boundaries(index->volume, &lowest, &highest,
1098 index->newest_virtual_chapter = highest + 1;
H A Dvolume.c1357 u64 highest = BAD_CHAPTER; local
1366 * middle. Wherever it is, the highest and lowest VCNs are adjacent to it. Otherwise the
1367 * volume is cleanly saved and somewhere in the middle of it the highest VCN immediately
1425 * which is the chapter with the highest vcn.
1427 while (highest == BAD_CHAPTER) {
1432 probe_chapter(volume, right_chapter, &highest);
1441 *highest_vcn = highest;
1446 * Find the highest and lowest contiguous chapters present in the volume and determine their
/linux-master/drivers/hwmon/
H A Dltc4282.c660 long lowest, long highest, u32 fs)
674 tmp = DIV_ROUND_CLOSEST(U16_MAX * highest, fs);
682 long lowest, long highest, u32 fs)
685 return __ltc4282_in_write_history(st, reg, lowest, highest, fs);
659 __ltc4282_in_write_history(const struct ltc4282_state *st, u32 reg, long lowest, long highest, u32 fs) argument
681 ltc4282_in_write_history(struct ltc4282_state *st, u32 reg, long lowest, long highest, u32 fs) argument
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dmain.c1583 __le16 highest; local
1614 highest = cpu_to_le16(780);
1617 highest = cpu_to_le16(390);
1623 vht_cap->vht_mcs.rx_highest = highest;
1624 vht_cap->vht_mcs.tx_highest = highest;
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu12/
H A Drenoir_ppt.c693 static int renoir_force_dpm_limit_value(struct smu_context *smu, bool highest) argument
711 force_freq = highest ? max_freq : min_freq;
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1320 # we determine the highest priority exception(if any) set by the
1347 bfffo %d0{&24:&8},%d0 # find highest priority exception
1548 # determine the highest priority exception(if any) set by the
1616 bfffo %d0{&24:&8},%d0 # find highest priority exception
1865 # we determine the highest priority exception(if any) set by the
1925 bfffo %d0{&24:&8},%d0 # find highest priority exception
2105 # determine the highest priority exception(if any) set by the
2161 bfffo %d0{&24:&8},%d0 # find highest priority exception
2617 # we determine the highest priority exception(if any) set by the
2649 bfffo %d0{&24:&8},%d0 # find highest priorit
[all...]
/linux-master/net/tipc/
H A Dnode.c995 int i, highest = 0, prio; local
1021 if (prio < highest)
1023 if (prio > highest) {
1024 highest = prio;
/linux-master/arch/powerpc/include/asm/
H A Dppc_asm.h378 lis tmp, (expr)@highest; \
/linux-master/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h378 lis tmp, (expr)@highest; \

Completed in 319 milliseconds

12