Home
last modified time | relevance | path

Searched defs:nmemb (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/tools/include/tools/
Dlibc_compat.h11 static inline void *reallocarray(void *ptr, size_t nmemb, size_t size) in reallocarray()
/linux-5.19.10/scripts/kconfig/
Dutil.c91 void *xcalloc(size_t nmemb, size_t size) in xcalloc()
/linux-5.19.10/tools/include/nolibc/
Dstdio.h117 size_t fwrite(const void *s, size_t size, size_t nmemb, FILE *stream) in fwrite()
Dstdlib.h129 void *calloc(size_t size, size_t nmemb) in calloc()
/linux-5.19.10/tools/perf/util/
Dannotate.c694 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/
Dbuiltin-trace.c1172 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/
Dnouveau_gem.c623 u_memcpya(uint64_t user, unsigned nmemb, unsigned size) in u_memcpya()
/linux-5.19.10/tools/lib/bpf/
Dlibbpf_internal.h180 static inline void *libbpf_reallocarray(void *ptr, size_t nmemb, size_t size) in libbpf_reallocarray()