Searched refs:Locks (Results 1 – 10 of 10) sorted by relevance
200 struct rcslock *Locks; variable299 LastLock = &Locks; in getadmin()464 currlock=Locks; in gettree()
1705 for (trail = &Locks; (next = *trail); trail = &next->nextlock)1737 for (next = Locks; next; next = next->nextlock)1752 next->nextlock = Locks;1753 Locks = next;
508 curlock = Locks; in putadmin()
671 extern struct rcslock *Locks;
397 Head=0; Dbranch=0; AccessList=0; Symbols=0; Locks=0; in InitAdmin()
381 if (onlylockflag && !Locks)414 currlock = Locks;421 aputs(" ; strict" + (Locks?3:0), out);872 for (pp = &Locks; (p = *pp); ) in trunclocks()991 for (plock = Locks; ; plock = plock->nextlock) {
588 dummy.nextlock=next=Locks;607 Locks=dummy.nextlock;
1092 for (trail = &Locks; (next = *trail); trail = &next->nextlock)1151 for (lockpt = Locks; lockpt; lockpt = lockpt->nextlock)1374 if (Locks) { in dolocks()1378 changed |= breaklock(Locks->delta); in dolocks()
273 for (al = &Locks; (l = *al); al = &l->nextlock)
1186 for (trail = &Locks; (next = *trail); trail = &next->nextlock)