Searched refs:ceiling (Results 1 - 46 of 46) sorted by relevance

/linux-4.4.14/arch/ia64/mm/
H A Dhugetlbpage.c114 unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range()
123 * If floor and ceiling are also in the hugetlb region, they hugetlb_free_pgd_range()
131 if (REGION_NUMBER(ceiling) == RGN_HPAGE) hugetlb_free_pgd_range()
132 ceiling = htlbpage_to_page(ceiling); hugetlb_free_pgd_range()
134 free_pgd_range(tlb, addr, end, floor, ceiling); hugetlb_free_pgd_range()
112 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
/linux-4.4.14/arch/x86/include/asm/
H A Dhugetlb.h33 unsigned long ceiling) hugetlb_free_pgd_range()
35 free_pgd_range(tlb, addr, end, floor, ceiling); hugetlb_free_pgd_range()
30 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
/linux-4.4.14/arch/sh/include/asm/
H A Dhugetlb.h32 unsigned long ceiling) hugetlb_free_pgd_range()
34 free_pgd_range(tlb, addr, end, floor, ceiling); hugetlb_free_pgd_range()
29 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
/linux-4.4.14/arch/sparc/include/asm/
H A Dhugetlb.h37 unsigned long ceiling) hugetlb_free_pgd_range()
39 free_pgd_range(tlb, addr, end, floor, ceiling); hugetlb_free_pgd_range()
34 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
/linux-4.4.14/arch/metag/include/asm/
H A Dhugetlb.h20 unsigned long ceiling) hugetlb_free_pgd_range()
22 free_pgd_range(tlb, addr, end, floor, ceiling); hugetlb_free_pgd_range()
17 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
/linux-4.4.14/arch/parisc/include/asm/
H A Dhugetlb.h37 unsigned long ceiling) hugetlb_free_pgd_range()
39 free_pgd_range(tlb, addr, end, floor, ceiling); hugetlb_free_pgd_range()
34 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
/linux-4.4.14/arch/arm/include/asm/
H A Dhugetlb.h33 unsigned long ceiling) hugetlb_free_pgd_range()
35 free_pgd_range(tlb, addr, end, floor, ceiling); hugetlb_free_pgd_range()
30 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
H A Dpgtable.h67 * Use TASK_SIZE as the ceiling argument for free_pgtables() and
/linux-4.4.14/drivers/devfreq/
H A Dgovernor_powersave.c20 * target callback should be able to get ceiling value as devfreq_powersave_func()
/linux-4.4.14/arch/mips/include/asm/
H A Dhugetlb.h45 unsigned long ceiling) hugetlb_free_pgd_range()
47 free_pgd_range(tlb, addr, end, floor, ceiling); hugetlb_free_pgd_range()
41 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
/linux-4.4.14/arch/arm64/include/asm/
H A Dhugetlb.h63 unsigned long ceiling) hugetlb_free_pgd_range()
65 free_pgd_range(tlb, addr, end, floor, ceiling); hugetlb_free_pgd_range()
60 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
/linux-4.4.14/arch/powerpc/mm/
H A Dhugetlbpage.c515 unsigned long floor, unsigned long ceiling) free_hugepd_range()
533 if (ceiling) { free_hugepd_range()
534 ceiling &= pdmask; free_hugepd_range()
535 if (! ceiling) free_hugepd_range()
538 if (end - 1 > ceiling - 1) free_hugepd_range()
553 unsigned long floor, unsigned long ceiling) hugetlb_free_pmd_range()
581 addr, next, floor, ceiling); hugetlb_free_pmd_range()
587 if (ceiling) { hugetlb_free_pmd_range()
588 ceiling &= PUD_MASK; hugetlb_free_pmd_range()
589 if (!ceiling) hugetlb_free_pmd_range()
592 if (end - 1 > ceiling - 1) hugetlb_free_pmd_range()
603 unsigned long floor, unsigned long ceiling) hugetlb_free_pud_range()
617 ceiling); hugetlb_free_pud_range()
629 addr, next, floor, ceiling); hugetlb_free_pud_range()
636 if (ceiling) { hugetlb_free_pud_range()
637 ceiling &= PGDIR_MASK; hugetlb_free_pud_range()
638 if (!ceiling) hugetlb_free_pud_range()
641 if (end - 1 > ceiling - 1) hugetlb_free_pud_range()
654 unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range()
682 hugetlb_free_pud_range(tlb, pgd, addr, next, floor, ceiling); hugetlb_free_pgd_range()
694 addr, next, floor, ceiling); hugetlb_free_pgd_range()
513 free_hugepd_range(struct mmu_gather *tlb, hugepd_t *hpdp, int pdshift, unsigned long start, unsigned long end, unsigned long floor, unsigned long ceiling) free_hugepd_range() argument
551 hugetlb_free_pmd_range(struct mmu_gather *tlb, pud_t *pud, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pmd_range() argument
601 hugetlb_free_pud_range(struct mmu_gather *tlb, pgd_t *pgd, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pud_range() argument
652 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
/linux-4.4.14/arch/tile/include/asm/
H A Dhugetlb.h46 unsigned long ceiling) hugetlb_free_pgd_range()
48 free_pgd_range(tlb, addr, end, floor, ceiling); hugetlb_free_pgd_range()
43 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
/linux-4.4.14/arch/x86/mm/
H A Dtlb.c326 int ceiling; tlbflush_write_file() local
333 if (kstrtoint(buf, 0, &ceiling)) tlbflush_write_file()
336 if (ceiling < 0) tlbflush_write_file()
339 tlb_single_page_flush_ceiling = ceiling; tlbflush_write_file()
/linux-4.4.14/arch/ia64/include/asm/
H A Dhugetlb.h10 unsigned long ceiling);
/linux-4.4.14/arch/arm/plat-omap/
H A Dsram.c39 * Memory allocator for SRAM: calculates the new ceiling address
/linux-4.4.14/arch/powerpc/include/asm/
H A Dhugetlb.h92 unsigned long ceiling);
/linux-4.4.14/mm/
H A Dmemory.c403 unsigned long floor, unsigned long ceiling) free_pmd_range()
421 if (ceiling) { free_pmd_range()
422 ceiling &= PUD_MASK; free_pmd_range()
423 if (!ceiling) free_pmd_range()
426 if (end - 1 > ceiling - 1) free_pmd_range()
437 unsigned long floor, unsigned long ceiling) free_pud_range()
449 free_pmd_range(tlb, pud, addr, next, floor, ceiling); free_pud_range()
455 if (ceiling) { free_pud_range()
456 ceiling &= PGDIR_MASK; free_pud_range()
457 if (!ceiling) free_pud_range()
460 if (end - 1 > ceiling - 1) free_pud_range()
473 unsigned long floor, unsigned long ceiling) free_pgd_range()
489 * the address space, but end 0 and ceiling 0 refer to the top free_pgd_range()
490 * Comparisons need to use "end - 1" and "ceiling - 1" (though free_pgd_range()
493 * Wherever addr is brought up or ceiling brought down, we must free_pgd_range()
498 * Whereas we round start (addr) and ceiling down, by different free_pgd_range()
510 if (ceiling) { free_pgd_range()
511 ceiling &= PMD_MASK; free_pgd_range()
512 if (!ceiling) free_pgd_range()
515 if (end - 1 > ceiling - 1) free_pgd_range()
525 free_pud_range(tlb, pgd, addr, next, floor, ceiling); free_pgd_range()
530 unsigned long floor, unsigned long ceiling) free_pgtables()
545 floor, next? next->vm_start: ceiling); free_pgtables()
558 floor, next? next->vm_start: ceiling); free_pgtables()
401 free_pmd_range(struct mmu_gather *tlb, pud_t *pud, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) free_pmd_range() argument
435 free_pud_range(struct mmu_gather *tlb, pgd_t *pgd, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) free_pud_range() argument
471 free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) free_pgd_range() argument
529 free_pgtables(struct mmu_gather *tlb, struct vm_area_struct *vma, unsigned long floor, unsigned long ceiling) free_pgtables() argument
H A Dinternal.h37 unsigned long floor, unsigned long ceiling);
H A Dmemcontrol.c3769 unsigned long ceiling = min(memcg->memory.limit, memcg->high); mem_cgroup_wb_stats() local
3772 *pheadroom = min(*pheadroom, ceiling - min(ceiling, used)); mem_cgroup_wb_stats()
/linux-4.4.14/drivers/media/usb/stkwebcam/
H A Dstk-sensor.c131 #define REG_COM9 0x14 /* Control 9 - gain ceiling */
431 { REG_COM9, 0x38 }, /* 16x gain ceiling; 0x8 is reserved bit */
448 { REG_COM9, 0x38 }, /* 16x gain ceiling; 0x8 is reserved bit */
/linux-4.4.14/drivers/media/i2c/
H A Dov7670.c84 #define REG_COM9 0x14 /* Control 9 - gain ceiling */
398 { REG_COM9, 0x48 }, /* 32x gain ceiling; 0x8 is reserved bit */
414 { REG_COM9, 0x38 }, /* 16x gain ceiling; 0x8 is reserved bit */
430 { REG_COM9, 0x38 }, /* 16x gain ceiling; 0x8 is reserved bit */
H A Dov9650.c88 #define REG_COM9 0x14 /* Gain ceiling */
337 { REG_COM9, 0x3a }, /* Gain ceiling 16x */
/linux-4.4.14/drivers/lguest/
H A Dcore.c88 * tell the Guest it can't access this memory, so we want its ceiling map_switcher()
/linux-4.4.14/drivers/clk/
H A Dclk-divider.c27 * rate - rate is adjustable. clk->rate = ceiling(parent->rate / divisor)
/linux-4.4.14/include/linux/
H A Dhugetlb.h151 #define hugetlb_free_pgd_range(tlb, addr, end, floor, ceiling) ({BUG(); 0; })
H A Ddevice-mapper.h583 * ceiling(n / size) * size
H A Dmm.h1138 unsigned long end, unsigned long floor, unsigned long ceiling);
/linux-4.4.14/include/asm-generic/
H A Dpgtable.h18 * upper ceiling to free_pgtables(): on many architectures it has the same
/linux-4.4.14/drivers/regulator/
H A Dqcom_spmi-regulator.c576 * Force uV to be an allowed set point by applying a ceiling function to spmi_regulator_select_voltage()
637 * Force uV to be an allowed set point by applying a ceiling function to spmi_regulator_select_voltage_same_range()
/linux-4.4.14/drivers/md/
H A Ddm-table.c69 * Similar to ceiling(log_size(n))
/linux-4.4.14/drivers/media/i2c/soc_camera/
H A Dov2640.c207 * Automatic gain ceiling - maximum AGC value [7:5]*/
H A Dov772x.c307 /* Automatic gain ceiling - maximum AGC value */
/linux-4.4.14/drivers/usb/host/
H A Dehci-q.c783 /* 1024 byte maxpacket is a hardware ceiling. High bandwidth qh_make()
H A Dfotg210-hcd.c2764 /* 1024 byte maxpacket is a hardware ceiling. High bandwidth qh_make()
/linux-4.4.14/drivers/platform/x86/
H A Dintel_ips.c38 * adjusted upwards. If we hit the thermal ceiling or a thermal trigger,
/linux-4.4.14/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c1447 /* Hit the ceiling ? */ pnv_eeh_next_error()
/linux-4.4.14/drivers/usb/gadget/udc/
H A Dpxa25x_udc.c985 * the 500uA suspend ceiling means that exclusively vbus-powered PXA designs
/linux-4.4.14/drivers/media/tuners/
H A Dmt2063.c362 /* Implement ceiling, floor functions. */
/linux-4.4.14/drivers/media/usb/cpia2/
H A Dcpia2_core.c679 * default rec 601 ceiling cpia2_reset_camera()
/linux-4.4.14/arch/powerpc/kernel/
H A Deeh.c541 /* Hit the ceiling ? */ eeh_dev_check_failure()
/linux-4.4.14/drivers/media/usb/gspca/
H A Dov519.c587 #define OV7670_R14_COM9 0x14 /* Control 9 - gain ceiling */
802 * COMJ[7:6] "AGC gain ceiling"
/linux-4.4.14/drivers/usb/gadget/function/
H A Df_mass_storage.c1298 /* Maximum prefetch ceiling */ do_mode_sense()
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_ialloc.c1707 * If we have already hit the ceiling of inode blocks then clear xfs_dialloc()
/linux-4.4.14/sound/pci/au88x0/
H A Dau88x0_core.c428 /* Set clipping ceiling (this may be all wrong). */ vortex_mixer_init()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmain.c669 /* calc ceiling of bits/rate = microseconds of air time */ brcms_c_calc_frame_time()

Completed in 1689 milliseconds