Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/char/
Dzcore.c36 #define CHUNK_INFO_SIZE 34 /* 2 16-byte char, each followed by blank */ macro
146 memblock.memory.cnt * CHUNK_INFO_SIZE); in zcore_memmap_read()
155 buf = kcalloc(memblock.memory.cnt, CHUNK_INFO_SIZE, GFP_KERNEL); in zcore_memmap_open()
160 sprintf(buf + (i++ * CHUNK_INFO_SIZE), "%016llx %016llx ", in zcore_memmap_open()