|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | __mutex_fastpath_lock(count, fail_fn) fail_fn(count) |
| #define | __mutex_fastpath_lock_retval(count, fail_fn) fail_fn(count) |
| #define | __mutex_fastpath_unlock(count, fail_fn) fail_fn(count) |
| #define | __mutex_fastpath_trylock(count, fail_fn) fail_fn(count) |
| #define | __mutex_slowpath_needs_to_unlock() 1 |
Definition at line 13 of file mutex-null.h.
Definition at line 14 of file mutex-null.h.
Definition at line 16 of file mutex-null.h.
Definition at line 15 of file mutex-null.h.
| #define __mutex_slowpath_needs_to_unlock | ( | ) | 1 |
Definition at line 17 of file mutex-null.h.
1.8.2