Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/boot/common/
Dofcommon.c30 static struct memchunk *freechunks; variable
42 for (mpp = &freechunks; (mp = *mpp) != 0; mpp = &mp->next) { in zalloc()
70 mp->next = freechunks; in zfree()
71 freechunks = mp; in zfree()
/linux-2.4.37.9/arch/ppc64/boot/
DzImage.c257 static struct memchunk *freechunks; variable
269 for (mpp = &freechunks; (mp = *mpp) != 0; mpp = &mp->next) { in zalloc()
297 mp->next = freechunks; in zfree()
298 freechunks = mp; in zfree()