Searched defs:nmemb (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.10/tools/include/tools/ | 
| D | libc_compat.h | 11 static inline void *reallocarray(void *ptr, size_t nmemb, size_t size)  in reallocarray()
 | 
| /Linux-v5.10/scripts/kconfig/ | 
| D | util.c | 91 void *xcalloc(size_t nmemb, size_t size)  in xcalloc()
 | 
| /Linux-v5.10/tools/perf/util/ | 
| D | annotate.c | 676 	const int nmemb = arch->nr_instructions;  in ins__sort()  local684 	const int nmemb = arch->nr_instructions;  in __ins__find()  local
 722 	const int nmemb = ARRAY_SIZE(architectures);  in arch__sort()  local
 729 	const int nmemb = ARRAY_SIZE(architectures);  in arch__find()  local
 
 | 
| /Linux-v5.10/tools/perf/ | 
| D | builtin-trace.c | 1160 static struct syscall_fmt *__syscall_fmt__find(struct syscall_fmt *fmts, const int nmemb, const cha…  in __syscall_fmt__find()1167 	const int nmemb = ARRAY_SIZE(syscall_fmts);  in syscall_fmt__find()  local
 1171 static struct syscall_fmt *__syscall_fmt__find_by_alias(struct syscall_fmt *fmts, const int nmemb, …  in __syscall_fmt__find_by_alias()
 1185 	const int nmemb = ARRAY_SIZE(syscall_fmts);  in syscall_fmt__find_by_alias()  local
 1672 __syscall_arg_fmt__find_by_name(struct syscall_arg_fmt *fmts, const int nmemb, const char *name)  in __syscall_arg_fmt__find_by_name()
 1679        const int nmemb = ARRAY_SIZE(syscall_arg_fmts__by_name);  in syscall_arg_fmt__find_by_name()  local
 
 | 
| /Linux-v5.10/tools/lib/bpf/ | 
| D | libbpf_internal.h | 93 static inline void *libbpf_reallocarray(void *ptr, size_t nmemb, size_t size)  in libbpf_reallocarray()
 | 
| /Linux-v5.10/drivers/gpu/drm/nouveau/ | 
| D | nouveau_gem.c | 575 u_memcpya(uint64_t user, unsigned nmemb, unsigned size)  in u_memcpya()
 | 
| /Linux-v5.10/drivers/md/ | 
| D | dm-table.c | 97 void *dm_vcalloc(unsigned long nmemb, unsigned long elem_size)  in dm_vcalloc()
 |