Searched refs:LOG_ALIGN (Results 1 – 1 of 1) sorted by relevance
253 #define LOG_ALIGN 4 macro255 #define LOG_ALIGN __alignof__(struct log) macro258 static char __log_buf[__LOG_BUF_LEN] __aligned(LOG_ALIGN);320 pad_len = (-size) & (LOG_ALIGN - 1); in log_store()