Home
last modified time | relevance | path

Searched refs:floor (Results 1 – 25 of 36) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/mtd/devices/
Ddocg3.c1458 int floor; in sysfs_dev2docg3() local
1461 floor = attr->attr.name[1] - '0'; in sysfs_dev2docg3()
1462 if (floor < 0 || floor >= DOC_MAX_NBFLOORS) in sysfs_dev2docg3()
1465 return docg3_floors[floor]->priv; in sysfs_dev2docg3()
1551 int floor; in doc_register_sysfs() local
1555 for (floor = 0; in doc_register_sysfs()
1556 floor < DOC_MAX_NBFLOORS && cascade->floors[floor]; in doc_register_sysfs()
1557 floor++) { in doc_register_sysfs()
1559 ret = device_create_file(dev, &doc_sys_attrs[floor][i]); in doc_register_sysfs()
1570 device_remove_file(dev, &doc_sys_attrs[floor][i]); in doc_register_sysfs()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/mm/
Dhugetlbpage.c299 unsigned long floor, unsigned long ceiling) in free_hugepd_range() argument
313 if (start < floor) in free_hugepd_range()
335 unsigned long floor, unsigned long ceiling) in hugetlb_free_pte_range() argument
341 if (start < floor) in hugetlb_free_pte_range()
358 unsigned long floor, unsigned long ceiling) in hugetlb_free_pmd_range() argument
380 hugetlb_free_pte_range(tlb, pmd, addr, end, floor, ceiling); in hugetlb_free_pmd_range()
395 addr, next, floor, ceiling); in hugetlb_free_pmd_range()
399 if (start < floor) in hugetlb_free_pmd_range()
417 unsigned long floor, unsigned long ceiling) in hugetlb_free_pud_range() argument
430 hugetlb_free_pmd_range(tlb, pud, addr, next, floor, in hugetlb_free_pud_range()
[all …]
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-devices-platform-docg36 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,
Dsysfs-bus-counter14 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
/kernel/linux/linux-5.10/arch/ia64/mm/
Dhugetlbpage.c120 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument
135 if (REGION_NUMBER(floor) == RGN_HPAGE) in hugetlb_free_pgd_range()
136 floor = htlbpage_to_page(floor); 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/gpu/drm/amd/display/dc/dml/
Ddml_inline_defs.h81 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()
/kernel/linux/linux-5.10/arch/sparc/mm/
Dhugetlbpage.c422 unsigned long floor, unsigned long ceiling) in hugetlb_free_pmd_range() argument
441 if (start < floor) in hugetlb_free_pmd_range()
459 unsigned long floor, unsigned long ceiling) in hugetlb_free_pud_range() argument
474 hugetlb_free_pmd_range(tlb, pud, addr, next, floor, in hugetlb_free_pud_range()
479 if (start < floor) in hugetlb_free_pud_range()
497 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument
504 if (addr < floor) { in hugetlb_free_pgd_range()
525 hugetlb_free_pud_range(tlb, p4d, addr, next, floor, ceiling); in hugetlb_free_pgd_range()
/kernel/linux/linux-5.10/arch/arm64/mm/
Dmmu.c794 unsigned long floor, unsigned long ceiling, in pgtable_range_aligned() argument
798 if (start < floor) in pgtable_range_aligned()
945 unsigned long end, unsigned long floor, in free_empty_pte_table() argument
962 if (!pgtable_range_aligned(start, end, floor, ceiling, PMD_MASK)) in free_empty_pte_table()
982 unsigned long end, unsigned long floor, in free_empty_pmd_table() argument
996 free_empty_pte_table(pmdp, addr, next, floor, ceiling); in free_empty_pmd_table()
1002 if (!pgtable_range_aligned(start, end, floor, ceiling, PUD_MASK)) in free_empty_pmd_table()
1022 unsigned long end, unsigned long floor, in free_empty_pud_table() argument
1036 free_empty_pmd_table(pudp, addr, next, floor, ceiling); in free_empty_pud_table()
1042 if (!pgtable_range_aligned(start, end, floor, ceiling, PGDIR_MASK)) in free_empty_pud_table()
[all …]
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/drivers/iio/light/
Dlv0104cs.c278 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()
/kernel/linux/linux-5.10/arch/ia64/include/asm/
Dhugetlb.h9 unsigned long end, unsigned long floor,
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dhugetlb.h52 unsigned long end, unsigned long floor,
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/
Dpalmas-pmic.txt41 ti,roof-floor - This takes as optional argument on platform supporting
78 ti,roof-floor = <1>; /* ENABLE1 control */
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dhugetlb.h37 unsigned long end, unsigned long floor,
/kernel/linux/linux-5.10/include/linux/mtd/
Ddoc2000.h161 char floor, chip; member
/kernel/linux/linux-5.10/drivers/hv/
Dhv_balloon.c1265 unsigned long floor; in balloon_up() local
1274 floor = compute_balloon_floor(); in balloon_up()
1277 if (avail_pages < num_pages || avail_pages - num_pages < floor) { in balloon_up()
1282 num_pages = avail_pages > floor ? (avail_pages - floor) : 0; in balloon_up()
/kernel/linux/linux-5.10/mm/
Dmemory.c227 unsigned long floor, unsigned long ceiling) in free_pmd_range() argument
243 if (start < floor) in free_pmd_range()
261 unsigned long floor, unsigned long ceiling) in free_pud_range() argument
273 free_pmd_range(tlb, pud, addr, next, floor, ceiling); in free_pud_range()
277 if (start < floor) in free_pud_range()
295 unsigned long floor, unsigned long ceiling) in free_p4d_range() argument
307 free_pud_range(tlb, p4d, addr, next, floor, ceiling); in free_p4d_range()
311 if (start < floor) in free_p4d_range()
331 unsigned long floor, unsigned long ceiling) in free_pgd_range() argument
363 if (addr < floor) { in free_pgd_range()
[all …]
Dinternal.h159 unsigned long floor, unsigned long ceiling);
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
DKconfig.profile22 floor on the autosuspend delay.
/kernel/linux/linux-5.10/tools/perf/util/
Dstat-display.c350 fmt = floor(sc) != sc ? "%.2f%s" : "%.0f%s"; in abs_printout()
353 fmt = floor(sc) != sc ? "%'18.2f%s" : "%'18.0f%s"; in abs_printout()
355 fmt = floor(sc) != sc ? "%18.2f%s" : "%18.0f%s"; in abs_printout()
/kernel/linux/linux-5.10/include/linux/
Dhugetlb.h306 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument
/kernel/linux/linux-5.10/Documentation/translations/zh_CN/process/
Dcoding-style.rst521 (steps (floor offset c-basic-offset)))
/kernel/linux/linux-5.10/drivers/staging/most/Documentation/
Ddriver_usage.txt218 frame_size = floor(MTU_USB / bandwidth_sync) * bandwidth_sync
/kernel/linux/linux-5.10/drivers/media/tuners/
Dmt2063.c355 #define floor(n, d) (((n) < 0) ? (-((-(n))/(d))) - ((n)%(d) != 0) : (n)/(d)) macro
608 floor((s32) (pNode->min_ - f_Center), (s32) f_Step); in MT2063_ChooseFirstIF()
/kernel/linux/linux-5.10/Documentation/power/
Dopp.rst78 opp_find_freq_{ceil, floor}, dev_pm_opp_get_voltage, dev_pm_opp_get_freq,

12