/linux-4.4.14/include/asm-generic/ |
D | atomic-long.h | 40 ATOMIC_LONG_PFX(_t) *v = (ATOMIC_LONG_PFX(_t) *)l; \ 52 ATOMIC_LONG_PFX(_t) *v = (ATOMIC_LONG_PFX(_t) *)l; \ in ATOMIC_LONG_READ_OP() 65 ATOMIC_LONG_PFX(_t) *v = (ATOMIC_LONG_PFX(_t) *)l; \ 81 (ATOMIC_LONG_PFX(_cmpxchg_relaxed)((ATOMIC_LONG_PFX(_t) *)(l), \ 84 (ATOMIC_LONG_PFX(_cmpxchg_acquire)((ATOMIC_LONG_PFX(_t) *)(l), \ 87 (ATOMIC_LONG_PFX(_cmpxchg_release)((ATOMIC_LONG_PFX(_t) *)(l), \ 90 (ATOMIC_LONG_PFX(_cmpxchg)((ATOMIC_LONG_PFX(_t) *)(l), (old), (new))) 93 (ATOMIC_LONG_PFX(_xchg_relaxed)((ATOMIC_LONG_PFX(_t) *)(v), (new))) 95 (ATOMIC_LONG_PFX(_xchg_acquire)((ATOMIC_LONG_PFX(_t) *)(v), (new))) 97 (ATOMIC_LONG_PFX(_xchg_release)((ATOMIC_LONG_PFX(_t) *)(v), (new))) [all …]
|
/linux-4.4.14/arch/parisc/lib/ |
D | memcpy.c | 100 #define def_load_ai_insn(_insn,_sz,_tt,_s,_a,_t,_e) \ argument 104 : _tt(_t), "+r"(_a) \ 108 #define def_store_ai_insn(_insn,_sz,_tt,_s,_a,_t,_e) \ argument 113 : _tt(_t) \ 116 #define ldbma(_s, _a, _t, _e) def_load_ai_insn(ldbs,1,"=r",_s,_a,_t,_e) argument 117 #define stbma(_s, _t, _a, _e) def_store_ai_insn(stbs,1,"r",_s,_a,_t,_e) argument 118 #define ldwma(_s, _a, _t, _e) def_load_ai_insn(ldw,4,"=r",_s,_a,_t,_e) argument 119 #define stwma(_s, _t, _a, _e) def_store_ai_insn(stw,4,"r",_s,_a,_t,_e) argument 120 #define flddma(_s, _a, _t, _e) def_load_ai_insn(fldd,8,"=f",_s,_a,_t,_e) argument 121 #define fstdma(_s, _t, _a, _e) def_store_ai_insn(fstd,8,"f",_s,_a,_t,_e) argument [all …]
|
D | checksum.c | 25 #define addc(_t,_r) \ argument 29 : "=r"(_t) \ 30 : "r"(_r), "0"(_t));
|
/linux-4.4.14/include/math-emu/ |
D | op-common.h | 839 _FP_W_TYPE _t = (x); \ 841 if (_t > 0xffff) r -= 16; \ 842 if (_t > 0xffff) _t >>= 16; \ 843 if (_t > 0xff) r -= 8; \ 844 if (_t > 0xff) _t >>= 8; \ 845 if (_t & 0xf0) r -= 4; \ 846 if (_t & 0xf0) _t >>= 4; \ 847 if (_t & 0xc) r -= 2; \ 848 if (_t & 0xc) _t >>= 2; \ 849 if (_t & 0x2) r -= 1; \ [all …]
|
D | op-4.h | 343 UWtype _t; \ 345 umul_ppmm(p2,_t,m,n1); \ 346 __FP_FRAC_ADDI_2(p2,p1,_t); \ 347 umul_ppmm(p3,_t,m,n2); \ 348 __FP_FRAC_ADDI_2(p3,p2,_t); \ 600 UWtype _t; \ 601 _t = ((x0 += i) < i); \ 602 x1 += _t; _t = (x1 < _t); \ 603 x2 += _t; _t = (x2 < _t); \ 604 x3 += _t; \
|
D | op-2.h | 162 UWtype _t = xl; \ 163 xh -= yh + ((xl -= yl) > _t); \
|
/linux-4.4.14/drivers/regulator/ |
D | tps65023-regulator.c | 89 #define TPS65023_REGULATOR_DCDC(_num, _t, _em) \ argument 95 .n_voltages = ARRAY_SIZE(_t), \ 99 .volt_table = _t, \ 101 .vsel_mask = ARRAY_SIZE(_t) - 1, \ 108 #define TPS65023_REGULATOR_LDO(_num, _t, _vm) \ argument 114 .n_voltages = ARRAY_SIZE(_t), \ 118 .volt_table = _t, \
|
D | tps65217-regulator.c | 31 _t, _lr, _nlr) \ argument 45 .volt_table = _t, \
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | string_32.h | 27 void *_t = (_to); \ 28 __memmove(_t, (_from), (_n)); \ 29 _t; \
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | ipipe.h | 90 #define ipipe_tsc2ns(_t) (((unsigned long)(_t)) * __ipipe_freq_scale) argument 91 #define ipipe_tsc2us(_t) (ipipe_tsc2ns(_t) / 1000 + 1) argument
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | efi.h | 15 efi_##f##_t *__f; \ 29 efi_##f##_t *__f; \
|
/linux-4.4.14/include/linux/ |
D | cgroup-defs.h | 37 #define SUBSYS_TAG(_t) CGROUP_ ## _t, \ argument 38 __unused_tag_ ## _t = CGROUP_ ## _t - 1,
|
D | thermal.h | 51 long _t = (t); \ 52 ((_t-2732 >= 0) ? (_t-2732+5)/10 : (_t-2732-5)/10); \
|
D | btree-type.h | 7 #define VISITOR_FN_T _BTREE_TP(visitor, BTREE_TYPE_SUFFIX, _t)
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx.h | 211 static inline void cvmx_write64_##TYPE(uint64_t addr, TYPE##_t val) \ 213 *CASTPTR(volatile TYPE##_t, addr) = val; \ 225 static inline TYPE##_t cvmx_read64_##TYPE(uint64_t addr) \ 227 return *CASTPTR(volatile TYPE##_t, addr); \
|
/linux-4.4.14/tools/testing/selftests/seccomp/ |
D | test_harness.h | 368 #define __EXPECT(_expected, _seen, _t, _assert) do { \ argument 372 if (!(__exp _t __seen)) { \ 376 #_expected, __exp_print, #_t, \ 384 #define __EXPECT_STR(_expected, _seen, _t, _assert) do { \ argument 387 if (!(strcmp(__exp, __seen) _t 0)) { \ 388 __TH_LOG("Expected '%s' %s '%s'.", __exp, #_t, __seen); \
|
/linux-4.4.14/kernel/locking/ |
D | spinlock.c | 61 void __lockfunc __raw_##op##_lock(locktype##_t *lock) \ 77 unsigned long __lockfunc __raw_##op##_lock_irqsave(locktype##_t *lock) \ 98 void __lockfunc __raw_##op##_lock_irq(locktype##_t *lock) \ 103 void __lockfunc __raw_##op##_lock_bh(locktype##_t *lock) \
|
/linux-4.4.14/drivers/scsi/fnic/ |
D | fnic_trace.h | 87 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument 99 trace_buf->tag = _t; \
|
/linux-4.4.14/arch/x86/include/asm/ |
D | efi.h | 42 __s = ((efi_##f##_t __attribute__((regparm(0)))*) \ 52 ((efi_##f##_t __attribute__((regparm(0)))*) \
|
/linux-4.4.14/arch/s390/boot/ |
D | Makefile | 7 tr -c '[0-9A-Za-z]' '_'`_t
|
/linux-4.4.14/drivers/scsi/libsas/ |
D | sas_internal.h | 40 #define ASSIGN_SAS_TASK(_sc, _t) do { (_sc)->host_scribble = (void *) _t; } while (0) argument
|
/linux-4.4.14/crypto/asymmetric_keys/ |
D | x509_parser.h | 53 extern int x509_decode_time(time64_t *_t, size_t hdrlen,
|
D | x509_cert_parser.c | 493 int x509_decode_time(time64_t *_t, size_t hdrlen, in x509_decode_time() argument 556 *_t = mktime64(year, mon, day, hour, min, sec); in x509_decode_time()
|
/linux-4.4.14/arch/mips/vdso/ |
D | genvdso.c | 82 static uint##bits##_t swap_uint##bits(uint##bits##_t val) \
|
/linux-4.4.14/net/l2tp/ |
D | l2tp_core.c | 144 #define l2tp_tunnel_inc_refcount(_t) \ argument 147 __func__, __LINE__, (_t)->name, \ 148 atomic_read(&_t->ref_count)); \ 149 l2tp_tunnel_inc_refcount_1(_t); \ 151 #define l2tp_tunnel_dec_refcount(_t) \ argument 154 __func__, __LINE__, (_t)->name, \ 155 atomic_read(&_t->ref_count)); \ 156 l2tp_tunnel_dec_refcount_1(_t); \
|
/linux-4.4.14/drivers/md/bcache/ |
D | util.h | 236 typeof(*((dest)->data)) _t; \ 238 fifo_pop(src, _t)) \ 239 fifo_push(dest, _t); \
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | addi_apci_3120.c | 67 #define APCI3120_TIMER_MODE(_t, _m) ((_m) << ((_t) * 2)) argument 72 #define APCI3120_TIMER_MODE_MASK(_t) (3 << ((_t) * 2)) argument
|
/linux-4.4.14/arch/x86/entry/vdso/ |
D | vdso2c.c | 154 #define INT_BITS BITSFUNC2(int, ELF_BITS, _t)
|
/linux-4.4.14/drivers/atm/ |
D | iphase.h | 1445 u32 _t; \ 1448 _t = readl(iadev->reg+IPHASE5575_EEPROM_ACCESS); \ 1449 value = (_t & NVDO) ? 1 : 0; \
|
/linux-4.4.14/drivers/media/usb/airspy/ |
D | airspy.c | 160 #define airspy_dbg_usb_control_msg(_dev, _r, _t, _v, _i, _b, _l) { \ argument 162 if (_t & USB_DIR_IN) \ 167 _t, _r, _v & 0xff, _v >> 8, _i & 0xff, _i >> 8, \
|
/linux-4.4.14/drivers/media/usb/msi2500/ |
D | msi2500.c | 661 #define msi2500_dbg_usb_control_msg(_dev, _r, _t, _v, _i, _b, _l) { \ argument 663 if (_t & USB_DIR_IN) \ 668 _t, _r, _v & 0xff, _v >> 8, _i & 0xff, _i >> 8, \
|
/linux-4.4.14/drivers/media/usb/hackrf/ |
D | hackrf.c | 179 #define hackrf_dbg_usb_control_msg(_dev, _r, _t, _v, _i, _b, _l) { \ argument 181 if (_t & USB_DIR_IN) \ 186 _t, _r, _v & 0xff, _v >> 8, _i & 0xff, \
|
/linux-4.4.14/drivers/usb/atm/ |
D | cxacru.c | 238 #define CXACRU_ATTR_CREATE(_v, _t, _name) CXACRU_DEVICE_CREATE_FILE(_name) argument 243 #define CXACRU_ATTR_REMOVE(_v, _t, _name) CXACRU_DEVICE_REMOVE_FILE(_name) argument
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | eboot.c | 31 efi_system_table_##bits##_t *table; \ 32 efi_boot_services_##bits##_t *bt; \
|