Searched refs:mc_next (Results 1 – 4 of 4) sorted by relevance
195 struct mc *mc_next; /* next MC instance */ member
137 for (mc = mc_list; mc != NULL; mc = mc->mc_next) { in mc_lookup_by_chipid()1368 mc_last->mc_next = mc; in mc_create()1370 mc->mc_next = NULL; in mc_create()1595 for (mc = mc_list; mc != NULL; mc = mc->mc_next) { in mc_attach()
87 return ((mcamd_node_t *)mc->mc_next); in mcamd_mc_next()
6426 struct mcache *mc_next; member6492 mcp->mc_next = mhp->mh_hash[idx];6510 mhp->mh_hash[i] = mcp->mc_next;6543 for (mcp = mhp->mh_hash[idx]; mcp; mcp = mcp->mc_next) {