Lines Matching refs:size
99 unsigned long size;
108 size = nmemb * elem_size;
109 addr = vzalloc(size);
275 DMWARN("%s: start=%llu not aligned to h/w zone size %u of %s",
292 DMWARN("%s: len=%llu not aligned to h/w zone size %u of %s",
305 "logical block size %u of %s",
314 "logical block size %u of %s",
502 static char **realloc_argv(unsigned *size, char **old_argv)
508 if (*size) {
509 new_size = *size * 2;
517 memcpy(argv, old_argv, *size * sizeof(*argv));
518 *size = new_size;
592 * two or more targets, the size of each piece it gets split into must
651 "not aligned to h/w logical block size %u",
1400 * zoned model with all zoned devices having the same zone size.
1455 /* Check zone size validity and compatibility */