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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dimalloc.c22 struct vm_struct * imlist = NULL; variable in typeref:struct:vm_struct
30 for (p = &imlist; (tmp = *p) ; p = &tmp->next) {
95 * vm will be assigned to a ptr to the existing imlist
106 for (tmp = imlist; tmp; tmp = tmp->next)
204 for (p = &imlist; (tmp = *p) ; p = &tmp->next) {
301 for (p = &imlist ; (tmp = *p) ; p = &tmp->next) {

Completed in 66 milliseconds