num_unused_gpl_syms  387 include/linux/module.h 	unsigned int num_unused_gpl_syms;
num_unused_gpl_syms  470 kernel/module.c 			  mod->unused_gpl_syms + mod->num_unused_gpl_syms,
num_unused_gpl_syms 2276 kernel/module.c 		{ mod->unused_gpl_syms, mod->num_unused_gpl_syms },
num_unused_gpl_syms 3176 kernel/module.c 					    &mod->num_unused_gpl_syms);
num_unused_gpl_syms 3346 kernel/module.c 	    || (mod->num_unused_gpl_syms && !mod->unused_gpl_crcs)