Home
last modified time | relevance | path

Searched refs:ceiling (Results 1 – 21 of 21) sorted by relevance

/Linux-v5.10/arch/powerpc/mm/
Dhugetlbpage.c299 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/
Dhugetlbpage.c422 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/
Dstm32-timer-cnt.c34 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()
Dstm32-lptimer-cnt.c26 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()
D104-quad-8.c1209 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/
Dhugetlbpage.c120 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/
Dmmu.c792 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/
Dsysfs-bus-counter7 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/
Dhugetlb.h46 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/
Dhugetlb.h10 unsigned long ceiling);
/Linux-v5.10/mm/
Dmemory.c226 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 …]
Dinternal.h40 unsigned long floor, unsigned long ceiling);
Dmemcontrol.c4616 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/
Dhugetlb.h53 unsigned long ceiling);
/Linux-v5.10/arch/powerpc/include/asm/
Dhugetlb.h38 unsigned long ceiling);
/Linux-v5.10/arch/x86/mm/
Dtlb.c1200 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/
Dtimeconst.bc20 /* Adjustment factor when a ceiling value is used. Use as:
/Linux-v5.10/Documentation/virt/kvm/
Dhalt-polling.rst93 | | the ceiling value of the | |
/Linux-v5.10/include/linux/
Dhugetlb.h306 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument
Dmm.h1655 unsigned long end, unsigned long floor, unsigned long ceiling);
/Linux-v5.10/Documentation/x86/
Dboot.rst29 Lower the conventional memory ceiling. No overwrite
127 It is desirable to keep the "memory ceiling" -- the highest point in