Home
last modified time | relevance | path

Searched defs:mcs_spinlock (Results 1 – 1 of 1) sorted by relevance

/kernel/locking/
Dmcs_spinlock.h18 struct mcs_spinlock { struct
19 struct mcs_spinlock *next; argument
20 int locked; /* 1 if lock acquired */
21 int count; /* nesting count, see qspinlock.c */