/Linux-v5.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 …]
|
/Linux-v5.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 …]
|
/Linux-v5.10/drivers/counter/ |
D | stm32-timer-cnt.c | 34 u32 ceiling; member 77 if (val > priv->ceiling) in stm32_count_write() 136 regmap_write(priv->regmap, TIM_ARR, priv->ceiling); in stm32_count_function_set() 181 unsigned int ceiling; in stm32_count_ceiling_write() local 184 ret = kstrtouint(buf, 0, &ceiling); in stm32_count_ceiling_write() 190 regmap_write(priv->regmap, TIM_ARR, ceiling); in stm32_count_ceiling_write() 192 priv->ceiling = ceiling; in stm32_count_ceiling_write() 362 priv->ceiling = ddata->max_arr; in stm32_timer_cnt_probe()
|
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() 259 return snprintf(buf, PAGE_SIZE, "%u\n", priv->ceiling); in stm32_lptim_cnt_get_ceiling() 270 ret = kstrtouint(buf, 0, &priv->ceiling); in stm32_lptim_cnt_set_ceiling() 274 if (priv->ceiling > STM32_LPTIM_MAX_ARR) in stm32_lptim_cnt_set_ceiling() 647 priv->ceiling = STM32_LPTIM_MAX_ARR; in stm32_lptim_cnt_probe()
|
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()
|
/Linux-v5.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()
|
/Linux-v5.10/arch/arm64/mm/ |
D | mmu.c | 792 unsigned long floor, unsigned long ceiling, in pgtable_range_aligned() argument 799 if (ceiling) { in pgtable_range_aligned() 800 ceiling &= mask; in pgtable_range_aligned() 801 if (!ceiling) in pgtable_range_aligned() 805 if (end - 1 > ceiling - 1) in pgtable_range_aligned() 944 unsigned long ceiling) in free_empty_pte_table() argument 960 if (!pgtable_range_aligned(start, end, floor, ceiling, PMD_MASK)) in free_empty_pte_table() 981 unsigned long ceiling) in free_empty_pmd_table() argument 994 free_empty_pte_table(pmdp, addr, next, floor, ceiling); in free_empty_pmd_table() 1000 if (!pgtable_range_aligned(start, end, floor, ceiling, PUD_MASK)) in free_empty_pmd_table() [all …]
|
/Linux-v5.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
|
/Linux-v5.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()
|
/Linux-v5.10/arch/ia64/include/asm/ |
D | hugetlb.h | 10 unsigned long ceiling);
|
/Linux-v5.10/mm/ |
D | memory.c | 226 unsigned long floor, unsigned long ceiling) in free_pmd_range() argument 244 if (ceiling) { in free_pmd_range() 245 ceiling &= PUD_MASK; in free_pmd_range() 246 if (!ceiling) in free_pmd_range() 249 if (end - 1 > ceiling - 1) in free_pmd_range() 260 unsigned long floor, unsigned long ceiling) in free_pud_range() argument 272 free_pmd_range(tlb, pud, addr, next, floor, ceiling); in free_pud_range() 278 if (ceiling) { in free_pud_range() 279 ceiling &= P4D_MASK; in free_pud_range() 280 if (!ceiling) in free_pud_range() [all …]
|
D | internal.h | 40 unsigned long floor, unsigned long ceiling);
|
D | memcontrol.c | 4616 unsigned long ceiling = min(READ_ONCE(memcg->memory.max), in mem_cgroup_wb_stats() local 4620 *pheadroom = min(*pheadroom, ceiling - min(ceiling, used)); in mem_cgroup_wb_stats()
|
/Linux-v5.10/arch/sparc/include/asm/ |
D | hugetlb.h | 53 unsigned long ceiling);
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | hugetlb.h | 38 unsigned long ceiling);
|
/Linux-v5.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()
|
/Linux-v5.10/kernel/time/ |
D | timeconst.bc | 20 /* Adjustment factor when a ceiling value is used. Use as:
|
/Linux-v5.10/Documentation/virt/kvm/ |
D | halt-polling.rst | 93 | | the ceiling value of the | |
|
/Linux-v5.10/include/linux/ |
D | hugetlb.h | 306 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument
|
D | mm.h | 1655 unsigned long end, unsigned long floor, unsigned long ceiling);
|
/Linux-v5.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
|