Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/nvdimm/
Dbtt.c350 unsigned int log_half = (LOG_ENT_SIZE - 2 * sizeof(u64)) / 2; in __btt_log_write() local
355 ret = arena_write_bytes(arena, ns_off, src, log_half); in __btt_log_write()
359 ns_off += log_half; in __btt_log_write()
360 src += log_half; in __btt_log_write()
361 return arena_write_bytes(arena, ns_off, src, log_half); in __btt_log_write()