Searched defs:chunk_sz (Results 1 – 2 of 2) sorted by relevance
45 __le32 chunk_sz; /* in blocks in output image */ member
161 size_t chunk_sz = size > 8 ? 8 : size; in copy_aggregate_part() local