Searched defs:mcs_spinlock (Results 1 – 1 of 1) sorted by relevance
18 struct mcs_spinlock { struct19 struct mcs_spinlock *next; argument20 int locked; /* 1 if lock acquired */21 int count; /* nesting count, see qspinlock.c */