Lines Matching refs:glist
1557 func injectglist(glist *g) {1558 if glist == nil {1562 for gp := glist; gp != nil; gp = gp.schedlink.ptr() {1568 for n = 0; glist != nil; n++ {1569 gp := glist1570 glist = gp.schedlink.ptr()