Home
last modified time | relevance | path

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

12

/lib/
Diomap.c40 static int count = 10; in bad_io_access() local
145 static inline void mmio_insb(void __iomem *addr, u8 *dst, int count) in mmio_insb()
153 static inline void mmio_insw(void __iomem *addr, u16 *dst, int count) in mmio_insw()
161 static inline void mmio_insl(void __iomem *addr, u32 *dst, int count) in mmio_insl()
172 static inline void mmio_outsb(void __iomem *addr, const u8 *src, int count) in mmio_outsb()
179 static inline void mmio_outsw(void __iomem *addr, const u16 *src, int count) in mmio_outsw()
186 static inline void mmio_outsl(void __iomem *addr, const u32 *src, int count) in mmio_outsl()
195 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) in ioread8_rep()
199 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep()
203 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep()
[all …]
Dstring.c112 char *strncpy(char *dest, const char *src, size_t count) in strncpy()
177 ssize_t strscpy(char *dest, const char *src, size_t count) in strscpy()
281 ssize_t strscpy_pad(char *dest, const char *src, size_t count) in strscpy_pad()
325 char *strncat(char *dest, const char *src, size_t count) in strncat()
351 size_t strlcat(char *dest, const char *src, size_t count) in strlcat()
402 int strncmp(const char *cs, const char *ct, size_t count) in strncmp()
479 char *strnchr(const char *s, size_t count, int c) in strnchr()
551 size_t strnlen(const char *s, size_t count) in strnlen()
572 size_t count = 0; in strspn() local
599 size_t count = 0; in strcspn() local
[all …]
Diomap_copy.c33 size_t count) in __iowrite32_copy()
56 size_t count) in __iowrite64_copy()
Dstrncpy_from_user.c25 unsigned long count, unsigned long max) in do_strncpy_from_user()
101 long strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user()
Dstrnlen_user.c27 static inline long do_strnlen_user(const char __user *src, unsigned long count, unsigned long max) in do_strnlen_user()
103 long strnlen_user(const char __user *str, long count) in strnlen_user()
Drbtree_test.c118 int count; in black_path_count() local
127 int count = 0; in check_postorder_foreach() local
137 int count = 0; in check_postorder() local
147 int count = 0, blacks = 0; in check() local
Dargv_split.c13 int count = 0; in count_argc() local
Dhexdump.c47 int hex2bin(u8 *dst, const char *src, size_t count) in hex2bin()
68 char *bin2hex(char *dst, const void *src, size_t count) in bin2hex()
Dpercpu_counter.c77 s64 count; in __percpu_counter_add() local
202 s64 count; in __percpu_counter_compare() local
Dlist_sort.c55 u8 count = 0; in merge_and_restore_back_links() local
214 int i, count = 1, err = -ENOMEM; in list_sort_test() local
Ddynamic_queue_limits.c17 void dql_completed(struct dql *dql, unsigned int count) in dql_completed()
Dtest_firmware.c52 const char *buf, size_t count) in trigger_request_store()
Doid_registry.c116 int count; in sprint_oid() local
Dpercpu-refcount.c126 unsigned long count = 0; in percpu_ref_switch_to_atomic_rcu() local
Diov_iter.c328 size_t count) in iov_iter_init()
511 size_t count) in iov_iter_kvec()
524 size_t count) in iov_iter_bvec()
Dkobject_uevent.c64 int kobject_action_type(const char *buf, size_t count, in kobject_action_type()
Ddma-debug.c783 size_t count, loff_t *ppos) in filter_read()
805 size_t count, loff_t *ppos) in filter_write()
934 int count = 0, i; in device_dma_allocations() local
958 int count; in dma_debug_device_change() local
Dbtree.c681 void *func2, int reap, int height, size_t count) in __btree_for_each()
753 size_t count = 0; in btree_visitor() local
771 size_t count = 0; in btree_grim_visitor() local
Dkstrtox.c375 int kstrtobool_from_user(const char __user *s, size_t count, bool *res) in kstrtobool_from_user()
Dnlattr.c277 int nla_memcpy(void *dest, const struct nlattr *src, int count) in nla_memcpy()
Dswiotlb.c494 int count = 0; in swiotlb_tbl_map_single() local
558 int i, count, nslots = ALIGN(size, 1 << IO_TLB_SHIFT) >> IO_TLB_SHIFT; in swiotlb_tbl_unmap_single() local
/lib/zlib_inflate/
Dinftrees.c44 unsigned short count[MAXBITS+1]; /* number of codes of each length */ in zlib_inflate_table() local
/lib/reed_solomon/
Ddecode_rs.c37 int count = 0; variable
/lib/xz/
Dxz_dec_stream.c87 vli_type count; member
109 vli_type count; member
/lib/zlib_deflate/
Ddeftree.c636 int count = 0; /* repeat count of the current code */ in scan_tree() local
682 int count = 0; /* repeat count of the current code */ in send_tree() local

12