Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/printk/
Dprintk.c262 #define LOG_ALIGN 4 macro
264 #define LOG_ALIGN __alignof__(struct printk_log) macro
267 static char __log_buf[__LOG_BUF_LEN] __aligned(LOG_ALIGN);
375 *pad_len = (-size) & (LOG_ALIGN - 1); in msg_used_size()
902 memblock_virt_alloc(new_log_buf_len, LOG_ALIGN); in setup_log_buf()
905 LOG_ALIGN); in setup_log_buf()