Searched refs:slev (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/sys/rump/librump/rumpkern/ |
| H A D | intr.c | 286 struct softint_lev *slev; in softint_init() local 292 slev = kmem_alloc(sizeof(struct softint_lev) * SOFTINT_COUNT, KM_SLEEP); in softint_init() 294 rumpuser_cv_init(&slev[i].si_cv); in softint_init() 295 TAILQ_INIT(&slev[i].si_pending); in softint_init() 297 cd->cpu_softcpu = slev; in softint_init()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| H A D | pftn.c | 179 int slev, temp, changed; in defid2() local 212 slev = p->slevel; in defid2() 222 scnames(p->sclass), p->sdf, p->sap, slev); in defid2() 248 if (blevel > slev && (class == AUTO || class == REGISTER)) in defid2() 326 if( slev==0 ) in defid2() 349 if (changed || (scl == STATIC && blevel == slev)) in defid2() 408 if ((blevel == 2 && slev == 1) || blevel <= slev || class == EXTERN) { in defid2()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| H A D | pftn.c | 152 int slev, temp, changed; in defid() local 182 slev = p->slevel; in defid() 192 scnames(p->sclass), p->sdf, p->sap, slev); in defid() 217 if (blevel > slev && (class == AUTO || class == REGISTER)) in defid() 296 if( slev==0 ) in defid() 317 if (changed || (scl == STATIC && blevel == slev)) in defid() 371 if (blevel <= slev || class == EXTERN) { in defid()
|