| /linux/include/linux/ |
| H A D | random.h | 98 static inline u32 get_random_u32_above(u32 floor) in get_random_u32_above() argument 100 BUILD_BUG_ON_MSG(__builtin_constant_p(floor) && floor == U32_MAX, in get_random_u32_above() 102 return floor + 1 + get_random_u32_below(U32_MAX - floor); in get_random_u32_above() 110 static inline u32 get_random_u32_inclusive(u32 floor, u32 ceil) in get_random_u32_inclusive() argument 112 BUILD_BUG_ON_MSG(__builtin_constant_p(floor) && __builtin_constant_p(ceil) && in get_random_u32_inclusive() 113 (floor > ceil || ceil - floor == U32_MAX), in get_random_u32_inclusive() 115 return floor + get_random_u32_below(ceil - floor + 1); in get_random_u32_inclusive()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-devices-platform-docg3 | 6 Show whether the floor (0 to 4), protection area (0 or 1) is 7 keylocked. Each docg3 chip (or floor) has 2 protection areas, 23 Enter the protection key for the floor (0 to 4), protection area 24 (0 or 1). Each docg3 chip (or floor) has 2 protection areas,
|
| H A D | sysfs-bus-iio-adc-mcp3564 | 33 floor. This offset is effectively canceled at every conversion,
|
| /linux/drivers/counter/ |
| H A D | i8254.c | 233 struct counter_count *const count, u64 *const floor) in i8254_count_floor_read() argument 242 *floor = (priv->preset[count->id] == 0) ? 0 : 1; in i8254_count_floor_read() 246 *floor = (priv->preset[count->id] % 2 || priv->preset[count->id] == 0) ? 0 : 2; in i8254_count_floor_read() 249 *floor = 0; in i8254_count_floor_read()
|
| H A D | 104-quad-8.c | 700 struct counter_count *count, u64 *floor) in quad8_count_floor_read() argument 703 *floor = 0; in quad8_count_floor_read()
|
| /linux/arch/arm64/mm/ |
| H A D | mmu.c | 1503 unsigned long floor, unsigned long ceiling, in pgtable_range_aligned() argument 1507 if (start < floor) in pgtable_range_aligned() 1665 unsigned long end, unsigned long floor, in free_empty_pte_table() argument 1682 if (!pgtable_range_aligned(start, end, floor, ceiling, PMD_MASK)) in free_empty_pte_table() 1702 unsigned long end, unsigned long floor, in free_empty_pmd_table() argument 1716 free_empty_pte_table(pmdp, addr, next, floor, ceiling); in free_empty_pmd_table() 1722 if (!pgtable_range_aligned(start, end, floor, ceiling, PUD_MASK)) in free_empty_pmd_table() 1742 unsigned long end, unsigned long floor, in free_empty_pud_table() argument 1756 free_empty_pmd_table(pudp, addr, next, floor, ceiling); in free_empty_pud_table() 1762 if (!pgtable_range_aligned(start, end, floor, ceiling, P4D_MASK)) in free_empty_pud_table() [all …]
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| H A D | palmas-pmic.txt | 41 ti,roof-floor - This takes as optional argument on platform supporting 78 ti,roof-floor = <1>; /* ENABLE1 control */
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | pp_alloc_fail.py | 98 want_fails = math.floor(pkts / 512 / 3.1)
|
| /linux/include/linux/mtd/ |
| H A D | doc2000.h | 161 char floor, chip; member
|
| /linux/lib/crc/x86/ |
| H A D | crc32c-3way.S | 105 # Compute floor(len / 24) to get num qwords to process from each lane.
|
| /linux/tools/testing/vma/include/ |
| H A D | stubs.h | 54 unsigned long floor, unsigned long ceiling) in free_pgd_range() argument
|
| /linux/Documentation/translations/zh_CN/power/ |
| H A D | opp.rst | 75 dev_pm_opp_find_freq_{ceil, floor}, dev_pm_opp_get_voltage,
|
| /linux/Documentation/userspace-api/media/drivers/ |
| H A D | ccs.rst | 57 dropping some data on the floor. Analogue crop, on the other hand, means that
|
| /linux/tools/perf/util/ |
| H A D | stat-display.c | 696 fmt = floor(sc) != sc ? "%'*.2f " : "%'*.0f "; in print_counter_value_std() 698 fmt = floor(sc) != sc ? "%*.2f " : "%*.0f "; in print_counter_value_std() 717 const char *fmt = floor(sc) != sc ? "%.2f%s" : "%.0f%s"; in print_counter_value_csv()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | Kconfig.profile | 36 floor on the autosuspend delay.
|
| /linux/mm/ |
| H A D | memory.c | 187 unsigned long floor, unsigned long ceiling) in free_pmd_range() argument 203 if (start < floor) in free_pmd_range() 221 unsigned long floor, unsigned long ceiling) in free_pud_range() argument 233 free_pmd_range(tlb, pud, addr, next, floor, ceiling); in free_pud_range() 237 if (start < floor) in free_pud_range() 255 unsigned long floor, unsigned long ceiling) in free_p4d_range() argument 267 free_pud_range(tlb, p4d, addr, next, floor, ceiling); in free_p4d_range() 271 if (start < floor) in free_p4d_range() 291 * @floor: lowest address boundary 300 unsigned long floor, unsigne in free_pgd_range() argument [all...] |
| /linux/Documentation/admin-guide/pm/ |
| H A D | amd-pstate.rst | 284 The floor frequency associated with each CPU. Userspace can write any 289 further. This allows userspace to specify different floor frequencies 291 should have the same floor frequency value. This file is only visible 303 implies that the platform supports unlimited floor performance levels.
|
| /linux/samples/bpf/ |
| H A D | xdp_sample_user.c | 584 if (val - floor(val) < 0.5) in sample_round() 585 return floor(val); in sample_round()
|
| /linux/drivers/media/tuners/ |
| H A D | mt2063.c | 355 #define floor(n, d) (((n) < 0) ? (-((-(n))/(d))) - ((n)%(d) != 0) : (n)/(d)) macro 608 floor((s32) (pNode->min_ - f_Center), (s32) f_Step); in MT2063_ChooseFirstIF()
|
| /linux/Documentation/power/ |
| H A D | opp.rst | 78 dev_pm_opp_find_freq_{ceil, floor}, dev_pm_opp_get_voltage, dev_pm_opp_get_freq,
|
| /linux/Documentation/core-api/real-time/ |
| H A D | hardware.rst | 216 floor.
|
| /linux/arch/arm/boot/dts/nvidia/ |
| H A D | tegra124-xiaomi-mocha.dts | 1337 ti,roof-floor = <1>; 1361 ti,roof-floor = <3>; 1402 ti,roof-floor = <3>;
|
| /linux/tools/testing/selftests/net/openvswitch/ |
| H A D | ovs-dpctl.py | 472 return int(math.floor(UINT32_MAX * (percent / 100.0) + .5))
|
| /linux/Documentation/admin-guide/LSM/ |
| H A D | Smack.rst | 453 _ Pronounced "floor", a single underscore character.
|
| /linux/sound/soc/codecs/ |
| H A D | Kconfig | 718 floor and ultra-low distortion, clean listening is guaranteed.
|