ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Functions | |
static void | bit_spin_lock (int bitnum, unsigned long *addr) |
static int | bit_spin_trylock (int bitnum, unsigned long *addr) |
static void | bit_spin_unlock (int bitnum, unsigned long *addr) |
static void | __bit_spin_unlock (int bitnum, unsigned long *addr) |
static int | bit_spin_is_locked (int bitnum, unsigned long *addr) |
Definition at line 68 of file bit_spinlock.h.
Definition at line 83 of file bit_spinlock.h.
Definition at line 10 of file bit_spinlock.h.
Definition at line 35 of file bit_spinlock.h.
Definition at line 51 of file bit_spinlock.h.