| /kernel/linux/linux-5.10/arch/powerpc/mm/ |
| D | hugetlbpage.c | 299 unsigned long floor, unsigned long ceiling) in free_hugepd_range() argument 315 if (ceiling) { in free_hugepd_range() 316 ceiling &= pdmask; in free_hugepd_range() 317 if (! ceiling) in free_hugepd_range() 320 if (end - 1 > ceiling - 1) in free_hugepd_range() 335 unsigned long floor, unsigned long ceiling) in hugetlb_free_pte_range() argument 343 if (ceiling) { in hugetlb_free_pte_range() 344 ceiling &= PMD_MASK; in hugetlb_free_pte_range() 345 if (!ceiling) in hugetlb_free_pte_range() 348 if (end - 1 > ceiling - 1) in hugetlb_free_pte_range() [all …]
|
| /kernel/linux/linux-5.10/arch/sparc/mm/ |
| D | hugetlbpage.c | 422 unsigned long floor, unsigned long ceiling) in hugetlb_free_pmd_range() argument 443 if (ceiling) { in hugetlb_free_pmd_range() 444 ceiling &= PUD_MASK; in hugetlb_free_pmd_range() 445 if (!ceiling) in hugetlb_free_pmd_range() 448 if (end - 1 > ceiling - 1) in hugetlb_free_pmd_range() 459 unsigned long floor, unsigned long ceiling) in hugetlb_free_pud_range() argument 475 ceiling); in hugetlb_free_pud_range() 481 if (ceiling) { in hugetlb_free_pud_range() 482 ceiling &= PGDIR_MASK; in hugetlb_free_pud_range() 483 if (!ceiling) in hugetlb_free_pud_range() [all …]
|
| /kernel/linux/linux-5.10/arch/ia64/mm/ |
| D | hugetlbpage.c | 120 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument 137 if (REGION_NUMBER(ceiling) == RGN_HPAGE) in hugetlb_free_pgd_range() 138 ceiling = htlbpage_to_page(ceiling); in hugetlb_free_pgd_range() 140 free_pgd_range(tlb, addr, end, floor, ceiling); in hugetlb_free_pgd_range()
|
| /kernel/linux/linux-5.10/drivers/counter/ |
| D | stm32-lptimer-cnt.c | 26 u32 ceiling; member 62 ret = regmap_write(priv->regmap, STM32_LPTIM_ARR, priv->ceiling); in stm32_lptim_set_enable_state() 265 return snprintf(buf, PAGE_SIZE, "%u\n", priv->ceiling); in stm32_lptim_cnt_ceiling_read() 274 unsigned int ceiling; in stm32_lptim_cnt_ceiling_write() local 280 ret = kstrtouint(buf, 0, &ceiling); in stm32_lptim_cnt_ceiling_write() 284 if (ceiling > STM32_LPTIM_MAX_ARR) in stm32_lptim_cnt_ceiling_write() 287 priv->ceiling = ceiling; in stm32_lptim_cnt_ceiling_write() 436 priv->ceiling = STM32_LPTIM_MAX_ARR; in stm32_lptim_cnt_probe()
|
| D | stm32-timer-cnt.c | 77 u32 ceiling; in stm32_count_write() local 79 regmap_read(priv->regmap, TIM_ARR, &ceiling); in stm32_count_write() 80 if (val > ceiling) in stm32_count_write() 185 unsigned int ceiling; in stm32_count_ceiling_write() local 188 ret = kstrtouint(buf, 0, &ceiling); in stm32_count_ceiling_write() 192 if (ceiling > priv->max_arr) in stm32_count_ceiling_write() 197 regmap_write(priv->regmap, TIM_ARR, ceiling); in stm32_count_ceiling_write()
|
| D | 104-quad-8.c | 1209 unsigned int ceiling; in quad8_count_ceiling_write() local 1212 ret = kstrtouint(buf, 0, &ceiling); in quad8_count_ceiling_write() 1217 if (ceiling > 0xFFFFFF) in quad8_count_ceiling_write() 1226 quad8_preset_register_set(priv, count->id, ceiling); in quad8_count_ceiling_write()
|
| /kernel/linux/linux-5.10/arch/arm64/mm/ |
| D | mmu.c | 833 unsigned long floor, unsigned long ceiling, in pgtable_range_aligned() argument 840 if (ceiling) { in pgtable_range_aligned() 841 ceiling &= mask; in pgtable_range_aligned() 842 if (!ceiling) in pgtable_range_aligned() 846 if (end - 1 > ceiling - 1) in pgtable_range_aligned() 985 unsigned long ceiling) in free_empty_pte_table() argument 1001 if (!pgtable_range_aligned(start, end, floor, ceiling, PMD_MASK)) in free_empty_pte_table() 1022 unsigned long ceiling) in free_empty_pmd_table() argument 1035 free_empty_pte_table(pmdp, addr, next, floor, ceiling); in free_empty_pmd_table() 1041 if (!pgtable_range_aligned(start, end, floor, ceiling, PUD_MASK)) in free_empty_pmd_table() [all …]
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-bus-counter | 7 What: /sys/bus/counter/devices/counterX/countY/ceiling 11 Count value ceiling for Count Y. This is the upper limit for the 25 Count mode for channel Y. The ceiling and floor values for 35 the Count Y ceiling value, while the lower limit is set 37 count = ceiling when counting up, and at count = floor 50 value and the Count Y ceiling value. The counter is 51 reset to the Count Y floor value at count = ceiling when 53 ceiling value at count = floor when counting down; the
|
| /kernel/linux/linux-5.10/include/asm-generic/ |
| D | hugetlb.h | 46 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument 48 free_pgd_range(tlb, addr, end, floor, ceiling); in hugetlb_free_pgd_range()
|
| /kernel/linux/linux-5.10/arch/ia64/include/asm/ |
| D | hugetlb.h | 10 unsigned long ceiling);
|
| /kernel/linux/linux-5.10/arch/sparc/include/asm/ |
| D | hugetlb.h | 53 unsigned long ceiling);
|
| /kernel/linux/linux-5.10/mm/ |
| D | memory.c | 228 unsigned long floor, unsigned long ceiling) in free_pmd_range() argument 246 if (ceiling) { in free_pmd_range() 247 ceiling &= PUD_MASK; in free_pmd_range() 248 if (!ceiling) in free_pmd_range() 251 if (end - 1 > ceiling - 1) in free_pmd_range() 262 unsigned long floor, unsigned long ceiling) in free_pud_range() argument 274 free_pmd_range(tlb, pud, addr, next, floor, ceiling); in free_pud_range() 280 if (ceiling) { in free_pud_range() 281 ceiling &= P4D_MASK; in free_pud_range() 282 if (!ceiling) in free_pud_range() [all …]
|
| D | internal.h | 159 unsigned long floor, unsigned long ceiling);
|
| D | memcontrol.c | 4659 unsigned long ceiling = min(READ_ONCE(memcg->memory.max), in mem_cgroup_wb_stats() local 4663 *pheadroom = min(*pheadroom, ceiling - min(ceiling, used)); in mem_cgroup_wb_stats()
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
| D | hugetlb.h | 38 unsigned long ceiling);
|
| /kernel/linux/linux-5.10/arch/x86/mm/ |
| D | tlb.c | 1200 int ceiling; in tlbflush_write_file() local 1207 if (kstrtoint(buf, 0, &ceiling)) in tlbflush_write_file() 1210 if (ceiling < 0) in tlbflush_write_file() 1213 tlb_single_page_flush_ceiling = ceiling; in tlbflush_write_file()
|
| /kernel/linux/linux-5.10/kernel/time/ |
| D | timeconst.bc | 20 /* Adjustment factor when a ceiling value is used. Use as:
|
| /kernel/linux/linux-5.10/Documentation/virt/kvm/ |
| D | halt-polling.rst | 93 | | the ceiling value of the | |
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | hugetlb.h | 306 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument
|
| D | mm.h | 1701 unsigned long end, unsigned long floor, unsigned long ceiling);
|
| /kernel/linux/linux-5.10/Documentation/x86/ |
| D | boot.rst | 29 Lower the conventional memory ceiling. No overwrite 127 It is desirable to keep the "memory ceiling" -- the highest point in
|