Home
last modified time | relevance | path

Searched refs:_t (Results 1 – 25 of 73) sorted by relevance

123

/linux/include/linux/
A Dcleanup.h251 typedef class_##_name##_t class_##_name##ext##_t; \
297 ({ void *_t = _T; if (_T && !(_condlock)) _t = NULL; _t; }), \
298 class_##_name##_t _T) \
341 } class_##_name##_t; \
357 class_##_name##_t _t = { .lock = l }, *_T = &_t; \
359 return _t; \
365 class_##_name##_t _t = { .lock = (void*)1 }, \
366 *_T __maybe_unused = &_t; \
368 return _t; \
381 ({ class_##_name##_t _t = { .lock = l }, *_T = &_t;\
[all …]
A Dclosure.h460 long _t; \
467 _t = max_t(long, 1L, _until - jiffies); \
470 _t = max_t(long, 0L, _until - jiffies); \
471 if (!_t) \
473 closure_sync_timeout(&cl, _t); \
477 _t; \
A Dseqlock.h125 seqcount_##lockname##_t *____s = (s); \
146 __seqprop_##lockname##_ptr(seqcount_##lockname##_t *s) \
152 __seqprop_##lockname##_const_ptr(const seqcount_##lockname##_t *s) \
158 __seqprop_##lockname##_sequence(const seqcount_##lockname##_t *s) \
180 __seqprop_##lockname##_preemptible(const seqcount_##lockname##_t *s) \
190 __seqprop_##lockname##_assert(const seqcount_##lockname##_t *s) \
250 seqcount_##lockname##_t: __seqprop_##lockname##_##prop
/linux/include/math-emu/
A Dop-common.h848 _FP_W_TYPE _t = (x); \
851 if (_t > 0xffff) _t >>= 16; \
853 if (_t > 0xff) _t >>= 8; \
855 if (_t & 0xf0) _t >>= 4; \
857 if (_t & 0xc) _t >>= 2; \
863 _FP_W_TYPE _t = (x); \
866 if (_t > 0xffffffff) _t >>= 32; \
868 if (_t > 0xffff) _t >>= 16; \
870 if (_t > 0xff) _t >>= 8; \
872 if (_t & 0xf0) _t >>= 4; \
[all …]
A Dop-4.h343 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; \
/linux/arch/mips/include/asm/
A Dmips-cps.h25 static inline uint##sz##_t read_##unit##_##name(void) \
48 static inline void write_##unit##_##name(uint##sz##_t val) \
73 static inline void change_##unit##_##name(uint##sz##_t mask, \
74 uint##sz##_t val) \
76 uint##sz##_t reg_val = read_##unit##_##name(); \
82 static inline void set_##unit##_##name(uint##sz##_t val) \
87 static inline void clear_##unit##_##name(uint##sz##_t val) \
A Datomic.h27 static __always_inline type arch_##pfx##_read(const pfx##_t *v) \
32 static __always_inline void arch_##pfx##_set(pfx##_t *v, type i) \
45 static __inline__ void arch_##pfx##_##op(type i, pfx##_t * v) \
73 arch_##pfx##_##op##_return_relaxed(type i, pfx##_t * v) \
107 arch_##pfx##_fetch_##op##_relaxed(type i, pfx##_t * v) \
197 static __inline__ type arch_##pfx##_sub_if_positive(type i, pfx##_t * v) \
/linux/fs/bcachefs/
A Dbset.h208 #define for_each_bset(_b, _t) \ argument
209 for (struct bset_tree *_t = (_b)->set; _t < (_b)->set + (_b)->nsets; _t++)
211 #define for_each_bset_c(_b, _t) \ argument
212 for (const struct bset_tree *_t = (_b)->set; _t < (_b)->set + (_b)->nsets; _t++)
214 #define bset_tree_for_each_key(_b, _t, _k) \ argument
215 for (_k = btree_bkey_first(_b, _t); \
216 _k != btree_bkey_last(_b, _t); \
A Dbtree_types.h702 #define btree_bkey_first(_b, _t) \ argument
704 EBUG_ON(bset(_b, _t)->start != \
705 __btree_node_offset_to_key(_b, btree_bkey_first_offset(_t)));\
707 bset(_b, _t)->start; \
710 #define btree_bkey_last(_b, _t) \ argument
712 EBUG_ON(__btree_node_offset_to_key(_b, (_t)->end_offset) != \
713 vstruct_last(bset(_b, _t))); \
715 __btree_node_offset_to_key(_b, (_t)->end_offset); \
A Dfifo.h47 typeof(*((dest)->data)) _t; \
49 fifo_pop(src, _t)) \
50 fifo_push(dest, _t); \
/linux/drivers/regulator/
A Dtps65023-regulator.c81 #define TPS65023_REGULATOR_DCDC(_num, _t, _em) \ argument
87 .n_voltages = ARRAY_SIZE(_t), \
91 .volt_table = _t, \
93 .vsel_mask = ARRAY_SIZE(_t) - 1, \
100 #define TPS65023_REGULATOR_LDO(_num, _t, _vm) \ argument
106 .n_voltages = ARRAY_SIZE(_t), \
110 .volt_table = _t, \
/linux/arch/parisc/lib/
A Dchecksum.c21 #define addc(_t,_r) \ argument
25 : "=r"(_t) \
26 : "r"(_r), "0"(_t));
/linux/drivers/net/wireless/mediatek/mt76/
A Dmt76_connac_mcu.h1175 MCU_CMD_##_t)
1178 MCU_EXT_CMD_##_t))
1179 #define MCU_EXT_QUERY(_t) (MCU_EXT_CMD(_t) | __MCU_CMD_FIELD_QUERY) argument
1185 MCU_CE_CMD_##_t))
1186 #define MCU_CE_QUERY(_t) (MCU_CE_CMD(_t) | __MCU_CMD_FIELD_QUERY) argument
1188 #define MCU_WA_CMD(_t) (MCU_CMD(_t) | __MCU_CMD_FIELD_WA) argument
1189 #define MCU_WA_EXT_CMD(_t) (MCU_EXT_CMD(_t) | __MCU_CMD_FIELD_WA) argument
1194 #define MCU_WM_UNI_CMD(_t) (MCU_UNI_CMD(_t) | \ argument
1196 #define MCU_WM_UNI_CMD_QUERY(_t) (MCU_UNI_CMD(_t) | \ argument
1199 #define MCU_WA_UNI_CMD(_t) (MCU_UNI_CMD(_t) | \ argument
[all …]
/linux/arch/riscv/include/asm/
A Datomic.h55 void arch_atomic##prefix##_##op(c_type i, atomic##prefix##_t *v) \
90 atomic##prefix##_t *v) \ in ATOMIC_OPS()
101 c_type arch_atomic##prefix##_fetch_##op(c_type i, atomic##prefix##_t *v) \
115 atomic##prefix##_t *v) \
120 c_type arch_atomic##prefix##_##op##_return(c_type i, atomic##prefix##_t *v) \
/linux/arch/mips/include/asm/octeon/
A Dcvmx.h213 static inline void cvmx_write64_##TYPE(uint64_t addr, TYPE##_t val) \
215 *CASTPTR(volatile TYPE##_t, addr) = val; \
227 static inline TYPE##_t cvmx_read64_##TYPE(uint64_t addr) \
229 return *CASTPTR(volatile TYPE##_t, addr); \
/linux/kernel/locking/
A Dspinlock.c68 void __lockfunc __raw_##op##_lock(locktype##_t *lock) \
80 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/tools/testing/selftests/
A Dkselftest_harness.h755 #define __EXPECT(_expected, _expected_str, _seen, _seen_str, _t, _assert) do { \ argument
759 if (!(__exp _t __seen)) { \
766 _expected_str, __exp_print, #_t, \
774 _expected_str, __exp_print, #_t, \
782 _expected_str, __exp_print, #_t, \
790 _expected_str, __exp_print, #_t, \
801 #define __EXPECT_STR(_expected, _seen, _t, _assert) do { \ argument
804 if (!(strcmp(__exp, __seen) _t 0)) { \
805 __TH_LOG("Expected '%s' %s '%s'.", __exp, #_t, __seen); \
/linux/drivers/scsi/fnic/
A Dfnic_trace.h73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
85 trace_buf->tag = _t; \
/linux/rust/kernel/init/
A D__internal.rs238 _t: PhantomData<T>, field
244 Self { _t: PhantomData } in new()
/linux/scripts/atomic/fallbacks/
A Dset_release2 if (__native_word(${atomic}_t)) {
A Dread_acquire4 if (__native_word(${atomic}_t)) {
/linux/scripts/atomic/kerneldoc/
A Ddec4 * @v: pointer to ${atomic}_t
A Dinc4 * @v: pointer to ${atomic}_t
A Dand5 * @v: pointer to ${atomic}_t
A Dxor5 * @v: pointer to ${atomic}_t

Completed in 54 milliseconds

123