Searched defs:mcs_spinlock (Results 1 – 1 of 1) sorted by relevance
17 struct mcs_spinlock { struct18 struct mcs_spinlock *next; argument19 int locked; /* 1 if lock acquired */20 int count; /* nesting count, see qspinlock.c */