mret             1518 arch/x86/events/intel/uncore.c 	int pret = 0, cret = 0, mret = 0, ret;
mret             1543 arch/x86/events/intel/uncore.c 		mret = uncore_mmio_init();
mret             1546 arch/x86/events/intel/uncore.c 	if (cret && pret && mret)
mret             2338 sound/pci/ac97/ac97_patch.c 	int mret;
mret             2374 sound/pci/ac97/ac97_patch.c 	mret = snd_ac97_update_bits(ac97, AC97_AD_MISC2,
mret             2376 sound/pci/ac97/ac97_patch.c 	if (mret < 0)
mret             2377 sound/pci/ac97/ac97_patch.c 		return mret;
mret             2379 sound/pci/ac97/ac97_patch.c 	return (cret > 0 || lret > 0 || mret > 0) ? 1 : 0;