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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/edac/
H A Damd64_edac.c21 static struct amd64_pvt *pvt_lookup[EDAC_MAX_NUMNODES]; variable in typeref:struct:amd64_pvt
2681 pvt_lookup[pvt->mc_node_id] = pvt;
2739 pvt_lookup[node_id] = NULL;
2762 kfree(pvt_lookup[pvt->mc_node_id]);
2763 pvt_lookup[node_id] = NULL;
2911 * At this point, the array 'pvt_lookup[]' contains pointers to alloc'd
2917 if (!pvt_lookup[nb])
2920 err = amd64_init_2nd_stage(pvt_lookup[nb]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/edac/
H A Damd64_edac.c21 static struct amd64_pvt *pvt_lookup[EDAC_MAX_NUMNODES]; variable in typeref:struct:amd64_pvt
2681 pvt_lookup[pvt->mc_node_id] = pvt;
2739 pvt_lookup[node_id] = NULL;
2762 kfree(pvt_lookup[pvt->mc_node_id]);
2763 pvt_lookup[node_id] = NULL;
2911 * At this point, the array 'pvt_lookup[]' contains pointers to alloc'd
2917 if (!pvt_lookup[nb])
2920 err = amd64_init_2nd_stage(pvt_lookup[nb]);

Completed in 63 milliseconds