/linux-6.3-rc2/include/linux/ |
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-6.3-rc2/drivers/mtd/devices/ |
A D | docg3.c | 1466 int floor; in sysfs_dev2docg3() local 1470 if (floor < 0 || floor >= DOC_MAX_NBFLOORS) in sysfs_dev2docg3() 1559 int floor; in doc_register_sysfs() local 1591 for (floor = 0; floor < DOC_MAX_NBFLOORS && cascade->floors[floor]; in doc_unregister_sysfs() 1928 for (floor = 0; floor < DOC_MAX_NBFLOORS; floor++) { in docg3_suspend() 1947 floor); in docg3_suspend() 1950 floor); in docg3_suspend() 2004 for (floor = 0; floor < DOC_MAX_NBFLOORS; floor++) { in docg3_probe() 2037 for (floor = 0; floor < DOC_MAX_NBFLOORS; floor++) in docg3_probe() 2053 int floor; in docg3_release() local [all …]
|
/linux-6.3-rc2/arch/powerpc/mm/ |
A D | hugetlbpage.c | 306 unsigned long floor, unsigned long ceiling, in range_is_outside_limits() argument 309 if ((start & mask) < floor) in range_is_outside_limits() 321 unsigned long floor, unsigned long ceiling) in free_hugepd_range() argument 349 unsigned long floor, unsigned long ceiling) in hugetlb_free_pte_range() argument 363 unsigned long floor, unsigned long ceiling) in hugetlb_free_pmd_range() argument 400 addr, next, floor, ceiling); in hugetlb_free_pmd_range() 414 unsigned long floor, unsigned long ceiling) in hugetlb_free_pud_range() argument 427 hugetlb_free_pmd_range(tlb, pud, addr, next, floor, in hugetlb_free_pud_range() 442 addr, next, floor, ceiling); in hugetlb_free_pud_range() 460 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument [all …]
|
/linux-6.3-rc2/arch/ia64/mm/ |
A D | hugetlbpage.c | 106 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument 121 if (REGION_NUMBER(floor) == RGN_HPAGE) in hugetlb_free_pgd_range() 122 floor = htlbpage_to_page(floor); in hugetlb_free_pgd_range() 126 free_pgd_range(tlb, addr, end, floor, ceiling); in hugetlb_free_pgd_range()
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
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,
|
A D | sysfs-bus-counter | 20 What: /sys/bus/counter/devices/counterX/countY/floor 24 Count value floor for Count Y. This is the lower limit for the 31 Count mode for channel Y. The ceiling and floor values for 42 to the Count Y floor value. The counter freezes at 43 count = ceiling when counting up, and at count = floor 55 A count value boundary is set between the Count Y floor 57 reset to the Count Y floor value at count = ceiling when 59 ceiling value at count = floor when counting down; the
|
/linux-6.3-rc2/arch/sparc/mm/ |
A D | hugetlbpage.c | 428 unsigned long floor, unsigned long ceiling) in hugetlb_free_pmd_range() argument 447 if (start < floor) in hugetlb_free_pmd_range() 465 unsigned long floor, unsigned long ceiling) in hugetlb_free_pud_range() argument 480 hugetlb_free_pmd_range(tlb, pud, addr, next, floor, in hugetlb_free_pud_range() 485 if (start < floor) in hugetlb_free_pud_range() 503 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument 510 if (addr < floor) { in hugetlb_free_pgd_range() 531 hugetlb_free_pud_range(tlb, p4d, addr, next, floor, ceiling); in hugetlb_free_pgd_range()
|
/linux-6.3-rc2/arch/arm64/mm/ |
A D | mmu.c | 839 unsigned long floor, unsigned long ceiling, in pgtable_range_aligned() argument 843 if (start < floor) in pgtable_range_aligned() 990 unsigned long end, unsigned long floor, in free_empty_pte_table() argument 1027 unsigned long end, unsigned long floor, in free_empty_pmd_table() argument 1041 free_empty_pte_table(pmdp, addr, next, floor, ceiling); in free_empty_pmd_table() 1067 unsigned long end, unsigned long floor, in free_empty_pud_table() argument 1081 free_empty_pmd_table(pudp, addr, next, floor, ceiling); in free_empty_pud_table() 1107 unsigned long end, unsigned long floor, in free_empty_p4d_table() argument 1121 free_empty_pud_table(p4dp, addr, next, floor, ceiling); in free_empty_p4d_table() 1126 unsigned long floor, unsigned long ceiling) in free_empty_tables() argument [all …]
|
/linux-6.3-rc2/drivers/iio/light/ |
A D | lv0104cs.c | 278 int floor, ceil, mid; in lv0104cs_set_calibscale() local 283 floor = lv0104cs_calibscales[i].val * 1000000 in lv0104cs_set_calibscale() 287 mid = (floor + ceil) / 2; in lv0104cs_set_calibscale() 290 if (calibscale >= floor && calibscale < mid) { in lv0104cs_set_calibscale()
|
/linux-6.3-rc2/include/asm-generic/ |
A D | hugetlb.h | 71 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument 73 free_pgd_range(tlb, addr, end, floor, ceiling); in hugetlb_free_pgd_range()
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | hugetlb.h | 9 unsigned long end, unsigned long floor,
|
/linux-6.3-rc2/Documentation/devicetree/bindings/regulator/ |
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-6.3-rc2/arch/sparc/include/asm/ |
A D | hugetlb.h | 53 unsigned long end, unsigned long floor,
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | hugetlb.h | 35 unsigned long end, unsigned long floor,
|
/linux-6.3-rc2/include/linux/mtd/ |
A D | doc2000.h | 161 char floor, chip; member
|
/linux-6.3-rc2/drivers/hv/ |
A D | hv_balloon.c | 1301 unsigned long floor; in balloon_up() local 1310 floor = compute_balloon_floor(); in balloon_up() 1313 if (avail_pages < num_pages || avail_pages - num_pages < floor) { in balloon_up() 1318 num_pages = avail_pages > floor ? (avail_pages - floor) : 0; in balloon_up()
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | tegra114-asus-tf701t.dts | 457 ti,roof-floor = <1>; 467 ti,roof-floor = <3>; 522 ti,roof-floor = <3>;
|
/linux-6.3-rc2/mm/ |
A D | memory.c | 185 unsigned long floor, unsigned long ceiling) in free_pmd_range() argument 201 if (start < floor) in free_pmd_range() 219 unsigned long floor, unsigned long ceiling) in free_pud_range() argument 235 if (start < floor) in free_pud_range() 253 unsigned long floor, unsigned long ceiling) in free_p4d_range() argument 269 if (start < floor) in free_p4d_range() 289 unsigned long floor, unsigned long ceiling) in free_pgd_range() argument 321 if (addr < floor) { in free_pgd_range() 350 struct vm_area_struct *vma, unsigned long floor, in free_pgtables() argument 374 floor, next ? next->vm_start : ceiling); in free_pgtables() [all …]
|
A D | internal.h | 107 struct vm_area_struct *start_vma, unsigned long floor,
|
/linux-6.3-rc2/Documentation/translations/zh_CN/power/ |
A D | opp.rst | 75 dev_pm_opp_find_freq_{ceil, floor}, dev_pm_opp_get_voltage,
|
/linux-6.3-rc2/Documentation/userspace-api/media/drivers/ |
A D | ccs.rst | 53 dropping some data on the floor. Analogue crop, on the other hand, means that
|
/linux-6.3-rc2/Documentation/driver-api/media/drivers/ccs/ |
A D | ccs.rst | 53 dropping some data on the floor. Analogue crop, on the other hand, means that
|
/linux-6.3-rc2/tools/perf/util/ |
A D | stat-display.c | 584 fmt = floor(sc) != sc ? "%'*.2f " : "%'*.0f "; in print_counter_value_std() 586 fmt = floor(sc) != sc ? "%*.2f " : "%*.0f "; in print_counter_value_std() 605 const char *fmt = floor(sc) != sc ? "%.2f%s" : "%.0f%s"; in print_counter_value_csv()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | Kconfig.profile | 36 floor on the autosuspend delay.
|
/linux-6.3-rc2/drivers/counter/ |
A D | 104-quad-8.c | 647 struct counter_count *count, u64 *floor) in quad8_count_floor_read() argument 650 *floor = 0; in quad8_count_floor_read()
|