| /include/asm-generic/ |
| D | mutex-null.h | 13 #define __mutex_fastpath_lock(count, fail_fn) fail_fn(count) argument 14 #define __mutex_fastpath_lock_retval(count) (-1) argument 15 #define __mutex_fastpath_unlock(count, fail_fn) fail_fn(count) argument 16 #define __mutex_fastpath_trylock(count, fail_fn) fail_fn(count) argument
|
| D | mutex-dec.h | 21 __mutex_fastpath_lock(atomic_t *count, void (*fail_fn)(atomic_t *)) in __mutex_fastpath_lock() argument 36 __mutex_fastpath_lock_retval(atomic_t *count) in __mutex_fastpath_lock_retval() 57 __mutex_fastpath_unlock(atomic_t *count, void (*fail_fn)(atomic_t *)) in __mutex_fastpath_unlock() argument 81 __mutex_fastpath_trylock(atomic_t *count, int (*fail_fn)(atomic_t *)) in __mutex_fastpath_trylock() argument
|
| D | mutex-xchg.h | 26 __mutex_fastpath_lock(atomic_t *count, void (*fail_fn)(atomic_t *)) in __mutex_fastpath_lock() argument 47 __mutex_fastpath_lock_retval(atomic_t *count) in __mutex_fastpath_lock_retval() 68 __mutex_fastpath_unlock(atomic_t *count, void (*fail_fn)(atomic_t *)) in __mutex_fastpath_unlock() argument 92 __mutex_fastpath_trylock(atomic_t *count, int (*fail_fn)(atomic_t *)) in __mutex_fastpath_trylock() argument
|
| D | ide_iops.h | 8 static __inline__ void __ide_mm_insw(void __iomem *port, void *addr, u32 count) in __ide_mm_insw() 16 static __inline__ void __ide_mm_insl(void __iomem *port, void *addr, u32 count) in __ide_mm_insl() 24 static __inline__ void __ide_mm_outsw(void __iomem *port, void *addr, u32 count) in __ide_mm_outsw() 32 static __inline__ void __ide_mm_outsl(void __iomem * port, void *addr, u32 count) in __ide_mm_outsl()
|
| D | io.h | 221 unsigned int count) in readsb() 237 unsigned int count) in readsw() 253 unsigned int count) in readsl() 270 unsigned int count) in readsq() 287 unsigned int count) in writesb() 302 unsigned int count) in writesw() 317 unsigned int count) in writesl() 333 unsigned int count) in writesq() 463 static inline void insb(unsigned long addr, void *buffer, unsigned int count) in insb() 471 static inline void insw(unsigned long addr, void *buffer, unsigned int count) in insw() [all …]
|
| /include/linux/ |
| D | vt_buffer.h | 27 static inline void scr_memsetw(u16 *s, u16 c, unsigned int count) in scr_memsetw() 36 static inline void scr_memcpyw(u16 *d, const u16 *s, unsigned int count) in scr_memcpyw() 45 static inline void scr_memmovew(u16 *d, const u16 *s, unsigned int count) in scr_memmovew()
|
| D | uio.h | 33 size_t count; member 140 static inline void iov_iter_truncate(struct iov_iter *i, u64 count) in iov_iter_truncate() 156 static inline void iov_iter_reexpand(struct iov_iter *i, size_t count) in iov_iter_reexpand()
|
| D | regset.h | 220 static inline int user_regset_copyout(unsigned int *pos, unsigned int *count, in user_regset_copyout() 245 static inline int user_regset_copyin(unsigned int *pos, unsigned int *count, in user_regset_copyin() 275 unsigned int *count, in user_regset_copyout_zero() 300 unsigned int *count, in user_regset_copyin_ignore()
|
| D | jump_label.h | 223 int count = static_key_count(key); in static_key_enable() local 233 int count = static_key_count(key); in static_key_disable() local 281 #define DEFINE_STATIC_KEY_ARRAY_TRUE(name, count) \ argument 286 #define DEFINE_STATIC_KEY_ARRAY_FALSE(name, count) \ argument
|
| D | dma-contiguous.h | 147 struct page *dma_alloc_from_contiguous(struct device *dev, size_t count, in dma_alloc_from_contiguous() 155 int count) in dma_release_from_contiguous()
|
| D | user_namespace.h | 17 u32 count; member 42 atomic_t count; member 68 int count; member
|
| D | rwsem-spinlock.h | 24 __s32 count; member
|
| D | posix_acl_xattr.h | 17 posix_acl_xattr_size(int count) in posix_acl_xattr_size()
|
| D | lockref.h | 31 int count; member
|
| D | cb710.h | 180 void __iomem *port, size_t count) in cb710_sg_dwiter_write_from_io() 202 void __iomem *port, size_t count) in cb710_sg_dwiter_read_to_io()
|
| D | cdev.h | 18 unsigned int count; member
|
| /include/uapi/xen/ |
| D | gntdev.h | 55 __u32 count; member 77 __u32 count; member 103 __u32 count; member 118 __u32 count; member 193 unsigned int count; member
|
| D | gntalloc.h | 28 __u32 count; member 50 __u32 count; member
|
| /include/uapi/linux/netfilter/ |
| D | xt_multiport.h | 17 __u8 count; /* Number of ports */ member 23 __u8 count; /* Number of ports */ member
|
| /include/crypto/ |
| D | sha.h | 75 u64 count; member 81 u64 count; member 87 u64 count[2]; member
|
| /include/xen/ |
| D | grant_table.h | 62 u16 count; member 77 unsigned int count; member 185 unsigned int count; member
|
| /include/uapi/linux/ |
| D | ivtvfb.h | 32 int count; member
|
| D | keychord.h | 46 __u16 count; member
|
| /include/linux/ceph/ |
| D | types.h | 25 int count; member
|
| /include/net/netfilter/ |
| D | nf_conntrack.h | 339 #define NF_CT_STAT_INC(net, count) __this_cpu_inc((net)->ct.stat->count) argument 340 #define NF_CT_STAT_INC_ATOMIC(net, count) this_cpu_inc((net)->ct.stat->count) argument 341 #define NF_CT_STAT_ADD_ATOMIC(net, count, v) this_cpu_add((net)->ct.stat->count, (v)) argument
|