/Linux-v5.4/arch/powerpc/mm/ |
D | hugetlbpage.c | 297 unsigned long floor, unsigned long ceiling) in free_hugepd_range() argument 313 if (ceiling) { in free_hugepd_range() 314 ceiling &= pdmask; in free_hugepd_range() 315 if (! ceiling) in free_hugepd_range() 318 if (end - 1 > ceiling - 1) in free_hugepd_range() 336 unsigned long floor, unsigned long ceiling) in hugetlb_free_pmd_range() argument 367 addr, next, floor, ceiling); in hugetlb_free_pmd_range() 373 if (ceiling) { in hugetlb_free_pmd_range() 374 ceiling &= PUD_MASK; in hugetlb_free_pmd_range() 375 if (!ceiling) in hugetlb_free_pmd_range() [all …]
|
/Linux-v5.4/arch/sparc/mm/ |
D | hugetlbpage.c | 417 unsigned long floor, unsigned long ceiling) in hugetlb_free_pmd_range() argument 438 if (ceiling) { in hugetlb_free_pmd_range() 439 ceiling &= PUD_MASK; in hugetlb_free_pmd_range() 440 if (!ceiling) in hugetlb_free_pmd_range() 443 if (end - 1 > ceiling - 1) in hugetlb_free_pmd_range() 454 unsigned long floor, unsigned long ceiling) in hugetlb_free_pud_range() argument 470 ceiling); in hugetlb_free_pud_range() 476 if (ceiling) { in hugetlb_free_pud_range() 477 ceiling &= PGDIR_MASK; in hugetlb_free_pud_range() 478 if (!ceiling) in hugetlb_free_pud_range() [all …]
|
/Linux-v5.4/drivers/counter/ |
D | stm32-timer-cnt.c | 27 u32 ceiling; member 75 if (cnt > priv->ceiling) in stm32_count_write() 134 regmap_write(priv->regmap, TIM_ARR, priv->ceiling); in stm32_count_function_set() 179 unsigned int ceiling; in stm32_count_ceiling_write() local 182 ret = kstrtouint(buf, 0, &ceiling); in stm32_count_ceiling_write() 188 regmap_write(priv->regmap, TIM_ARR, ceiling); in stm32_count_ceiling_write() 190 priv->ceiling = ceiling; in stm32_count_ceiling_write() 357 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() 648 priv->ceiling = STM32_LPTIM_MAX_ARR; in stm32_lptim_cnt_probe()
|
/Linux-v5.4/arch/ia64/mm/ |
D | hugetlbpage.c | 115 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument 132 if (REGION_NUMBER(ceiling) == RGN_HPAGE) in hugetlb_free_pgd_range() 133 ceiling = htlbpage_to_page(ceiling); in hugetlb_free_pgd_range() 135 free_pgd_range(tlb, addr, end, floor, ceiling); in hugetlb_free_pgd_range()
|
/Linux-v5.4/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.4/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.4/arch/ia64/include/asm/ |
D | hugetlb.h | 10 unsigned long ceiling);
|
/Linux-v5.4/mm/ |
D | memory.c | 206 unsigned long floor, unsigned long ceiling) in free_pmd_range() argument 224 if (ceiling) { in free_pmd_range() 225 ceiling &= PUD_MASK; in free_pmd_range() 226 if (!ceiling) in free_pmd_range() 229 if (end - 1 > ceiling - 1) in free_pmd_range() 240 unsigned long floor, unsigned long ceiling) in free_pud_range() argument 252 free_pmd_range(tlb, pud, addr, next, floor, ceiling); in free_pud_range() 258 if (ceiling) { in free_pud_range() 259 ceiling &= P4D_MASK; in free_pud_range() 260 if (!ceiling) in free_pud_range() [all …]
|
D | internal.h | 40 unsigned long floor, unsigned long ceiling);
|
D | memcontrol.c | 4401 unsigned long ceiling = min(memcg->memory.max, memcg->high); in mem_cgroup_wb_stats() local 4404 *pheadroom = min(*pheadroom, ceiling - min(ceiling, used)); in mem_cgroup_wb_stats()
|
/Linux-v5.4/arch/x86/mm/ |
D | tlb.c | 892 int ceiling; in tlbflush_write_file() local 899 if (kstrtoint(buf, 0, &ceiling)) in tlbflush_write_file() 902 if (ceiling < 0) in tlbflush_write_file() 905 tlb_single_page_flush_ceiling = ceiling; in tlbflush_write_file()
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | hugetlb.h | 63 unsigned long ceiling);
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | hugetlb.h | 37 unsigned long ceiling);
|
/Linux-v5.4/kernel/time/ |
D | timeconst.bc | 20 /* Adjustment factor when a ceiling value is used. Use as:
|
/Linux-v5.4/Documentation/virt/kvm/ |
D | halt-polling.txt | 88 | the ceiling value of the |
|
/Linux-v5.4/include/linux/ |
D | hugetlb.h | 185 #define hugetlb_free_pgd_range(tlb, addr, end, floor, ceiling) ({BUG(); 0; }) argument
|
D | mm.h | 1454 unsigned long end, unsigned long floor, unsigned long ceiling);
|
/Linux-v5.4/Documentation/x86/ |
D | boot.rst | 29 Lower the conventional memory ceiling. No overwrite 109 It is desirable to keep the "memory ceiling" -- the highest point in
|