Searched refs:SEGMENT_SIZE (Results 1 – 3 of 3) sorted by relevance
121 #define SEGMENT_SIZE 1024 macro123 #ifndef SEGMENT_SIZE125 #define SEGMENT_SIZE getpagesize() macro130 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
83 #define SEGMENT_SIZE(sbi) (1ULL << ((sbi)->log_blocksize + \ macro
6212 #define SEGMENT_SIZE 128 macro6751 num_seg = PAGE_SIZE / SEGMENT_SIZE; in init_one()