Lines Matching refs:size
681 int size;
683 size = sizeof(struct mtd_partition) * set->nr_partitions;
684 if (size) {
685 ptr = kmemdup(set->partitions, size, GFP_KERNEL);
693 size = sizeof(int) * set->nr_chips;
694 ptr = kmemdup(set->nr_map, size, GFP_KERNEL);
707 int size;
721 size = sizeof(struct s3c2410_nand_set) * npd->nr_sets;
722 if (size) {
727 to = kmemdup(from, size, GFP_KERNEL);