/include/asm-generic/ |
D | local64.h | 30 #define local64_read(l) local_read(&(l)->a) argument 31 #define local64_set(l,i) local_set((&(l)->a),(i)) argument 32 #define local64_inc(l) local_inc(&(l)->a) argument 33 #define local64_dec(l) local_dec(&(l)->a) argument 34 #define local64_add(i,l) local_add((i),(&(l)->a)) argument 35 #define local64_sub(i,l) local_sub((i),(&(l)->a)) argument 37 #define local64_sub_and_test(i, l) local_sub_and_test((i), (&(l)->a)) argument 38 #define local64_dec_and_test(l) local_dec_and_test(&(l)->a) argument 39 #define local64_inc_and_test(l) local_inc_and_test(&(l)->a) argument 40 #define local64_add_negative(i, l) local_add_negative((i), (&(l)->a)) argument [all …]
|
D | local.h | 29 #define local_read(l) atomic_long_read(&(l)->a) argument 30 #define local_set(l,i) atomic_long_set((&(l)->a),(i)) argument 31 #define local_inc(l) atomic_long_inc(&(l)->a) argument 32 #define local_dec(l) atomic_long_dec(&(l)->a) argument 33 #define local_add(i,l) atomic_long_add((i),(&(l)->a)) argument 34 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a)) argument 36 #define local_sub_and_test(i, l) atomic_long_sub_and_test((i), (&(l)->a)) argument 37 #define local_dec_and_test(l) atomic_long_dec_and_test(&(l)->a) argument 38 #define local_inc_and_test(l) atomic_long_inc_and_test(&(l)->a) argument 39 #define local_add_negative(i, l) atomic_long_add_negative((i), (&(l)->a)) argument [all …]
|
D | qrwlock.h | 139 #define arch_read_lock(l) queued_read_lock(l) argument 140 #define arch_write_lock(l) queued_write_lock(l) argument 141 #define arch_read_trylock(l) queued_read_trylock(l) argument 142 #define arch_write_trylock(l) queued_write_trylock(l) argument 143 #define arch_read_unlock(l) queued_read_unlock(l) argument 144 #define arch_write_unlock(l) queued_write_unlock(l) argument 145 #define arch_rwlock_is_contended(l) queued_rwlock_is_contended(l) argument
|
D | qspinlock.h | 143 #define arch_spin_is_locked(l) queued_spin_is_locked(l) argument 144 #define arch_spin_is_contended(l) queued_spin_is_contended(l) argument 145 #define arch_spin_value_unlocked(l) queued_spin_value_unlocked(l) argument 146 #define arch_spin_lock(l) queued_spin_lock(l) argument 147 #define arch_spin_trylock(l) queued_spin_trylock(l) argument 148 #define arch_spin_unlock(l) queued_spin_unlock(l) argument
|
/include/linux/ |
D | lockdep.h | 298 #define lock_set_novalidate_class(l, n, i) \ argument 323 #define lockdep_assert_held(l) \ argument 326 #define lockdep_assert_not_held(l) \ argument 329 #define lockdep_assert_held_write(l) \ argument 332 #define lockdep_assert_held_read(l) \ argument 335 #define lockdep_assert_held_once(l) \ argument 343 #define lockdep_pin_lock(l) lock_pin_lock(&(l)->dep_map) argument 344 #define lockdep_repin_lock(l,c) lock_repin_lock(&(l)->dep_map, (c)) argument 345 #define lockdep_unpin_lock(l,c) lock_unpin_lock(&(l)->dep_map, (c)) argument 375 # define lock_acquire(l, s, t, r, c, n, i) do { } while (0) argument [all …]
|
D | bits.h | 22 #define GENMASK_INPUT_CHECK(h, l) \ argument 30 #define GENMASK_INPUT_CHECK(h, l) 0 argument 33 #define __GENMASK(h, l) \ argument 36 #define GENMASK(h, l) \ argument 39 #define __GENMASK_ULL(h, l) \ argument 42 #define GENMASK_ULL(h, l) \ argument
|
D | local_lock_internal.h | 27 static inline void local_lock_acquire(local_lock_t *l) in local_lock_acquire() 34 static inline void local_lock_release(local_lock_t *l) in local_lock_release() 41 static inline void local_lock_debug_init(local_lock_t *l) in local_lock_debug_init() 47 static inline void local_lock_acquire(local_lock_t *l) { } in local_lock_acquire() 48 static inline void local_lock_release(local_lock_t *l) { } in local_lock_release() 49 static inline void local_lock_debug_init(local_lock_t *l) { } in local_lock_debug_init() 111 #define __local_lock_init(l) \ argument
|
D | io-pgtable-arm.h | 34 #define ARM_LPAE_LVL_SHIFT(l,d) \ argument 50 #define ARM_LPAE_PGD_IDX(l,d) \ argument 53 #define ARM_LPAE_LVL_IDX(a,l,d) \ argument 58 #define ARM_LPAE_BLOCK_SIZE(l,d) (1ULL << ARM_LPAE_LVL_SHIFT(l,d)) argument
|
D | stdarg.h | 6 #define va_start(v, l) __builtin_va_start(v, l) argument
|
D | lockref.h | 47 static inline bool __lockref_is_dead(const struct lockref *l) in __lockref_is_dead()
|
D | migrate.h | 87 static inline void putback_movable_pages(struct list_head *l) {} in putback_movable_pages() 88 static inline int migrate_pages(struct list_head *l, new_folio_t new, in migrate_pages()
|
D | ww_mutex.h | 30 #define ww_mutex_base_init(l,n,k) __mutex_init(l,n,k) argument 34 #define ww_mutex_base_init(l,n,k) __rt_mutex_init(l,n,k) argument
|
D | time.h | 98 #define time_between32(t, l, h) ((u32)(h) - (u32)(l) >= (u32)(t) - (u32)(l)) argument
|
D | math64.h | 207 } l; in mul_u64_u64_shr() member 271 } l; in mul_u64_u32_div() member
|
D | uaccess.h | 425 #define unsafe_copy_to_user(d,s,l,e) unsafe_op_wrap(__copy_to_user(d,s,l),e) argument 426 #define unsafe_copy_from_user(d,s,l,e) unsafe_op_wrap(__copy_from_user(d,s,l),e) argument
|
D | bitops.h | 204 static inline unsigned fls_long(unsigned long l) in fls_long() 225 static inline int get_count_order_long(unsigned long l) in get_count_order_long()
|
D | badblocks.h | 18 #define BB_MAKE(a, l, ack) (((a)<<9) | ((l)-1) | ((u64)(!!(ack)) << 63)) argument
|
D | userfaultfd_k.h | 302 struct list_head *l) in dup_userfaultfd() 307 static inline void dup_userfaultfd_complete(struct list_head *l) in dup_userfaultfd_complete()
|
/include/asm-generic/bitops/ |
D | ext2-atomic-setbit.h | 9 #define ext2_set_bit_atomic(l, nr, addr) test_and_set_bit_le(nr, addr) argument 10 #define ext2_clear_bit_atomic(l, nr, addr) test_and_clear_bit_le(nr, addr) argument
|
/include/crypto/ |
D | utils.h | 23 unsigned long l; in crypto_xor() local 44 unsigned long l; in crypto_xor_cpy() local
|
/include/kvm/ |
D | iodev.h | 44 int l, void *v) in kvm_iodevice_read() 52 int l, const void *v) in kvm_iodevice_write()
|
/include/uapi/linux/ |
D | romfs_fs.h | 17 #define __mkw(h,l) (((h)&0x00ff)<< 8|((l)&0x00ff)) argument 18 #define __mkl(h,l) (((h)&0xffff)<<16|((l)&0xffff)) argument
|
D | map_to_7segment.h | 89 #define _SEG7(l,a,b,c,d,e,f,g) \ argument
|
/include/media/i2c/ |
D | ov772x.h | 35 #define OV772X_AUTO_EDGECTRL(u, l) \ argument
|
/include/linux/mfd/ |
D | tmio.h | 15 #define tmio_ioread16_rep(r, b, l) readsw(r, b, l) argument 21 #define tmio_iowrite16_rep(r, b, l) writesw(r, b, l) argument
|