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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dmodule.c40 static struct mips_hi16 *mips_hi16_list; variable in typeref:struct:mips_hi16
151 n->next = mips_hi16_list;
152 mips_hi16_list = n;
173 if (mips_hi16_list != NULL) {
176 l = mips_hi16_list;
211 mips_hi16_list = NULL;
H A Dvpe.c341 static struct mips_hi16 *mips_hi16_list; variable in typeref:struct:mips_hi16
446 n->next = mips_hi16_list;
447 mips_hi16_list = n;
461 if (mips_hi16_list != NULL) {
464 l = mips_hi16_list;
503 mips_hi16_list = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/modutils/
H A Dinsmod.c758 struct mips_hi16 *mips_hi16_list; member in struct:arch_file
1136 n->next = ifile->mips_hi16_list;
1137 ifile->mips_hi16_list = n;
1149 if (ifile->mips_hi16_list != NULL) {
1152 l = ifile->mips_hi16_list;
1181 ifile->mips_hi16_list = NULL;

Completed in 58 milliseconds