Searched refs:Locks (Results 1 – 18 of 18) sorted by relevance
196 struct rcslock *Locks; variable295 LastLock = &Locks; in getadmin()451 currlock=Locks; in gettree()
1700 for (trail = &Locks; (next = *trail); trail = &next->nextlock)1732 for (next = Locks; next; next = next->nextlock)1746 next->nextlock = Locks;1747 Locks = next;
504 curlock = Locks; in putadmin()
662 extern struct rcslock *Locks;
394 Head=0; Dbranch=0; AccessList=0; Symbols=0; Locks=0; in InitAdmin()
378 if (onlylockflag && !Locks)411 currlock = Locks;418 aputs(" ; strict" + (Locks?3:0), out);864 for (pp = &Locks; (p = *pp); ) in trunclocks()983 for (plock = Locks; ; plock = plock->nextlock)
585 dummy.nextlock=next=Locks;604 Locks=dummy.nextlock;
1089 for (trail = &Locks; (next = *trail); trail = &next->nextlock)1148 for (lockpt = Locks; lockpt; lockpt = lockpt->nextlock)1371 if (Locks) { in dolocks()1375 changed |= breaklock(Locks->delta); in dolocks()
269 for (al = &Locks; (l = *al); al = &l->nextlock)
60 Locks/ Scripts for lock analysis
29 Locks (mutexes, condition variables, etc)
73 Locks/
1137 for (trail = &Locks; (next = *trail); trail = &next->nextlock)
609 Locks654 Locks are ephemeral things, not historied in any way. They are1008 Locks:
594 Locks layout597 Locks in FSFS are stored in serialized hash format in files whose
151 Description: Locks the mad RPC mechanism until madrpc_unlock() is called. Calls