Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
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-6.3-rc2/fs/f2fs/
A Dsegment.h83 #define SEGMENT_SIZE(sbi) (1ULL << ((sbi)->log_blocksize + \ macro
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_main.c6212 #define SEGMENT_SIZE 128 macro
6751 num_seg = PAGE_SIZE / SEGMENT_SIZE; in init_one()

Completed in 16 milliseconds