Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/gpu/drm/nouveau/
Dnouveau_bios.c217 int scores[NUM_SHADOW_METHODS], i; in NVShadowVBIOS() local
241 scores[i] = score_vbios(dev, data, methods[i].rw); in NVShadowVBIOS()
242 if (scores[i] == testscore) in NVShadowVBIOS()
248 if (scores[i] == testscore) { in NVShadowVBIOS()
/linux-2.6.39/net/ipv6/
Daddrconf.c1123 struct ipv6_saddr_score scores[2], in ipv6_dev_get_saddr() local
1124 *score = &scores[0], *hiscore = &scores[1]; in ipv6_dev_get_saddr()