Home
last modified time | relevance | path

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

/include/linux/
Dseq_buf.h27 #define DECLARE_SEQ_BUF(NAME, SIZE) \ argument
29 .buffer = (char[SIZE]) { 0 }, \
30 .size = SIZE, \
Dcache.h166 #define CACHELINE_ASSERT_GROUP_SIZE(TYPE, GROUP, SIZE) \ argument
169 SIZE)
Dfilter.h305 #define BPF_LD_ABS(SIZE, IMM) \ argument
307 .code = BPF_LD | BPF_SIZE(SIZE) | BPF_ABS, \
315 #define BPF_LD_IND(SIZE, SRC, IMM) \ argument
317 .code = BPF_LD | BPF_SIZE(SIZE) | BPF_IND, \
325 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument
327 .code = BPF_LDX | BPF_SIZE(SIZE) | BPF_MEM, \
335 #define BPF_LDX_MEMSX(SIZE, DST, SRC, OFF) \ argument
337 .code = BPF_LDX | BPF_SIZE(SIZE) | BPF_MEMSX, \
345 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument
347 .code = BPF_STX | BPF_SIZE(SIZE) | BPF_MEM, \
[all …]