Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/s390/char/
Dzcore.c35 #define CHUNK_INFO_SIZE 34 /* 2 16-byte char, each followed by blank */ macro
420 MEMORY_CHUNKS * CHUNK_INFO_SIZE); in zcore_memmap_read()
434 buf = kzalloc(MEMORY_CHUNKS * CHUNK_INFO_SIZE, GFP_KERNEL); in zcore_memmap_open()
440 sprintf(buf + (i * CHUNK_INFO_SIZE), "%016llx %016llx ", in zcore_memmap_open()