Searched refs:SEGMENT_SIZE (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
H A Da.out.h11 #ifndef SEGMENT_SIZE
12 #define SEGMENT_SIZE PAGE_SIZE macro
/linux-4.4.14/include/uapi/linux/
H A Da.out.h116 Note that it is up to you to define SEGMENT_SIZE
119 #define SEGMENT_SIZE page_size macro
122 #define SEGMENT_SIZE 0x2000 macro
125 #define SEGMENT_SIZE 0x20000 macro
129 #define SEGMENT_SIZE PAGE_SIZE macro
137 #define SEGMENT_SIZE 1024 macro
139 #ifndef SEGMENT_SIZE
141 #define SEGMENT_SIZE getpagesize() macro
147 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
/linux-4.4.14/fs/f2fs/
H A Dsegment.h59 #define SEGMENT_SIZE(sbi) (1ULL << (sbi->log_blocksize + \ macro
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c4622 #define SEGMENT_SIZE 128 macro
4757 num_seg = PAGE_SIZE / SEGMENT_SIZE; init_one()

Completed in 170 milliseconds