Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 38) sorted by relevance

12

/include/asm-generic/
Dlocal64.h29 #define local64_read(l) local_read(&(l)->a) argument
30 #define local64_set(l,i) local_set((&(l)->a),(i)) argument
31 #define local64_inc(l) local_inc(&(l)->a) argument
32 #define local64_dec(l) local_dec(&(l)->a) argument
33 #define local64_add(i,l) local_add((i),(&(l)->a)) argument
34 #define local64_sub(i,l) local_sub((i),(&(l)->a)) argument
36 #define local64_sub_and_test(i, l) local_sub_and_test((i), (&(l)->a)) argument
37 #define local64_dec_and_test(l) local_dec_and_test(&(l)->a) argument
38 #define local64_inc_and_test(l) local_inc_and_test(&(l)->a) argument
39 #define local64_add_negative(i, l) local_add_negative((i), (&(l)->a)) argument
[all …]
Dlocal.h28 #define local_read(l) atomic_long_read(&(l)->a) argument
29 #define local_set(l,i) atomic_long_set((&(l)->a),(i)) argument
30 #define local_inc(l) atomic_long_inc(&(l)->a) argument
31 #define local_dec(l) atomic_long_dec(&(l)->a) argument
32 #define local_add(i,l) atomic_long_add((i),(&(l)->a)) argument
33 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a)) argument
35 #define local_sub_and_test(i, l) atomic_long_sub_and_test((i), (&(l)->a)) argument
36 #define local_dec_and_test(l) atomic_long_dec_and_test(&(l)->a) argument
37 #define local_inc_and_test(l) atomic_long_inc_and_test(&(l)->a) argument
38 #define local_add_negative(i, l) atomic_long_add_negative((i), (&(l)->a)) argument
[all …]
Dqspinlock.h131 #define arch_spin_is_locked(l) queued_spin_is_locked(l) argument
132 #define arch_spin_is_contended(l) queued_spin_is_contended(l) argument
133 #define arch_spin_value_unlocked(l) queued_spin_value_unlocked(l) argument
134 #define arch_spin_lock(l) queued_spin_lock(l) argument
135 #define arch_spin_trylock(l) queued_spin_trylock(l) argument
136 #define arch_spin_unlock(l) queued_spin_unlock(l) argument
137 #define arch_spin_lock_flags(l, f) queued_spin_lock(l) argument
138 #define arch_spin_unlock_wait(l) queued_spin_unlock_wait(l) argument
Dqrwlock.h172 #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
Datomic-long.h80 #define atomic_long_cmpxchg_relaxed(l, old, new) \ argument
83 #define atomic_long_cmpxchg_acquire(l, old, new) \ argument
86 #define atomic_long_cmpxchg_release(l, old, new) \ argument
89 #define atomic_long_cmpxchg(l, old, new) \ argument
108 static __always_inline void atomic_long_dec(atomic_long_t *l) in atomic_long_dec()
196 static inline int atomic_long_dec_and_test(atomic_long_t *l) in atomic_long_dec_and_test()
203 static inline int atomic_long_inc_and_test(atomic_long_t *l) in atomic_long_inc_and_test()
210 static inline int atomic_long_add_negative(long i, atomic_long_t *l) in atomic_long_add_negative()
243 #define atomic_long_inc_not_zero(l) \ argument
/include/linux/
Dlockdep.h371 #define lockdep_assert_held(l) do { \ argument
375 #define lockdep_assert_held_once(l) do { \ argument
381 #define lockdep_pin_lock(l) lock_pin_lock(&(l)->dep_map) argument
382 #define lockdep_repin_lock(l,c) lock_repin_lock(&(l)->dep_map, (c)) argument
383 #define lockdep_unpin_lock(l,c) lock_unpin_lock(&(l)->dep_map, (c)) argument
395 # define lock_acquire(l, s, t, r, c, n, i) do { } while (0) argument
396 # define lock_release(l, n, i) do { } while (0) argument
397 # define lock_set_class(l, n, k, s, i) do { } while (0) argument
398 # define lock_set_subclass(l, s, i) do { } while (0) argument
431 #define lockdep_assert_held(l) do { (void)(l); } while (0) argument
[all …]
Dbitops.h21 #define GENMASK(h, l) \ argument
24 #define GENMASK_ULL(h, l) \ argument
177 static inline unsigned fls_long(unsigned long l) in fls_long()
200 static inline int get_count_order_long(unsigned long l) in get_count_order_long()
Dmigrate.h54 static inline void putback_movable_pages(struct list_head *l) {} in putback_movable_pages()
55 static inline int migrate_pages(struct list_head *l, new_page_t new, in migrate_pages()
Dlockref.h46 static inline int __lockref_is_dead(const struct lockref *l) in __lockref_is_dead()
Dmath64.h182 } l; in mul_u64_u64_shr() member
228 } l; in mul_u64_u32_div() member
Dbadblocks.h17 #define BB_MAKE(a, l, ack) (((a)<<9) | ((l)-1) | ((u64)(!!(ack)) << 63)) argument
Dfscrypt.h36 #define FSTR_INIT(n, l) { .name = n, .len = l } argument
Dhugetlb.h484 static inline void hugetlb_count_add(long l, struct mm_struct *mm) in hugetlb_count_add()
489 static inline void hugetlb_count_sub(long l, struct mm_struct *mm) in hugetlb_count_sub()
534 static inline void hugetlb_count_sub(long l, struct mm_struct *mm) in hugetlb_count_sub()
/include/linux/wimax/
Ddebug.h199 #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/
Dext2-atomic-setbit.h8 #define ext2_set_bit_atomic(l, nr, addr) test_and_set_bit_le(nr, addr) argument
9 #define ext2_clear_bit_atomic(l, nr, addr) test_and_clear_bit_le(nr, addr) argument
Datomic.h22 #define _atomic_spin_lock_irqsave(l,f) do { \ argument
28 #define _atomic_spin_unlock_irqrestore(l,f) do { \ argument
36 # define _atomic_spin_lock_irqsave(l,f) do { local_irq_save(f); } while (0) argument
37 # define _atomic_spin_unlock_irqrestore(l,f) do { local_irq_restore(f); } while (0) argument
/include/acpi/platform/
Dacgcc.h54 #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/
Diodev.h56 int l, void *v) in kvm_iodevice_read()
64 int l, const void *v) in kvm_iodevice_write()
/include/uapi/linux/
Dromfs_fs.h16 #define __mkw(h,l) (((h)&0x00ff)<< 8|((l)&0x00ff)) argument
17 #define __mkl(h,l) (((h)&0xffff)<<16|((l)&0xffff)) argument
Dmap_to_7segment.h97 #define _SEG7(l,a,b,c,d,e,f,g) \ argument
/include/media/i2c/
Dov772x.h38 #define OV772X_AUTO_EDGECTRL(u, l) \ argument
/include/linux/mfd/
Dtmio.h14 #define tmio_ioread16_rep(r, b, l) readsw(r, b, l) argument
20 #define tmio_iowrite16_rep(r, b, l) writesw(r, b, l) argument
/include/linux/iio/
Dsysfs.h27 struct list_head l; member
/include/video/
Dpm3fb.h591 #define PM3FBDestReadMode_Layout0(l) (((l) & 0x3) << 12) argument
592 #define PM3FBDestReadMode_Layout1(l) (((l) & 0x3) << 14) argument
593 #define PM3FBDestReadMode_Layout2(l) (((l) & 0x3) << 16) argument
594 #define PM3FBDestReadMode_Layout3(l) (((l) & 0x3) << 18) argument
620 #define PM3FBSourceReadMode_Layout(l) (((l) & 0x3) << 8) argument
660 #define PM3FBWriteMode_Layout0(l) (((l) & 0x3) << 16) argument
661 #define PM3FBWriteMode_Layout1(l) (((l) & 0x3) << 18) argument
662 #define PM3FBWriteMode_Layout2(l) (((l) & 0x3) << 20) argument
663 #define PM3FBWriteMode_Layout3(l) (((l) & 0x3) << 22) argument
/include/linux/sunrpc/
Dxdr.h23 #define XDR_QUADLEN(l) (((l) + 3) >> 2) argument

12