Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/locking/
Dmcs_spinlock.h17 struct mcs_spinlock { struct
18 struct mcs_spinlock *next; argument
19 int locked; /* 1 if lock acquired */
20 int count; /* nesting count, see qspinlock.c */