/include/linux/ |
D | jiffies.h | 101 #define time_after(a,b) \ argument 105 #define time_before(a,b) time_after(b,a) argument 107 #define time_after_eq(a,b) \ argument 111 #define time_before_eq(a,b) time_after_eq(b,a) argument 116 #define time_in_range(a,b,c) \ argument 123 #define time_in_range_open(a,b,c) \ argument 130 #define time_after64(a,b) \ argument 134 #define time_before64(a,b) time_after64(b,a) argument 136 #define time_after_eq64(a,b) \ argument 140 #define time_before_eq64(a,b) time_after_eq64(b,a) argument [all …]
|
D | jhash.h | 35 #define __jhash_mix(a, b, c) \ argument 46 #define __jhash_final(a, b, c) \ argument 72 u32 a, b, c; in jhash() local 119 u32 a, b, c; in jhash2() local 149 static inline u32 __jhash_nwords(u32 a, u32 b, u32 c, u32 initval) in __jhash_nwords() 160 static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) in jhash_3words() 165 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words() 170 static inline u32 jhash_1word(u32 a, u32 initval) in jhash_1word()
|
D | hid-debug.h | 53 #define hid_dump_input(a,b,c) do { } while (0) argument 54 #define hid_dump_report(a,b,c,d) do { } while (0) argument 55 #define hid_dump_device(a,b) do { } while (0) argument 56 #define hid_dump_field(a,b,c) do { } while (0) argument 57 #define hid_resolv_usage(a,b) do { } while (0) argument 58 #define hid_debug_register(a, b) do { } while (0) argument 59 #define hid_debug_unregister(a) do { } while (0) argument 62 #define hid_debug_event(a,b) do { } while (0) argument
|
D | syscalls.h | 93 #define __MAP1(m,t,a) m(t,a) argument 94 #define __MAP2(m,t,a,...) m(t,a), __MAP1(m,__VA_ARGS__) argument 95 #define __MAP3(m,t,a,...) m(t,a), __MAP2(m,__VA_ARGS__) argument 96 #define __MAP4(m,t,a,...) m(t,a), __MAP3(m,__VA_ARGS__) argument 97 #define __MAP5(m,t,a,...) m(t,a), __MAP4(m,__VA_ARGS__) argument 98 #define __MAP6(m,t,a,...) m(t,a), __MAP5(m,__VA_ARGS__) argument 101 #define __SC_DECL(t, a) t a argument 105 #define __SC_LONG(t, a) __typeof(__builtin_choose_expr(__TYPE_IS_LL(t), 0LL, 0L)) a argument 106 #define __SC_CAST(t, a) (t) a argument 107 #define __SC_ARGS(t, a) a argument [all …]
|
D | capability.h | 99 #define CAP_BOP_ALL(c, a, b, OP) \ argument 107 #define CAP_UOP_ALL(c, a, OP) \ argument 115 static inline kernel_cap_t cap_combine(const kernel_cap_t a, in cap_combine() 123 static inline kernel_cap_t cap_intersect(const kernel_cap_t a, in cap_intersect() 131 static inline kernel_cap_t cap_drop(const kernel_cap_t a, in cap_drop() 146 static inline int cap_isclear(const kernel_cap_t a) in cap_isclear() 163 static inline int cap_issubset(const kernel_cap_t a, const kernel_cap_t set) in cap_issubset() 178 static inline kernel_cap_t cap_drop_fs_set(const kernel_cap_t a) in cap_drop_fs_set() 184 static inline kernel_cap_t cap_raise_fs_set(const kernel_cap_t a, in cap_raise_fs_set() 192 static inline kernel_cap_t cap_drop_nfsd_set(const kernel_cap_t a) in cap_drop_nfsd_set() [all …]
|
D | fixp-arith.h | 50 static inline fixp_t fixp_new(s16 a) in fixp_new() 59 static inline fixp_t fixp_new16(s16 a) in fixp_new16() 82 static inline fixp_t fixp_mult(fixp_t a, fixp_t b) in fixp_mult()
|
D | compiler-gcc.h | 47 #define __must_be_array(a) BUILD_BUG_ON_ZERO(__same_type((a), &(a)[0])) argument 96 #define __printf(a, b) __attribute__((format(printf, a, b))) argument 97 #define __scanf(a, b) __attribute__((format(scanf, a, b))) argument 135 #define __compiler_offsetof(a, b) \ argument
|
D | profile.h | 132 #define profile_task_exit(a) do { } while (0) argument 133 #define profile_handoff_task(a) (0) argument 134 #define profile_munmap(a) do { } while (0) argument
|
D | mpi.h | 60 #define mpi_get_nlimbs(a) ((a)->nlimbs) argument 61 #define mpi_is_neg(a) ((a)->sign) argument
|
D | rcupdate.h | 98 #define UINT_CMP_GE(a, b) (UINT_MAX / 2 >= (a) - (b)) argument 99 #define UINT_CMP_LT(a, b) (UINT_MAX / 2 < (a) - (b)) argument 100 #define ULONG_CMP_GE(a, b) (ULONG_MAX / 2 >= (a) - (b)) argument 101 #define ULONG_CMP_LT(a, b) (ULONG_MAX / 2 < (a) - (b)) argument 102 #define ulong2long(a) (*(long *)(&(a))) argument 318 #define RCU_NONIDLE(a) \ argument 490 # define rcu_lock_acquire(a) do { } while (0) argument 491 # define rcu_lock_release(a) do { } while (0) argument
|
/include/linux/decompress/ |
D | mm.h | 61 #define large_malloc(a) malloc(a) argument 62 #define large_free(a) free(a) argument 80 #define malloc(a) kmalloc(a, GFP_KERNEL) argument 81 #define free(a) kfree(a) argument 83 #define large_malloc(a) vmalloc(a) argument 84 #define large_free(a) vfree(a) argument
|
/include/media/ |
D | lm3560.h | 39 #define LM3560_FLASH_BRT_uA_TO_REG(a) \ argument 42 #define LM3560_FLASH_BRT_REG_TO_uA(a) \ argument 51 #define LM3560_FLASH_TOUT_ms_TO_REG(a) \ argument 54 #define LM3560_FLASH_TOUT_REG_TO_ms(a) \ argument 63 #define LM3560_TORCH_BRT_uA_TO_REG(a) \ argument 66 #define LM3560_TORCH_BRT_REG_TO_uA(a) \ argument
|
D | lm3646.h | 29 #define LM3646_TOTAL_FLASH_BRT_uA_TO_REG(a) \ argument 39 #define LM3646_TOTAL_TORCH_BRT_uA_TO_REG(a) \ argument 49 #define LM3646_LED1_FLASH_BRT_uA_TO_REG(a) \ argument 59 #define LM3646_LED1_TORCH_BRT_uA_TO_REG(a) \ argument 69 #define LM3646_FLASH_TOUT_ms_TO_REG(a) \ argument
|
D | adp1653.h | 68 #define ADP1653_INDICATOR_INTENSITY_uA_TO_REG(a) \ argument 70 #define ADP1653_INDICATOR_INTENSITY_REG_TO_uA(a) \ argument 84 #define ADP1653_FLASH_INTENSITY_mA_TO_REG(a) \ argument 87 #define ADP1653_FLASH_INTENSITY_REG_TO_mA(a) \ argument
|
/include/acpi/ |
D | acoutput.h | 290 #define ACPI_DO_WHILE0(a) do a while(0) argument 292 #define ACPI_DO_WHILE0(a) a argument 414 #define ACPI_DEBUG_EXEC(a) a argument 415 #define ACPI_DEBUG_ONLY_MEMBERS(a) a; argument 420 #define ACPI_DUMP_STACK_ENTRY(a) acpi_ex_dump_operand((a), 0) argument 421 #define ACPI_DUMP_OPERANDS(a, b ,c) acpi_ex_dump_operands(a, b, c) argument 422 #define ACPI_DUMP_ENTRY(a, b) acpi_ns_dump_entry (a, b) argument 423 #define ACPI_DUMP_PATHNAME(a, b, c, d) acpi_ns_dump_pathname(a, b, c, d) argument 424 #define ACPI_DUMP_BUFFER(a, b) acpi_ut_debug_dump_buffer((u8 *) a, b, DB_BYTE_DISPLAY, _CO… argument 433 #define ACPI_DEBUG_EXEC(a) argument [all …]
|
D | actypes.h | 355 #define ACPI_ALLOCATE(a) NULL argument 356 #define ACPI_ALLOCATE_ZEROED(a) NULL argument 357 #define ACPI_FREE(a) argument 358 #define ACPI_MEM_TRACKING(a) argument 367 #define ACPI_ALLOCATE(a) acpi_ut_allocate_and_track ((acpi_size) (a), ACPI_MEM_PARAM… argument 368 #define ACPI_ALLOCATE_ZEROED(a) acpi_ut_allocate_zeroed_and_track ((acpi_size) (a), ACPI_ME… argument 369 #define ACPI_FREE(a) acpi_ut_free_and_track (a, ACPI_MEM_PARAMETERS) argument 370 #define ACPI_MEM_TRACKING(a) a argument 376 #define ACPI_ALLOCATE(a) acpi_os_allocate ((acpi_size) (a)) argument 377 #define ACPI_ALLOCATE_ZEROED(a) acpi_os_allocate_zeroed ((acpi_size) (a)) argument [all …]
|
/include/drm/ |
D | drm_fixed.h | 79 static inline s64 drm_int2fixp(int a) in drm_int2fixp() 84 static inline int drm_fixp2int(s64 a) in drm_fixp2int() 89 static inline int drm_fixp2int_ceil(s64 a) in drm_fixp2int_ceil() 97 static inline unsigned drm_fixp_msbset(s64 a) in drm_fixp_msbset() 108 static inline s64 drm_fixp_mul(s64 a, s64 b) in drm_fixp_mul() 131 static inline s64 drm_fixp_div(s64 a, s64 b) in drm_fixp_div() 149 static inline s64 drm_fixp_from_fraction(s64 a, s64 b) in drm_fixp_from_fraction()
|
/include/crypto/ |
D | b128ops.h | 53 u64 a, b; member 57 __be64 a, b; member 61 __le64 b, a; member
|
/include/net/ |
D | 6lowpan.h | 68 #define is_addr_mac_addr_based(a, m) \ argument 82 #define lowpan_is_iid_16_bit_compressable(a) \ argument 92 #define lowpan_is_mcast_addr_compressable48(a) \ argument 100 #define lowpan_is_mcast_addr_compressable32(a) \ argument 109 #define lowpan_is_mcast_addr_compressable8(a) \ argument 119 #define lowpan_is_addr_broadcast(a) \ argument
|
D | codel.h | 65 #define MS2TIME(a) ((a * NSEC_PER_MSEC) >> CODEL_SHIFT) argument 78 #define codel_time_after(a, b) \ argument 82 #define codel_time_before(a, b) codel_time_after(b, a) argument 84 #define codel_time_after_eq(a, b) \ argument 88 #define codel_time_before_eq(a, b) codel_time_after_eq(b, a) argument
|
/include/asm-generic/ |
D | word-at-a-time.h | 84 long a = (0x0ff0001+mask) >> 23; in count_masked_bytes() local 92 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() 99 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
|
D | atomic64.h | 44 #define atomic64_add_negative(a, v) (atomic64_add_return((a), (v)) < 0) argument 48 #define atomic64_sub_and_test(a, v) (atomic64_sub_return((a), (v)) == 0) argument
|
/include/linux/amba/ |
D | bus.h | 101 #define AMBA_CONFIG_BITS(a) (((a) >> 24) & 0xff) argument 102 #define AMBA_REV_BITS(a) (((a) >> 20) & 0x0f) argument 103 #define AMBA_MANF_BITS(a) (((a) >> 12) & 0xff) argument 104 #define AMBA_PART_BITS(a) ((a) & 0xfff) argument
|
/include/linux/wimax/ |
D | debug.h | 199 #define _d_printf(l, tag, dev, f, a...) \ argument 384 #define d_fnstart(l, _dev, f, a...) _d_printf(l, " FNSTART", _dev, f, ## a) argument 394 #define d_fnend(l, _dev, f, a...) _d_printf(l, " FNEND", _dev, f, ## a) argument 404 #define d_printf(l, _dev, f, a...) _d_printf(l, "", _dev, f, ## a) argument
|
/include/uapi/linux/ |
D | in.h | 234 #define IN_CLASSA(a) ((((long int) (a)) & 0x80000000) == 0) argument 240 #define IN_CLASSB(a) ((((long int) (a)) & 0xc0000000) == 0x80000000) argument 246 #define IN_CLASSC(a) ((((long int) (a)) & 0xe0000000) == 0xc0000000) argument 251 #define IN_CLASSD(a) ((((long int) (a)) & 0xf0000000) == 0xe0000000) argument 252 #define IN_MULTICAST(a) IN_CLASSD(a) argument 255 #define IN_EXPERIMENTAL(a) ((((long int) (a)) & 0xf0000000) == 0xf0000000) argument 256 #define IN_BADCLASS(a) IN_EXPERIMENTAL((a)) argument 272 #define IN_LOOPBACK(a) ((((long int) (a)) & 0xff000000) == 0x7f000000) argument
|