| /OK3568_Linux_fs/kernel/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 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()
|
| /OK3568_Linux_fs/external/security/librkcrypto/perf_reports/ |
| H A D | ReadMe_EN.md | 3 ### Set the CPU to work at the highest frequency 8 - Set highest frequency : `echo 408000 > /sys/devices/system/cpu/cpufreq/policy0/scalin… 11 ### Set the CPU to work at the highest frequency(Some platforms cannot be set). 16 - Set highest frequency : `echo 528000000 > /sys/class/devfreq/dmc/userspace/set_freq`
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | scs.c | 117 static unsigned long highest; in scs_check_usage() local 119 unsigned long *p, prev, curr = highest, used = 0; in scs_check_usage() 131 prev = cmpxchg_relaxed(&highest, curr, used); in scs_check_usage()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/ |
| H A D | bounds.hpp | 27 static N highest () { return limits::max BOOST_PREVENT_MACRO_SUBSTITUTION (); } in highest() function in boost::numeric::boundsdetail::Integral 39 static N highest () { return limits::max BOOST_PREVENT_MACRO_SUBSTITUTION (); } in highest() function in boost::numeric::boundsdetail::Float
|
| H A D | converter.hpp | 166 return s > static_cast<S>(bounds<T>::highest()) in apply() 182 return s >= static_cast<S>(bounds<T>::highest()) + static_cast<S>(1.0) in apply() 198 return s >= static_cast<S>(bounds<T>::highest()) + static_cast<S>(0.5) in apply()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric/ |
| H A D | ifmetric.8_typo.patch | 11 …arameter. The second parameter should be the new metric. If ommited the metric 0 (highest) is used. 12 …arameter. The second parameter should be the new metric. If omitted the metric 0 (highest) is used.
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/tools/power/x86/x86_energy_perf_policy/ |
| H A D | x86_energy_perf_policy.c | 37 unsigned char highest; member 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() 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() 960 cpu, req->hwp_min, cap->highest); in check_hwp_request_v_hwp_capabilities() 980 if (req->hwp_desired > cap->highest) in check_hwp_request_v_hwp_capabilities() 982 cpu, req->hwp_desired, cap->highest); in check_hwp_request_v_hwp_capabilities()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/linear/ |
| H A D | redistribute_elements.hpp | 187 …coordinate_type highest = geometry::get<DimensionIndex>(rtree::element_indexable(elements[0], tran… in apply() local 200 if ( highest < coord ) in apply() 202 highest = coord; in apply() 207 separation = highest - lowest; in apply()
|
| /OK3568_Linux_fs/kernel/fs/xfs/scrub/ |
| H A D | dabtree.c | 133 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 D | dabtree.h | 26 xfs_dablk_t highest; member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/libnfnetlink/libnfnetlink/ |
| H A D | 0005-include-Sync-with-kernel-headers.patch | 95 - u_int16_t nfa_type; /* we use 15 bits for the type, and the highest 98 + __u16 nfa_type; /* we use 15 bits for the type, and the highest
|
| /OK3568_Linux_fs/buildroot/package/libnfnetlink/ |
| H A D | 0002-include-Sync-with-kernel-headers.patch | 99 - u_int16_t nfa_type; /* we use 15 bits for the type, and the highest 102 + __u16 nfa_type; /* we use 15 bits for the type, and the highest
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | ad714x.c | 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 - 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()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | compaction.c | 1334 unsigned long low_pfn, min_pfn, highest = 0; in fast_isolate_freepages() local 1393 if (pfn >= highest) in fast_isolate_freepages() 1394 highest = max(pageblock_start_pfn(pfn), in fast_isolate_freepages() 1459 if (highest) { in fast_isolate_freepages() 1460 page = pfn_to_page(highest); in fast_isolate_freepages() 1461 cc->free_pfn = highest; in fast_isolate_freepages() 1474 if (highest && highest >= cc->zone->compact_cached_free_pfn) { in fast_isolate_freepages() 1475 highest -= pageblock_nr_pages; in fast_isolate_freepages() 1476 cc->zone->compact_cached_free_pfn = highest; in fast_isolate_freepages()
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | mp2975.rst | 53 - for current out input, maximum alarm and highest values; 101 - for power out: highest and input.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/ |
| H A D | drm_mm_selftests.h | 25 selftest(highest, igt_highest)
|
| /OK3568_Linux_fs/buildroot/package/p7zip/ |
| H A D | Config.in | 11 7-Zip is a file archiver with highest compression ratio.
|
| /OK3568_Linux_fs/kernel/block/partitions/ |
| H A D | core.c | 710 int ret = -EAGAIN, p, highest; in blk_add_partitions() local 762 for (p = 1, highest = 0; p < state->limit; p++) in blk_add_partitions() 764 highest = p; in blk_add_partitions() 765 disk_expand_part_tbl(disk, highest); in blk_add_partitions()
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/nomadik/ |
| H A D | pinctrl-abx500.c | 942 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()
|
| /OK3568_Linux_fs/buildroot/package/caps/ |
| H A D | Config.in | 11 The plugins aim to satisfy the highest demands in sound
|