| /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 | qspinlock.h | 118 #define arch_spin_is_locked(l) queued_spin_is_locked(l) argument 119 #define arch_spin_is_contended(l) queued_spin_is_contended(l) argument 120 #define arch_spin_value_unlocked(l) queued_spin_value_unlocked(l) argument 121 #define arch_spin_lock(l) queued_spin_lock(l) argument 122 #define arch_spin_trylock(l) queued_spin_trylock(l) argument 123 #define arch_spin_unlock(l) queued_spin_unlock(l) argument 124 #define arch_spin_lock_flags(l, f) queued_spin_lock(l) argument
|
| D | qrwlock.h | 172 #define arch_read_can_lock(l) queued_read_can_lock(l) argument 173 #define arch_write_can_lock(l) queued_write_can_lock(l) argument 174 #define arch_read_lock(l) queued_read_lock(l) argument 175 #define arch_write_lock(l) queued_write_lock(l) argument 176 #define arch_read_trylock(l) queued_read_trylock(l) argument 177 #define arch_write_trylock(l) queued_write_trylock(l) argument 178 #define arch_read_unlock(l) queued_read_unlock(l) argument 179 #define arch_write_unlock(l) queued_write_unlock(l) argument
|
| D | atomic-long.h | 81 #define atomic_long_cmpxchg_relaxed(l, old, new) \ argument 84 #define atomic_long_cmpxchg_acquire(l, old, new) \ argument 87 #define atomic_long_cmpxchg_release(l, old, new) \ argument 90 #define atomic_long_cmpxchg(l, old, new) \ argument 109 static __always_inline void atomic_long_dec(atomic_long_t *l) in atomic_long_dec() 197 static inline int atomic_long_dec_and_test(atomic_long_t *l) in atomic_long_dec_and_test() 204 static inline int atomic_long_inc_and_test(atomic_long_t *l) in atomic_long_inc_and_test() 211 static inline int atomic_long_add_negative(long i, atomic_long_t *l) in atomic_long_add_negative() 244 #define atomic_long_inc_not_zero(l) \ argument
|
| /include/linux/ |
| D | lockdep.h | 467 #define lockdep_assert_held(l) do { \ argument 471 #define lockdep_assert_held_exclusive(l) do { \ argument 475 #define lockdep_assert_held_read(l) do { \ argument 479 #define lockdep_assert_held_once(l) do { \ argument 485 #define lockdep_pin_lock(l) lock_pin_lock(&(l)->dep_map) argument 486 #define lockdep_repin_lock(l,c) lock_repin_lock(&(l)->dep_map, (c)) argument 487 #define lockdep_unpin_lock(l,c) lock_unpin_lock(&(l)->dep_map, (c)) argument 499 # define lock_acquire(l, s, t, r, c, n, i) do { } while (0) argument 500 # define lock_release(l, n, i) do { } while (0) argument 501 # define lock_downgrade(l, i) do { } while (0) argument [all …]
|
| D | bits.h | 19 #define GENMASK(h, l) \ argument 22 #define GENMASK_ULL(h, l) \ argument
|
| D | userfaultfd_k.h | 100 struct list_head *l) in dup_userfaultfd() 105 static inline void dup_userfaultfd_complete(struct list_head *l) in dup_userfaultfd_complete()
|
| D | lockref.h | 47 static inline int __lockref_is_dead(const struct lockref *l) in __lockref_is_dead()
|
| D | bitops.h | 160 static inline unsigned fls_long(unsigned long l) in fls_long() 183 static inline int get_count_order_long(unsigned long l) in get_count_order_long()
|
| D | migrate.h | 86 static inline void putback_movable_pages(struct list_head *l) {} in putback_movable_pages() 87 static inline int migrate_pages(struct list_head *l, new_page_t new, in migrate_pages()
|
| D | math64.h | 193 } l; in mul_u64_u64_shr() member 239 } l; in mul_u64_u32_div() member
|
| D | badblocks.h | 18 #define BB_MAKE(a, l, ack) (((a)<<9) | ((l)-1) | ((u64)(!!(ack)) << 63)) argument
|
| D | fscrypt.h | 37 #define FSTR_INIT(n, l) { .name = n, .len = l } argument
|
| D | time.h | 316 #define time_between32(t, l, h) ((u32)(h) - (u32)(l) >= (u32)(t) - (u32)(l)) argument
|
| /include/linux/wimax/ |
| D | debug.h | 199 #define _d_printf(l, tag, dev, f, a...) \ argument 366 #define d_test(l) \ 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 414 #define d_dump(l, dev, ptr, size) \ argument
|
| /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
|
| D | atomic.h | 23 #define _atomic_spin_lock_irqsave(l,f) do { \ argument 29 #define _atomic_spin_unlock_irqrestore(l,f) do { \ argument 37 # define _atomic_spin_lock_irqsave(l,f) do { local_irq_save(f); } while (0) argument 38 # define _atomic_spin_unlock_irqrestore(l,f) do { local_irq_restore(f); } while (0) argument
|
| /include/acpi/platform/ |
| D | acgcc.h | 54 #define va_start(v, l) __builtin_va_start(v, l) argument 56 #define va_arg(v, l) __builtin_va_arg(v, l) argument
|
| /include/kvm/ |
| D | iodev.h | 56 int l, void *v) in kvm_iodevice_read() 64 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 | 98 #define _SEG7(l,a,b,c,d,e,f,g) \ argument
|
| /include/trace/events/ |
| D | sched.h | 633 int l = path ? len : 0; in __trace_sched_path() local
|
| /include/media/i2c/ |
| D | ov772x.h | 38 #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
|