Searched refs:LOG_BLK_SIZE (Results 1 – 1 of 1) sorted by relevance
58 #define LOG_BLK_SIZE (1 << LOG_BLK_EXP) // block size macro63 #define LOG_CACHE_MIN_SIZE (2 * LOG_MAX_SIZE + LOG_BLK_SIZE)192 _Static_assert(LOG_BLK_SIZE > sizeof(log_stream_msg_t),201 _Static_assert(LOG_CACHE_MIN_SIZE >= (2 * LOG_MAX_SIZE + LOG_BLK_SIZE),222 if (amount % LOG_BLK_SIZE == 0) { in blocks_needed()