Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Da.out.h119 #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/include/linux/
Da.out.h11 #ifndef SEGMENT_SIZE
12 #define SEGMENT_SIZE PAGE_SIZE macro
/linux-4.4.14/fs/f2fs/
Dsegment.h59 #define SEGMENT_SIZE(sbi) (1ULL << (sbi->log_blocksize + \ macro
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c4622 #define SEGMENT_SIZE 128 macro
4757 num_seg = PAGE_SIZE / SEGMENT_SIZE; in init_one()