Searched refs:_x (Results 1 – 6 of 6) sorted by relevance
18 #define ROUNDUP(_x, _n) (((_x) + (_n) - 1) & ~((_n) - 1)) argument25 #define __LOCK_EX(_x) __attribute__((exclusive_lock_function(_x))) argument26 #define __TRYLOCK_EX(_x) __attribute__((exclusive_trylock_function(_x))) argument27 #define __UNLOCK_EX(_x) __attribute__((unlock_function(_x))) argument28 #define __LOCK_EX_ASSERT(_x) __attribute__((assert_exclusive_lock(_x))) argument29 #define __GUARDED_BY(_x) __attribute__((guarded_by(_x))) argument33 #define __LOCK_EX(_x) argument34 #define __TRYLOCK_EX(_x) argument35 #define __UNLOCK_EX(_x) argument36 #define __LOCK_EX_ASSERT(_x) argument[all …]
8 #define WEXITSTATUS(_x) (_x & 0x000000ff) argument9 #define _WSTATUS(_x) ((_x & 0x0000ff00) >> 8) argument11 #define WIFEXITED(_x) (_WSTATUS(_x) == 0) argument13 #define WGETPID(_x) ((pid_t)(_x >> 16)) argument
8 #define ASSERT(_x) \ argument9 if (!(_x)) { \10 Debug_Assert("ASSERT("#_x"): %s %s:%d\n", \
7 #define LOWMEM(_x) (_x - KERNEL_BASE) argument8 #define MPLOWMEM(_x) (_x - KERNEL_BASE + 0x7000) argument
11 #define LOWMEM(_x) (_x - KERNEL_BASE) argument
32 #define ROUNDUP(_x, _n) (((_x) + (_n) - 1) & ~((_n) - 1)) argument