Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Da.out.h121 #define SEGMENT_SIZE 1024 macro
123 #ifndef SEGMENT_SIZE
125 #define SEGMENT_SIZE getpagesize() macro
130 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c6202 #define SEGMENT_SIZE 128 macro
6743 num_seg = PAGE_SIZE / SEGMENT_SIZE; in init_one()