Home
last modified time | relevance | path

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

/kernel/
Dprintk.c253 #define LOG_ALIGN 4 macro
255 #define LOG_ALIGN __alignof__(struct log) macro
258 static char __log_buf[__LOG_BUF_LEN] __aligned(LOG_ALIGN);
320 pad_len = (-size) & (LOG_ALIGN - 1); in log_store()