| /include/ |
| A D | time.h | 73 #define time_after(a,b) \ argument 77 #define time_before(a,b) time_after(b,a) argument 79 #define time_after_eq(a,b) \ argument 83 #define time_before_eq(a,b) time_after_eq(b,a) argument 88 #define time_in_range(a,b,c) \ argument 95 #define time_in_range_open(a,b,c) \ argument 102 #define time_after64(a,b) \ argument 106 #define time_before64(a,b) time_after64(b,a) argument 108 #define time_after_eq64(a,b) \ argument 112 #define time_before_eq64(a,b) time_after_eq64(b,a) argument [all …]
|
| A D | fsl_ddr.h | 18 #define ddr_in32(a) in_le32(a) argument 19 #define ddr_out32(a, v) out_le32(a, v) argument 20 #define ddr_setbits32(a, v) setbits_le32(a, v) argument 21 #define ddr_clrbits32(a, v) clrbits_le32(a, v) argument 22 #define ddr_clrsetbits32(a, clear, set) clrsetbits_le32(a, clear, set) argument 24 #define ddr_in32(a) in_be32(a) argument 25 #define ddr_out32(a, v) out_be32(a, v) argument 26 #define ddr_setbits32(a, v) setbits_be32(a, v) argument 27 #define ddr_clrbits32(a, v) clrbits_be32(a, v) argument 28 #define ddr_clrsetbits32(a, clear, set) clrsetbits_be32(a, clear, set) argument
|
| A D | fsl_sec_mon.h | 14 #define sec_mon_in32(a) in_le32(a) argument 15 #define sec_mon_out32(a, v) out_le32(a, v) argument 16 #define sec_mon_in16(a) in_le16(a) argument 20 #define sec_mon_in32(a) in_be32(a) argument 21 #define sec_mon_out32(a, v) out_be32(a, v) argument 22 #define sec_mon_in16(a) in_be16(a) argument
|
| A D | zfs_common.h | 37 #define zfs_to_cpu16(x, a) (((a) == BIG_ENDIAN) ? be16_to_cpu(x) \ argument 39 #define cpu_to_zfs16(x, a) (((a) == BIG_ENDIAN) ? cpu_to_be16(x) \ argument 42 #define zfs_to_cpu32(x, a) (((a) == BIG_ENDIAN) ? be32_to_cpu(x) \ argument 44 #define cpu_to_zfs32(x, a) (((a) == BIG_ENDIAN) ? cpu_to_be32(x) \ argument 47 #define zfs_to_cpu64(x, a) (((a) == BIG_ENDIAN) ? be64_to_cpu(x) \ argument 49 #define cpu_to_zfs64(x, a) (((a) == BIG_ENDIAN) ? cpu_to_be64(x) \ argument
|
| A D | fsl_sfp.h | 13 #define srk_in32(a) in_le32(a) argument 15 #define srk_in32(a) in_be32(a) argument 19 #define sfp_in32(a) in_le32(a) argument 20 #define sfp_out32(a, v) out_le32(a, v) argument 21 #define sfp_in16(a) in_le16(a) argument 23 #define sfp_in32(a) in_be32(a) argument 24 #define sfp_out32(a, v) out_be32(a, v) argument 25 #define sfp_in16(a) in_be16(a) argument
|
| A D | charset.h | 68 #define utf8_utf16_strlen(a) utf8_utf16_strnlen((a), SIZE_MAX) argument 139 #define utf16_utf8_strlen(a) utf16_utf8_strnlen((a), SIZE_MAX) argument
|
| A D | _exports.h | 8 #define EXPORT_FUNC(a, b, c, ...) argument
|
| A D | ipu_pixfmt.h | 18 #define fourcc(a, b, c, d)\ argument
|
| A D | fsl_sec.h | 15 #define sec_in32(a) in_le32((ulong *)(ulong)(a)) argument 16 #define sec_out32(a, v) out_le32((ulong *)(ulong)(a), v) argument 17 #define sec_in16(a) in_le16(a) argument 21 #define sec_in32(a) in_be32(a) argument 22 #define sec_out32(a, v) out_be32(a, v) argument 23 #define sec_in16(a) in_be16(a) argument
|
| A D | fsl_ifc.h | 23 #define ifc_in32(a) in_le32(a) argument 24 #define ifc_out32(a, v) out_le32(a, v) argument 25 #define ifc_in16(a) in_le16(a) argument 26 #define ifc_out16(a, v) out_le16(a, v) argument 28 #define ifc_in32(a) in_be32(a) argument 29 #define ifc_out32(a, v) out_be32(a, v) argument 30 #define ifc_in16(a) in_be16(a) argument 31 #define ifc_out16(a, v) out_be16(a, v) argument
|
| A D | tee.h | 132 u64 a; member
|
| A D | mmc.h | 24 #define MAKE_SDMMC_VERSION(a, b, c) \ argument 26 #define MAKE_SD_VERSION(a, b, c) \ argument 28 #define MAKE_MMC_VERSION(a, b, c) \ argument
|
| /include/linux/ |
| A D | kernel.h | 12 #define ALIGN(x,a) __ALIGN_MASK((x),(typeof(x))(a)-1) argument 13 #define ALIGN_DOWN(x, a) ALIGN((x) - ((a) - 1), (a)) argument 15 #define PTR_ALIGN(p, a) ((typeof(p))ALIGN((unsigned long)(p), (a))) argument 16 #define IS_ALIGNED(x, a) (((x) & ((typeof(x))(a) - 1)) == 0) argument 38 #define ROUND(a, b) (((a) + (b) - 1) & ~((b) - 1)) argument 224 #define swap(a, b) \ argument 249 #define __find_closest(x, a, as, op) \ argument 271 #define find_closest(x, a, as) __find_closest(x, a, as, <=) argument
|
| A D | math64.h | 144 static inline u64 mul_u32_u32(u32 a, u32 b) in mul_u32_u32() 153 static inline u64 mul_u64_u32_shr(u64 a, u32 mul, unsigned int shift) in mul_u64_u32_shr() 160 static inline u64 mul_u64_u64_shr(u64 a, u64 mul, unsigned int shift) in mul_u64_u64_shr() 169 static inline u64 mul_u64_u32_shr(u64 a, u32 mul, unsigned int shift) in mul_u64_u32_shr() 186 static inline u64 mul_u64_u64_shr(u64 a, u64 b, unsigned int shift) in mul_u64_u64_shr() 232 static inline u64 mul_u64_u32_div(u64 a, u32 mul, u32 divisor) in mul_u64_u32_div()
|
| A D | compiler_attributes.h | 87 # define __assume_aligned(a, ...) __attribute__((__assume_aligned__(a, ## __VA_ARGS__))) argument 89 # define __assume_aligned(a, ...) argument 158 #define __printf(a, b) __attribute__((__format__(printf, a, b))) argument 159 #define __scanf(a, b) __attribute__((__format__(scanf, a, b))) argument
|
| A D | compiler_types.h | 53 #define ___PASTE(a,b) a##b argument 54 #define __PASTE(a,b) ___PASTE(a,b) argument 136 #define __compiler_offsetof(a, b) __builtin_offsetof(a, b) argument 227 #define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b)) argument
|
| A D | kconfig.h | 94 #define __concat(a, b) ___concat(a, b) argument 95 #define ___concat(a, b) a ## b argument
|
| A D | time.h | 8 #define _DEFUN(a,b,c) a(c) argument
|
| A D | compiler.h | 353 #define __must_be_array(a) BUILD_BUG_ON_ZERO(__same_type((a), &(a)[0])) argument
|
| A D | compat.h | 73 #define kmem_cache_create(a, sz, c, d, e) get_mem(sz) argument 134 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) argument
|
| /include/zfs/ |
| A D | uberblock_impl.h | 14 #define UBMAX(a, b) ((a) > (b) ? (a) : (b)) argument
|
| /include/asm-generic/ |
| A D | atomic-long.h | 126 static inline long atomic_long_add_unless(atomic_long_t *l, long a, long u) in atomic_long_add_unless() 245 static inline long atomic_long_add_unless(atomic_long_t *l, long a, long u) in atomic_long_add_unless()
|
| /include/jffs2/ |
| A D | load_kernel.h | 63 #define led_blink(x, y, z, a) argument
|
| /include/renesas/ |
| A D | rzg2l-pfc.h | 43 #define RZG2L_GPIO_PORT_PACK(n, a, f) (((n) << 28) | ((a) << 20) | (f)) argument
|
| /include/linux/mtd/ |
| A D | nand.h | 469 static inline int nanddev_pos_cmp(const struct nand_pos *a, in nanddev_pos_cmp()
|