Home
last modified time | relevance | path

Searched refs:lowest (Results 1 – 25 of 216) sorted by relevance

123456789

/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dirq_comm.c51 struct kvm_vcpu *vcpu, *lowest = NULL; in kvm_irq_delivery_to_apic() local
80 if (!lowest) in kvm_irq_delivery_to_apic()
81 lowest = vcpu; in kvm_irq_delivery_to_apic()
82 else if (kvm_apic_compare_prio(vcpu, lowest) < 0) in kvm_irq_delivery_to_apic()
83 lowest = vcpu; in kvm_irq_delivery_to_apic()
95 lowest = kvm_get_vcpu(kvm, idx); in kvm_irq_delivery_to_apic()
98 if (lowest) in kvm_irq_delivery_to_apic()
99 r = kvm_apic_set_irq(lowest, irq, dest_map); in kvm_irq_delivery_to_apic()
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-pinephone-1.1.dts17 * 1.0, and the lowest PWM duty cycle that doesn't lead to backlight
18 * being off is around 20%. Duty cycle for the lowest brightness level
19 * also varries quite a bit between individual boards, so the lowest
H A Dsun50i-a64-pinephone-1.2.dts17 * and the lowest PWM duty cycle that doesn't lead to backlight being off
18 * is around 10%. Duty cycle for the lowest brightness level also varries
19 * quite a bit between individual boards, so the lowest value here was
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun4i_rgb.c70 unsigned long long lowest, highest; in sun4i_rgb_mode_valid() local
125 lowest = rate * (1000 - SUN4I_RGB_DOTCLOCK_TOLERANCE_PER_MILLE); in sun4i_rgb_mode_valid()
126 do_div(lowest, 1000); in sun4i_rgb_mode_valid()
127 if (rounded_rate < lowest) in sun4i_rgb_mode_valid()
/OK3568_Linux_fs/kernel/Documentation/ia64/
H A Dirq-redir.rst29 Set the default route for IRQ number 41 to CPU 6 in lowest priority
40 (i.e. lowest priority mode routing is used), otherwise its route is
50 and the routing is the so called "lowest priority mode" (actually
59 The IRQ is routed to the CPU with lowest XTP register value, the
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/
H A Dbounds.hpp26 static N lowest () { return limits::min BOOST_PREVENT_MACRO_SUBSTITUTION (); } in lowest() function in boost::numeric::boundsdetail::Integral
38 … static N lowest () { return static_cast<N>(-limits::max BOOST_PREVENT_MACRO_SUBSTITUTION ()) ; } in lowest() function in boost::numeric::boundsdetail::Float
H A Dconverter.hpp105 return s < static_cast<S>(bounds<T>::lowest()) ? cNegOverflow : cInRange ; in apply()
134 return s <= static_cast<S>(bounds<T>::lowest()) - static_cast<S>(1.0) in apply()
150 return s < static_cast<S>(bounds<T>::lowest()) - static_cast<S>(0.5) in apply()
/OK3568_Linux_fs/kernel/drivers/sh/clk/
H A Dcore.c94 unsigned long highest, lowest, freq; in clk_rate_round_helper() local
99 lowest = ~0UL; in clk_rate_round_helper()
104 if (freq < lowest) in clk_rate_round_helper()
105 lowest = freq; in clk_rate_round_helper()
119 if (rounder->rate <= lowest) in clk_rate_round_helper()
120 rate_best_fit = lowest; in clk_rate_round_helper()
/OK3568_Linux_fs/kernel/arch/x86/platform/uv/
H A Duv_time.c173 u64 lowest = ULLONG_MAX; in uv_rtc_find_next_timer() local
179 if (exp < lowest) { in uv_rtc_find_next_timer()
181 lowest = exp; in uv_rtc_find_next_timer()
187 if (uv_setup_intr(c, lowest)) in uv_rtc_find_next_timer()
/OK3568_Linux_fs/kernel/drivers/hwtracing/intel_th/
H A Dcore.c107 int i, lowest; in intel_th_remove() local
119 for (i = 0, lowest = -1; i < th->num_thdevs; i++) { in intel_th_remove()
126 if (lowest >= 0) { in intel_th_remove()
127 th->thdev[lowest] = th->thdev[i]; in intel_th_remove()
129 ++lowest; in intel_th_remove()
135 if (lowest == -1) in intel_th_remove()
136 lowest = i; in intel_th_remove()
142 if (lowest >= 0) in intel_th_remove()
143 th->num_thdevs = lowest; in intel_th_remove()
/OK3568_Linux_fs/kernel/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c40 unsigned char lowest; member
730 cap->lowest, cap->efficient, cap->guaranteed, cap->highest); in print_hwp_cap()
741 cap->lowest = msr_perf_2_ratio(HWP_LOWEST_PERF(msr)); in read_hwp_cap()
952 if (req->hwp_max < cap->lowest) in check_hwp_request_v_hwp_capabilities()
954 cpu, req->hwp_max, cap->lowest); in check_hwp_request_v_hwp_capabilities()
961 if (req->hwp_min < cap->lowest) in check_hwp_request_v_hwp_capabilities()
963 cpu, req->hwp_min, cap->lowest); in check_hwp_request_v_hwp_capabilities()
977 if (req->hwp_desired < cap->lowest) in check_hwp_request_v_hwp_capabilities()
979 cpu, req->hwp_desired, cap->lowest); in check_hwp_request_v_hwp_capabilities()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/
H A Dleds-spi-byte.txt5 - the value of the byte gives the brightness between two values (lowest to
9 The value for lowest and highest brightness is dependent on the device and
H A Dleds-is31fl319x.txt35 Note: a driver will take the lowest of all led limits since the
36 chip has a single global setting. The lowest value will be chosen
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dlimits27 static constexpr T lowest() noexcept;
152 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return type();}
216 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return min();}
269 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return min();}
315 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return -max();}
361 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return -max();}
407 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return -max();}
453 …_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return __base::lowest(…
546 …_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return __base::lowest(…
639 …_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return __base::lowest(…
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dlimits27 static constexpr T lowest() noexcept;
152 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return type();}
216 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return min();}
269 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return min();}
315 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return -max();}
361 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return -max();}
407 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return -max();}
453 …_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return __base::lowest(…
546 …_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return __base::lowest(…
639 …_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return __base::lowest(…
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dlimits327 lowest() noexcept { return _Tp(); }
396 lowest() noexcept { return min(); }
465 lowest() noexcept { return min(); }
532 lowest() noexcept { return min(); }
602 lowest() noexcept { return min(); }
675 lowest() noexcept { return min(); }
743 lowest() _GLIBCXX_USE_NOEXCEPT { return min(); }
808 lowest() noexcept { return min(); }
869 lowest() noexcept { return min(); }
932 lowest() noexcept { return min(); }
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dlimits327 lowest() noexcept { return _Tp(); }
396 lowest() noexcept { return min(); }
465 lowest() noexcept { return min(); }
532 lowest() noexcept { return min(); }
602 lowest() noexcept { return min(); }
675 lowest() noexcept { return min(); }
743 lowest() _GLIBCXX_USE_NOEXCEPT { return min(); }
808 lowest() noexcept { return min(); }
869 lowest() noexcept { return min(); }
932 lowest() noexcept { return min(); }
[all …]
/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 Dredistribute_elements.hpp186 …coordinate_type lowest = geometry::get<DimensionIndex>(rtree::element_indexable(elements[0], trans… in apply() local
194 if ( coord < lowest ) in apply()
196 lowest = coord; in apply()
207 separation = highest - lowest; in apply()
/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A Ddabtree.c133 if (blkno < ds->lowest || (ds->highest != 0 && blkno >= ds->highest)) { in xchk_da_btree_ptr_ok()
498 ds.lowest = 0; in xchk_da_btree()
502 ds.lowest = ds.dargs.geo->leafblk; in xchk_da_btree()
505 blkno = ds.lowest; in xchk_da_btree()
H A Ddabtree.h25 xfs_dablk_t lowest; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/
H A Ddrm_mm_selftests.h23 selftest(lowest, igt_lowest)
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/devices/
H A Dxics.rst58 delivered, and 255 is the lowest priority.
74 the highest priority and 255 is the lowest. An interrupt with a
/OK3568_Linux_fs/kernel/drivers/pinctrl/nomadik/
H A Dpinctrl-abx500.c941 unsigned int lowest = 0; in abx500_get_gpio_num() local
963 lowest = gstart; in abx500_get_gpio_num()
966 if (gstart < lowest) in abx500_get_gpio_num()
967 lowest = gstart; in abx500_get_gpio_num()
973 npins = highest - lowest + 1; in abx500_get_gpio_num()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/envelope/
H A Dinitialize.hpp72 = boost::numeric::bounds<coordinate_type>::lowest()) in apply()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Diommu.c172 int lowest = iommu->ctx_lowest_free; in iommu_alloc_ctx() local
173 int n = find_next_zero_bit(iommu->ctx_bitmap, IOMMU_NUM_CTXS, lowest); in iommu_alloc_ctx()
176 n = find_next_zero_bit(iommu->ctx_bitmap, lowest, 1); in iommu_alloc_ctx()
177 if (unlikely(n == lowest)) { in iommu_alloc_ctx()

123456789