Searched refs:mc_next (Results 1 – 5 of 5) sorted by relevance
195 struct mc *mc_next; /* next MC instance */ member
136 for (mc = mc_list; mc != NULL; mc = mc->mc_next) { in mc_lookup_by_chipid()1367 mc_last->mc_next = mc; in mc_create()1369 mc->mc_next = NULL; in mc_create()1594 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()
303 static int mc_next(int id);2219 if (mc_next(0) == 0) in extract_slot_table_from_obp()2221 mc_walk(mc_next(0)); in extract_slot_table_from_obp()2235 mc_next(int id) in mc_next() function2259 if (curnode = mc_next(id)) in mc_walk()
6018 struct mcache *mc_next; member6083 mcp->mc_next = mhp->mh_hash[idx];6102 mhp->mh_hash[i] = mcp->mc_next;6135 for (mcp = mhp->mh_hash[idx]; mcp; mcp = mcp->mc_next) {