Searched refs:log_half (Results 1 – 1 of 1) sorted by relevance
368 unsigned int log_half = LOG_ENT_SIZE / 2; in __btt_log_write() local 375 ret = arena_write_bytes(arena, ns_off, src, log_half, flags); in __btt_log_write() 379 ns_off += log_half; in __btt_log_write() 380 src += log_half; in __btt_log_write() 381 return arena_write_bytes(arena, ns_off, src, log_half, flags); in __btt_log_write()