Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/nvdimm/
Dbtt.c366 unsigned int log_half = LOG_ENT_SIZE / 2; in __btt_log_write() local
373 ret = arena_write_bytes(arena, ns_off, src, log_half, flags); in __btt_log_write()
377 ns_off += log_half; in __btt_log_write()
378 src += log_half; in __btt_log_write()
379 return arena_write_bytes(arena, ns_off, src, log_half, flags); in __btt_log_write()