/include/asm-generic/ |
D | local64.h | 29 #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 …]
|
D | local.h | 28 #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 …]
|
D | atomic-long.h | 27 static inline long atomic_long_read(atomic_long_t *l) in atomic_long_read() 34 static inline void atomic_long_set(atomic_long_t *l, long i) in atomic_long_set() 41 static inline void atomic_long_inc(atomic_long_t *l) in atomic_long_inc() 48 static inline void atomic_long_dec(atomic_long_t *l) in atomic_long_dec() 55 static inline void atomic_long_add(long i, atomic_long_t *l) in atomic_long_add() 62 static inline void atomic_long_sub(long i, atomic_long_t *l) in atomic_long_sub() 69 static inline int atomic_long_sub_and_test(long i, atomic_long_t *l) in atomic_long_sub_and_test() 76 static inline int atomic_long_dec_and_test(atomic_long_t *l) in atomic_long_dec_and_test() 83 static inline int atomic_long_inc_and_test(atomic_long_t *l) in atomic_long_inc_and_test() 90 static inline int atomic_long_add_negative(long i, atomic_long_t *l) in atomic_long_add_negative() [all …]
|
/include/linux/ |
D | lockdep.h | 344 #define lockdep_assert_held(l) WARN_ON(debug_locks && !lockdep_is_held(l)) argument 358 # define lock_acquire(l, s, t, r, c, n, i) do { } while (0) argument 359 # define lock_release(l, n, i) do { } while (0) argument 360 # define lock_set_class(l, n, k, s, i) do { } while (0) argument 361 # define lock_set_subclass(l, s, i) do { } while (0) argument 395 #define lockdep_assert_held(l) do { } while (0) argument 464 # define spin_acquire(l, s, t, i) lock_acquire(l, s, t, 0, 2, NULL, i) argument 465 # define spin_acquire_nest(l, s, t, n, i) lock_acquire(l, s, t, 0, 2, n, i) argument 467 # define spin_acquire(l, s, t, i) lock_acquire(l, s, t, 0, 1, NULL, i) argument 468 # define spin_acquire_nest(l, s, t, n, i) lock_acquire(l, s, t, 0, 1, NULL, i) argument [all …]
|
D | migrate.h | 35 static inline void putback_lru_pages(struct list_head *l) {} in putback_lru_pages() 36 static inline int migrate_pages(struct list_head *l, new_page_t x, in migrate_pages() 39 static inline int migrate_huge_pages(struct list_head *l, new_page_t x, in migrate_huge_pages()
|
D | romfs_fs.h | 16 #define __mkw(h,l) (((h)&0x00ff)<< 8|((l)&0x00ff)) argument 17 #define __mkl(h,l) (((h)&0xffff)<<16|((l)&0xffff)) argument
|
D | map_to_7segment.h | 97 #define _SEG7(l,a,b,c,d,e,f,g) \ argument
|
D | bitops.h | 160 static inline unsigned fls_long(unsigned long l) in fls_long()
|
D | ipc_namespace.h | 89 static inline int ipcns_notify(unsigned long l) { return 0; } in ipcns_notify()
|
D | audit.h | 649 #define audit_mq_sendrecv(d,l,p,t) ((void)0) argument 712 #define audit_log_n_hex(a,b,l) do { ; } while (0) argument 713 #define audit_log_n_string(a,c,l) do { ; } while (0) argument
|
D | atm.h | 57 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | \ argument
|
D | of.h | 147 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) argument
|
D | netdevice.h | 246 #define netdev_hw_addr_list_count(l) ((l)->count) argument 247 #define netdev_hw_addr_list_empty(l) (netdev_hw_addr_list_count(l) == 0) argument 248 #define netdev_hw_addr_list_for_each(ha, l) \ argument
|
/include/linux/ceph/ |
D | osdmap.h | 61 #define ceph_file_layout_su(l) ((__s32)le32_to_cpu((l).fl_stripe_unit)) argument 62 #define ceph_file_layout_stripe_count(l) \ argument 64 #define ceph_file_layout_object_size(l) ((__s32)le32_to_cpu((l).fl_object_size)) argument 65 #define ceph_file_layout_cas_hash(l) ((__s32)le32_to_cpu((l).fl_cas_hash)) argument 66 #define ceph_file_layout_object_su(l) \ argument 68 #define ceph_file_layout_pg_preferred(l) \ argument 70 #define ceph_file_layout_pg_pool(l) \ argument 73 static inline unsigned ceph_file_layout_stripe_width(struct ceph_file_layout *l) in ceph_file_layout_stripe_width() 80 static inline unsigned ceph_file_layout_period(struct ceph_file_layout *l) in ceph_file_layout_period()
|
/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 | 8 #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
|
D | atomic.h | 22 #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/linux/sunrpc/ |
D | svcauth.h | 144 unsigned long l = 0; in hash_str() local 162 unsigned long l = 0; in hash_mem() local
|
D | xdr.h | 23 #define XDR_QUADLEN(l) (((l) + 3) >> 2) argument
|
/include/media/ |
D | ov772x.h | 38 #define OV772X_AUTO_EDGECTRL(u, l) \ argument
|
/include/linux/mfd/ |
D | tmio.h | 13 #define tmio_ioread16_rep(r, b, l) readsw(r, b, l) argument 19 #define tmio_iowrite16_rep(r, b, l) writesw(r, b, l) argument
|
/include/acpi/ |
D | acoutput.h | 216 #define ACPI_DEBUG_OBJECT(obj,l,i) acpi_ex_do_debug_object(obj,l,i) argument 226 #define ACPI_DEBUG_OBJECT(obj,l,i) argument
|
/include/video/ |
D | pm3fb.h | 591 #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/amba/ |
D | clcd.h | 287 #define CHECK(e,l,h) (var->e < l || var->e > h) in clcdfb_check() argument
|
/include/scsi/ |
D | osd_attributes.h | 11 #define ATTR_SET(pg, id, l, ptr) \ argument 14 #define ATTR_DEF(pg, id, l) ATTR_SET(pg, id, l, NULL) argument
|