Home | History | Annotate | Download | only in dc

Lines Matching refs:OLD

25 #define G2_LOCK(OLD) \
28 OLD = irq_disable(); \
34 #define G2_UNLOCK(OLD) \
38 irq_restore(OLD); \
43 int i, j, old = 0;
46 G2_LOCK(old);
61 G2_UNLOCK(old);
155 int old = 0;
168 G2_LOCK(old);
211 G2_UNLOCK(old);