Go to the source code of this file.
|
| #define | __packed VSF_CAL_PACKED |
| |
| #define | __aligned(n) VSF_CAL_ALIGN(n) |
| |
| #define | __user |
| |
| #define | __bitwise |
| |
| #define | EXPORT_SYMBOL_GPL(__SYMBOL) |
| |
| #define | MSEC_PER_SEC 1000L |
| |
| #define | USEC_PER_MSEC 1000L |
| |
| #define | NSEC_PER_USEC 1000L |
| |
| #define | NSEC_PER_MSEC 1000000L |
| |
| #define | USEC_PER_SEC 1000000L |
| |
| #define | NSEC_PER_SEC 1000000000L |
| |
| #define | __struct_group(TAG, NAME, ATTRS, MEMBERS...) |
| |
| #define | struct_group(NAME, MEMBERS...) __struct_group(/* no tag */, NAME, /* no attrs */, MEMBERS) |
| |
| #define | ARRAY_SIZE(__ARR) dimof(__ARR) |
| |
| #define | roundup(__x, __y) |
| |
| #define | rounddown(__x, __y) |
| |
| #define | round_up(__x, __y) ((((__x) - 1) | ((__y) - 1)) + 1) |
| |
◆ __packed
◆ __aligned
◆ __user
◆ __bitwise
◆ EXPORT_SYMBOL_GPL
| #define EXPORT_SYMBOL_GPL |
( |
|
__SYMBOL | ) |
|
◆ MSEC_PER_SEC
| #define MSEC_PER_SEC 1000L |
◆ USEC_PER_MSEC
| #define USEC_PER_MSEC 1000L |
◆ NSEC_PER_USEC
| #define NSEC_PER_USEC 1000L |
◆ NSEC_PER_MSEC
| #define NSEC_PER_MSEC 1000000L |
◆ USEC_PER_SEC
| #define USEC_PER_SEC 1000000L |
◆ NSEC_PER_SEC
| #define NSEC_PER_SEC 1000000000L |
◆ __struct_group
| #define __struct_group |
( |
|
TAG, |
|
|
|
NAME, |
|
|
|
ATTRS, |
|
|
|
MEMBERS... |
|
) |
| |
Value: union { \
struct { MEMBERS } ATTRS; \
struct TAG { MEMBERS } ATTRS NAME; \
}
◆ struct_group
| #define struct_group |
( |
|
NAME, |
|
|
|
MEMBERS... |
|
) |
| __struct_group(/* no tag */, NAME, /* no attrs */, MEMBERS) |
◆ ARRAY_SIZE
| #define ARRAY_SIZE |
( |
|
__ARR | ) |
dimof(__ARR) |
◆ roundup
| #define roundup |
( |
|
__x, |
|
|
|
__y |
|
) |
| |
Value: ({ \
(((__x) + ((__y) - 1)) / (__y)) * (__y); \
})
◆ rounddown
| #define rounddown |
( |
|
__x, |
|
|
|
__y |
|
) |
| |
Value: ({ \
(__x) - ((__x) % (__y)); \
})
◆ round_up
| #define round_up |
( |
|
__x, |
|
|
|
__y |
|
) |
| ((((__x) - 1) | ((__y) - 1)) + 1) |
◆ __s8
◆ __u8
◆ __s16
◆ __u16
◆ __s32
◆ __u32
◆ __s64
◆ __u64
◆ __le16
◆ __be16
◆ __le32
◆ __be32
◆ __le64
◆ __be64
◆ __sum16
◆ __wsum
◆ u8
◆ s8
◆ u16
◆ s16
◆ u32
◆ s32
◆ u64
◆ s64
◆ __kernel_off_t
◆ __kernel_pid_t
◆ slab_flags_t
◆ fmode_t
◆ phys_addr_t
◆ dma_addr_t