Searched defs:nmemb (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/tools/include/tools/ |
D | libc_compat.h | 11 static inline void *reallocarray(void *ptr, size_t nmemb, size_t size) in reallocarray()
|
/linux-6.6.21/scripts/kconfig/ |
D | util.c | 91 void *xcalloc(size_t nmemb, size_t size) in xcalloc()
|
/linux-6.6.21/tools/include/nolibc/ |
D | stdlib.h | 148 void *calloc(size_t size, size_t nmemb) in calloc()
|
D | stdio.h | 163 size_t fwrite(const void *s, size_t size, size_t nmemb, FILE *stream) in fwrite()
|
/linux-6.6.21/tools/perf/ |
D | builtin-trace.c | 1178 const int nmemb, in __syscall_fmt__find() 1186 const int nmemb = ARRAY_SIZE(syscall_fmts); in syscall_fmt__find() local 1191 const int nmemb, const char *alias) in __syscall_fmt__find_by_alias() 1205 const int nmemb = ARRAY_SIZE(syscall_fmts); in syscall_fmt__find_by_alias() local 1719 __syscall_arg_fmt__find_by_name(const struct syscall_arg_fmt *fmts, const int nmemb, in __syscall_arg_fmt__find_by_name() 1727 const int nmemb = ARRAY_SIZE(syscall_arg_fmts__by_name); in syscall_arg_fmt__find_by_name() local
|
/linux-6.6.21/tools/perf/util/ |
D | annotate.c | 714 const int nmemb = arch->nr_instructions; in ins__sort() local 722 const int nmemb = arch->nr_instructions; in __ins__find() local 780 const int nmemb = ARRAY_SIZE(architectures); in arch__sort() local 787 const int nmemb = ARRAY_SIZE(architectures); in arch__find() local
|
/linux-6.6.21/drivers/gpu/drm/nouveau/ |
D | nouveau_drv.h | 190 u_memcpya(uint64_t user, unsigned int nmemb, unsigned int size) in u_memcpya()
|
/linux-6.6.21/tools/lib/bpf/ |
D | libbpf_internal.h | 180 static inline void *libbpf_reallocarray(void *ptr, size_t nmemb, size_t size) in libbpf_reallocarray()
|