Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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)
/kernel/linux/linux-6.6/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)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Da.out.h92 #define SEGMENT_SIZE 1024 macro
94 #ifndef SEGMENT_SIZE
95 #define SEGMENT_SIZE getpagesize() macro
98 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Da.out.h92 #define SEGMENT_SIZE 1024 macro
94 #ifndef SEGMENT_SIZE
95 #define SEGMENT_SIZE getpagesize() macro
98 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Da.out.h95 #define SEGMENT_SIZE 1024 macro
97 #ifndef SEGMENT_SIZE
99 #define SEGMENT_SIZE getpagesize() macro
103 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
/kernel/linux/linux-5.10/include/linux/
H A Da.out.h12 #ifndef SEGMENT_SIZE
13 #define SEGMENT_SIZE PAGE_SIZE macro
/kernel/linux/linux-5.10/fs/f2fs/
H A Dsegment.h83 #define SEGMENT_SIZE(sbi) (1ULL << ((sbi)->log_blocksize + \ macro
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsegment.h83 #define SEGMENT_SIZE(sbi) (1ULL << ((sbi)->log_blocksize + \ macro
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c6222 #define SEGMENT_SIZE 128 macro
6772 num_seg = PAGE_SIZE / SEGMENT_SIZE; in init_one()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c6211 #define SEGMENT_SIZE 128 macro
6749 num_seg = PAGE_SIZE / SEGMENT_SIZE; in init_one()

Completed in 23 milliseconds