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

/linux-master/kernel/printk/
H A Dprintk.c492 #define LOG_ALIGN __alignof__(unsigned long) macro
495 static char __log_buf[__LOG_BUF_LEN] __aligned(LOG_ALIGN);
1165 new_log_buf = memblock_alloc(new_log_buf_len, LOG_ALIGN);
1173 new_descs = memblock_alloc(new_descs_size, LOG_ALIGN);
1181 new_infos = memblock_alloc(new_infos_size, LOG_ALIGN);

Completed in 138 milliseconds