/lib/ |
D | iomap.c | 40 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 …]
|
D | string.c | 112 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 …]
|
D | iomap_copy.c | 33 size_t count) in __iowrite32_copy() 56 size_t count) in __iowrite64_copy()
|
D | strncpy_from_user.c | 25 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()
|
D | strnlen_user.c | 27 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()
|
D | rbtree_test.c | 118 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
|
D | argv_split.c | 13 int count = 0; in count_argc() local
|
D | hexdump.c | 47 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()
|
D | percpu_counter.c | 77 s64 count; in __percpu_counter_add() local 202 s64 count; in __percpu_counter_compare() local
|
D | list_sort.c | 55 u8 count = 0; in merge_and_restore_back_links() local 214 int i, count = 1, err = -ENOMEM; in list_sort_test() local
|
D | dynamic_queue_limits.c | 17 void dql_completed(struct dql *dql, unsigned int count) in dql_completed()
|
D | test_firmware.c | 52 const char *buf, size_t count) in trigger_request_store()
|
D | oid_registry.c | 116 int count; in sprint_oid() local
|
D | percpu-refcount.c | 126 unsigned long count = 0; in percpu_ref_switch_to_atomic_rcu() local
|
D | iov_iter.c | 328 size_t count) in iov_iter_init() 511 size_t count) in iov_iter_kvec() 524 size_t count) in iov_iter_bvec()
|
D | kobject_uevent.c | 64 int kobject_action_type(const char *buf, size_t count, in kobject_action_type()
|
D | dma-debug.c | 783 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
|
D | btree.c | 681 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
|
D | kstrtox.c | 375 int kstrtobool_from_user(const char __user *s, size_t count, bool *res) in kstrtobool_from_user()
|
D | nlattr.c | 277 int nla_memcpy(void *dest, const struct nlattr *src, int count) in nla_memcpy()
|
D | swiotlb.c | 494 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/ |
D | inftrees.c | 44 unsigned short count[MAXBITS+1]; /* number of codes of each length */ in zlib_inflate_table() local
|
/lib/reed_solomon/ |
D | decode_rs.c | 37 int count = 0; variable
|
/lib/xz/ |
D | xz_dec_stream.c | 87 vli_type count; member 109 vli_type count; member
|
/lib/zlib_deflate/ |
D | deftree.c | 636 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
|