Home
last modified time | relevance | path

Searched refs:ALIGN_STRUCTFIELD (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/trace/stages/
H A Dstage4_event_fields.h5 #define ALIGN_STRUCTFIELD(type) ((int)(__alignof__(struct {type b;}))) macro
10 .size = sizeof(_type), .align = ALIGN_STRUCTFIELD(_type), \
16 .size = sizeof(_type), .align = ALIGN_STRUCTFIELD(_type), \
28 .size = sizeof(_type[_len]), .align = ALIGN_STRUCTFIELD(_type), \
/kernel/linux/linux-5.10/include/trace/
H A Dtrace_events.h403 #define ALIGN_STRUCTFIELD(type) ((int)(__alignof__(struct {type b;}))) macro
408 .size = sizeof(_type), .align = ALIGN_STRUCTFIELD(_type), \
414 .size = sizeof(_type), .align = ALIGN_STRUCTFIELD(_type), \
426 .size = sizeof(_type[_len]), .align = ALIGN_STRUCTFIELD(_type), \

Completed in 2 milliseconds