Home
last modified time | relevance | path

Searched refs:_x (Results 1 – 6 of 6) sorted by relevance

/sys/include/
Dcdefs.h18 #define ROUNDUP(_x, _n) (((_x) + (_n) - 1) & ~((_n) - 1)) argument
25 #define __LOCK_EX(_x) __attribute__((exclusive_lock_function(_x))) argument
26 #define __TRYLOCK_EX(_x) __attribute__((exclusive_trylock_function(_x))) argument
27 #define __UNLOCK_EX(_x) __attribute__((unlock_function(_x))) argument
28 #define __LOCK_EX_ASSERT(_x) __attribute__((assert_exclusive_lock(_x))) argument
29 #define __GUARDED_BY(_x) __attribute__((guarded_by(_x))) argument
33 #define __LOCK_EX(_x) argument
34 #define __TRYLOCK_EX(_x) argument
35 #define __UNLOCK_EX(_x) argument
36 #define __LOCK_EX_ASSERT(_x) argument
[all …]
Dwait.h8 #define WEXITSTATUS(_x) (_x & 0x000000ff) argument
9 #define _WSTATUS(_x) ((_x & 0x0000ff00) >> 8) argument
11 #define WIFEXITED(_x) (_WSTATUS(_x) == 0) argument
13 #define WGETPID(_x) ((pid_t)(_x >> 16)) argument
Dkassert.h8 #define ASSERT(_x) \ argument
9 if (!(_x)) { \
10 Debug_Assert("ASSERT("#_x"): %s %s:%d\n", \
/sys/amd64/
Dmpboot.S7 #define LOWMEM(_x) (_x - KERNEL_BASE) argument
8 #define MPLOWMEM(_x) (_x - KERNEL_BASE + 0x7000) argument
Dmultiboot.S11 #define LOWMEM(_x) (_x - KERNEL_BASE) argument
/lib/libc/
Dmalloc.c32 #define ROUNDUP(_x, _n) (((_x) + (_n) - 1) & ~((_n) - 1)) argument