Searched defs:ceil (Results 1 – 8 of 8) sorted by relevance
13 #define ceil(x, y) ({ ulong __x = (x), __y = (y); (__x + __y - 1) / __y; }) macro
1799 uint64_t ceil; in offset_sector() local
224 size_t ceil = pow2ceil(desc->window_max_entries); in tlb_mmu_resize_locked() local