Home
last modified time | relevance | path

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

/include/linux/
Drandom.h98 static inline u32 get_random_u32_above(u32 floor) in get_random_u32_above() argument
100 BUILD_BUG_ON_MSG(__builtin_constant_p(floor) && floor == U32_MAX, in get_random_u32_above()
102 return floor + 1 + get_random_u32_below(U32_MAX - floor); in get_random_u32_above()
110 static inline u32 get_random_u32_inclusive(u32 floor, u32 ceil) in get_random_u32_inclusive() argument
112 BUILD_BUG_ON_MSG(__builtin_constant_p(floor) && __builtin_constant_p(ceil) && in get_random_u32_inclusive()
113 (floor > ceil || ceil - floor == U32_MAX), in get_random_u32_inclusive()
115 return floor + get_random_u32_below(ceil - floor + 1); in get_random_u32_inclusive()
Dhugetlb.h394 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument
Dmm.h2558 unsigned long end, unsigned long floor, unsigned long ceiling);
/include/asm-generic/
Dhugetlb.h71 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument
73 free_pgd_range(tlb, addr, end, floor, ceiling); in hugetlb_free_pgd_range()
/include/linux/mtd/
Ddoc2000.h161 char floor, chip; member