/linux/drivers/mtd/devices/ |
A D | docg3.c | 1458 int floor; in sysfs_dev2docg3() local 1462 if (floor < 0 || floor >= DOC_MAX_NBFLOORS) in sysfs_dev2docg3() 1551 int floor; in doc_register_sysfs() local 1583 for (floor = 0; floor < DOC_MAX_NBFLOORS && cascade->floors[floor]; in doc_unregister_sysfs() 1920 for (floor = 0; floor < DOC_MAX_NBFLOORS; floor++) { in docg3_suspend() 1939 floor); in docg3_suspend() 1942 floor); in docg3_suspend() 1991 for (floor = 0; floor < DOC_MAX_NBFLOORS; floor++) { in docg3_probe() 2024 for (floor = 0; floor < DOC_MAX_NBFLOORS; floor++) in docg3_probe() 2040 int floor; in docg3_release() local [all …]
|
/linux/arch/powerpc/mm/ |
A D | hugetlbpage.c | 305 unsigned long floor, unsigned long ceiling, in range_is_outside_limits() argument 308 if ((start & mask) < floor) in range_is_outside_limits() 320 unsigned long floor, unsigned long ceiling) in free_hugepd_range() argument 348 unsigned long floor, unsigned long ceiling) in hugetlb_free_pte_range() argument 362 unsigned long floor, unsigned long ceiling) in hugetlb_free_pmd_range() argument 399 addr, next, floor, ceiling); in hugetlb_free_pmd_range() 413 unsigned long floor, unsigned long ceiling) in hugetlb_free_pud_range() argument 426 hugetlb_free_pmd_range(tlb, pud, addr, next, floor, in hugetlb_free_pud_range() 441 addr, next, floor, ceiling); in hugetlb_free_pud_range() 459 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument [all …]
|
/linux/arch/ia64/mm/ |
A D | hugetlbpage.c | 121 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument 136 if (REGION_NUMBER(floor) == RGN_HPAGE) in hugetlb_free_pgd_range() 137 floor = htlbpage_to_page(floor); in hugetlb_free_pgd_range() 141 free_pgd_range(tlb, addr, end, floor, ceiling); in hugetlb_free_pgd_range()
|
/linux/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 | 14 What: /sys/bus/counter/devices/counterX/countY/floor 18 Count value floor for Count Y. This is the lower limit for the 25 Count mode for channel Y. The ceiling and floor values for 36 to the Count Y floor value. The counter freezes at 37 count = ceiling when counting up, and at count = floor 49 A count value boundary is set between the Count Y floor 51 reset to the Count Y floor value at count = ceiling when 53 ceiling value at count = floor when counting down; the
|
/linux/arch/sparc/mm/ |
A D | hugetlbpage.c | 427 unsigned long floor, unsigned long ceiling) in hugetlb_free_pmd_range() argument 446 if (start < floor) in hugetlb_free_pmd_range() 464 unsigned long floor, unsigned long ceiling) in hugetlb_free_pud_range() argument 479 hugetlb_free_pmd_range(tlb, pud, addr, next, floor, in hugetlb_free_pud_range() 484 if (start < floor) in hugetlb_free_pud_range() 502 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument 509 if (addr < floor) { in hugetlb_free_pgd_range() 530 hugetlb_free_pud_range(tlb, p4d, addr, next, floor, ceiling); in hugetlb_free_pgd_range()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/ |
A D | dml_inline_defs.h | 81 double floor = dml_floor(a, 1); in dml_round() local 83 if (a - floor >= round_pt) in dml_round() 86 return floor; in dml_round()
|
/linux/arch/arm64/mm/ |
A D | mmu.c | 813 unsigned long floor, unsigned long ceiling, in pgtable_range_aligned() argument 817 if (start < floor) in pgtable_range_aligned() 964 unsigned long end, unsigned long floor, in free_empty_pte_table() argument 1001 unsigned long end, unsigned long floor, in free_empty_pmd_table() argument 1015 free_empty_pte_table(pmdp, addr, next, floor, ceiling); in free_empty_pmd_table() 1041 unsigned long end, unsigned long floor, in free_empty_pud_table() argument 1055 free_empty_pmd_table(pudp, addr, next, floor, ceiling); in free_empty_pud_table() 1081 unsigned long end, unsigned long floor, in free_empty_p4d_table() argument 1095 free_empty_pud_table(p4dp, addr, next, floor, ceiling); in free_empty_p4d_table() 1100 unsigned long floor, unsigned long ceiling) in free_empty_tables() argument [all …]
|
/linux/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/include/asm-generic/ |
A 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/arch/ia64/include/asm/ |
A D | hugetlb.h | 9 unsigned long end, unsigned long floor,
|
/linux/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/arch/sparc/include/asm/ |
A D | hugetlb.h | 52 unsigned long end, unsigned long floor,
|
/linux/arch/powerpc/include/asm/ |
A D | hugetlb.h | 35 unsigned long end, unsigned long floor,
|
/linux/drivers/hv/ |
A D | hv_balloon.c | 1270 unsigned long floor; in balloon_up() local 1279 floor = compute_balloon_floor(); in balloon_up() 1282 if (avail_pages < num_pages || avail_pages - num_pages < floor) { in balloon_up() 1287 num_pages = avail_pages > floor ? (avail_pages - floor) : 0; in balloon_up()
|
/linux/include/linux/mtd/ |
A D | doc2000.h | 161 char floor, chip; member
|
/linux/mm/ |
A D | memory.c | 237 unsigned long floor, unsigned long ceiling) in free_pmd_range() argument 253 if (start < floor) in free_pmd_range() 271 unsigned long floor, unsigned long ceiling) in free_pud_range() argument 287 if (start < floor) in free_pud_range() 305 unsigned long floor, unsigned long ceiling) in free_p4d_range() argument 321 if (start < floor) in free_p4d_range() 341 unsigned long floor, unsigned long ceiling) in free_pgd_range() argument 373 if (addr < floor) { in free_pgd_range() 402 unsigned long floor, unsigned long ceiling) in free_pgtables() argument 417 floor, next ? next->vm_start : ceiling); in free_pgtables() [all …]
|
A D | internal.h | 69 unsigned long floor, unsigned long ceiling);
|
/linux/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/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/tools/perf/util/ |
A D | stat-display.c | 362 fmt = floor(sc) != sc ? "%.2f%s" : "%.0f%s"; in abs_printout() 365 fmt = floor(sc) != sc ? "%'18.2f%s" : "%'18.0f%s"; in abs_printout() 367 fmt = floor(sc) != sc ? "%18.2f%s" : "%18.0f%s"; in abs_printout()
|
/linux/drivers/gpu/drm/i915/ |
A D | Kconfig.profile | 36 floor on the autosuspend delay.
|
/linux/drivers/counter/ |
A D | 104-quad-8.c | 580 struct counter_count *count, u64 *floor) in quad8_count_floor_read() argument 583 *floor = 0; in quad8_count_floor_read()
|
/linux/Documentation/translations/zh_CN/process/ |
A D | coding-style.rst | 520 (steps (floor offset c-basic-offset)))
|
/linux/Documentation/translations/zh_TW/process/ |
A D | coding-style.rst | 524 (steps (floor offset c-basic-offset)))
|