Searched refs:floor (Results 1 – 5 of 5) sorted by relevance
| /include/linux/ |
| D | random.h | 98 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()
|
| D | hugetlb.h | 394 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument
|
| D | mm.h | 2558 unsigned long end, unsigned long floor, unsigned long ceiling);
|
| /include/asm-generic/ |
| D | hugetlb.h | 71 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/ |
| D | doc2000.h | 161 char floor, chip; member
|