Searched refs:free_part (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dnvram_64.c337 struct nvram_partition *free_part = NULL; local
351 free_part = part;
356 free_part = part;
369 new_part->index = free_part->index;
396 list_add_tail(&new_part->partition, &free_part->partition);
398 if (free_part->header.length <= size) {
399 list_del(&free_part->partition);
400 kfree(free_part);
405 free_part->index += size * NVRAM_BLOCK_LEN;
406 free_part
[all...]

Completed in 42 milliseconds