Searched defs:nmemb (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/tools/include/tools/ |
D | libc_compat.h | 11 static inline void *reallocarray(void *ptr, size_t nmemb, size_t size) in reallocarray()
|
/linux-5.19.10/scripts/kconfig/ |
D | util.c | 91 void *xcalloc(size_t nmemb, size_t size) in xcalloc()
|
/linux-5.19.10/tools/include/nolibc/ |
D | stdio.h | 117 size_t fwrite(const void *s, size_t size, size_t nmemb, FILE *stream) in fwrite()
|
D | stdlib.h | 129 void *calloc(size_t size, size_t nmemb) in calloc()
|
/linux-5.19.10/tools/perf/util/ |
D | annotate.c | 694 const int nmemb = arch->nr_instructions; in ins__sort() local 702 const int nmemb = arch->nr_instructions; in __ins__find() local 740 const int nmemb = ARRAY_SIZE(architectures); in arch__sort() local 747 const int nmemb = ARRAY_SIZE(architectures); in arch__find() local
|
/linux-5.19.10/tools/perf/ |
D | builtin-trace.c | 1172 static struct syscall_fmt *__syscall_fmt__find(struct syscall_fmt *fmts, const int nmemb, const cha… in __syscall_fmt__find() 1179 const int nmemb = ARRAY_SIZE(syscall_fmts); in syscall_fmt__find() local 1183 static struct syscall_fmt *__syscall_fmt__find_by_alias(struct syscall_fmt *fmts, const int nmemb, … in __syscall_fmt__find_by_alias() 1197 const int nmemb = ARRAY_SIZE(syscall_fmts); in syscall_fmt__find_by_alias() local 1691 __syscall_arg_fmt__find_by_name(struct syscall_arg_fmt *fmts, const int nmemb, const char *name) in __syscall_arg_fmt__find_by_name() 1698 const int nmemb = ARRAY_SIZE(syscall_arg_fmts__by_name); in syscall_arg_fmt__find_by_name() local
|
/linux-5.19.10/drivers/gpu/drm/nouveau/ |
D | nouveau_gem.c | 623 u_memcpya(uint64_t user, unsigned nmemb, unsigned size) in u_memcpya()
|
/linux-5.19.10/tools/lib/bpf/ |
D | libbpf_internal.h | 180 static inline void *libbpf_reallocarray(void *ptr, size_t nmemb, size_t size) in libbpf_reallocarray()
|