Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 177) sorted by relevance

12345678

/include/asm-generic/
Dmutex-null.h13 #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
Dmutex-dec.h21 __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
Dmutex-xchg.h26 __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
Dide_iops.h8 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()
Dio.h221 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/
Dvt_buffer.h27 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()
Duio.h33 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()
Dregset.h220 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()
Djump_label.h223 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
Ddma-contiguous.h147 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()
Duser_namespace.h17 u32 count; member
42 atomic_t count; member
68 int count; member
Drwsem-spinlock.h24 __s32 count; member
Dposix_acl_xattr.h17 posix_acl_xattr_size(int count) in posix_acl_xattr_size()
Dlockref.h31 int count; member
Dcb710.h180 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()
Dcdev.h18 unsigned int count; member
/include/uapi/xen/
Dgntdev.h55 __u32 count; member
77 __u32 count; member
103 __u32 count; member
118 __u32 count; member
193 unsigned int count; member
Dgntalloc.h28 __u32 count; member
50 __u32 count; member
/include/uapi/linux/netfilter/
Dxt_multiport.h17 __u8 count; /* Number of ports */ member
23 __u8 count; /* Number of ports */ member
/include/crypto/
Dsha.h75 u64 count; member
81 u64 count; member
87 u64 count[2]; member
/include/xen/
Dgrant_table.h62 u16 count; member
77 unsigned int count; member
185 unsigned int count; member
/include/uapi/linux/
Divtvfb.h32 int count; member
Dkeychord.h46 __u16 count; member
/include/linux/ceph/
Dtypes.h25 int count; member
/include/net/netfilter/
Dnf_conntrack.h339 #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

12345678