Searched defs:nmemb (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/tools/include/tools/ |
D | libc_compat.h | 11 static inline void *reallocarray(void *ptr, size_t nmemb, size_t size) in reallocarray()
|
/Linux-v5.15/scripts/kconfig/ |
D | util.c | 91 void *xcalloc(size_t nmemb, size_t size) in xcalloc()
|
/Linux-v5.15/tools/perf/util/ |
D | annotate.c | 688 const int nmemb = arch->nr_instructions; in ins__sort() local 696 const int nmemb = arch->nr_instructions; in __ins__find() local 734 const int nmemb = ARRAY_SIZE(architectures); in arch__sort() local 741 const int nmemb = ARRAY_SIZE(architectures); in arch__find() local
|
/Linux-v5.15/tools/perf/ |
D | builtin-trace.c | 1168 static struct syscall_fmt *__syscall_fmt__find(struct syscall_fmt *fmts, const int nmemb, const cha… in __syscall_fmt__find() 1175 const int nmemb = ARRAY_SIZE(syscall_fmts); in syscall_fmt__find() local 1179 static struct syscall_fmt *__syscall_fmt__find_by_alias(struct syscall_fmt *fmts, const int nmemb, … in __syscall_fmt__find_by_alias() 1193 const int nmemb = ARRAY_SIZE(syscall_fmts); in syscall_fmt__find_by_alias() local 1680 __syscall_arg_fmt__find_by_name(struct syscall_arg_fmt *fmts, const int nmemb, const char *name) in __syscall_arg_fmt__find_by_name() 1687 const int nmemb = ARRAY_SIZE(syscall_arg_fmts__by_name); in syscall_arg_fmt__find_by_name() local
|
/Linux-v5.15/drivers/gpu/drm/nouveau/ |
D | nouveau_gem.c | 623 u_memcpya(uint64_t user, unsigned nmemb, unsigned size) in u_memcpya()
|
/Linux-v5.15/tools/lib/bpf/ |
D | libbpf_internal.h | 131 static inline void *libbpf_reallocarray(void *ptr, size_t nmemb, size_t size) in libbpf_reallocarray()
|