Searched defs:nmemb (Results 1 – 9 of 9) sorted by relevance
/linux-6.14.4/tools/include/tools/ |
D | libc_compat.h | 11 static inline void *reallocarray(void *ptr, size_t nmemb, size_t size) in reallocarray()
|
/linux-6.14.4/scripts/include/ |
D | xalloc.h | 18 static inline void *xcalloc(size_t nmemb, size_t size) in xcalloc()
|
/linux-6.14.4/tools/perf/util/ |
D | disasm.c | 210 const int nmemb = ARRAY_SIZE(architectures); in arch__sort() local 217 const int nmemb = ARRAY_SIZE(architectures); in arch__find() local 859 const int nmemb = arch->nr_instructions; in ins__sort() local 867 const int nmemb = arch->nr_instructions; in __ins__find() local
|
/linux-6.14.4/tools/include/nolibc/ |
D | stdio.h | 163 size_t fwrite(const void *s, size_t size, size_t nmemb, FILE *stream) in fwrite()
|
D | stdlib.h | 148 void *calloc(size_t size, size_t nmemb) in calloc()
|
/linux-6.14.4/tools/lib/bpf/ |
D | btf_relocate.c | 23 #define calloc(nmemb, sz) kvcalloc(nmemb, sz, GFP_KERNEL | __GFP_NOWARN) argument
|
D | libbpf_internal.h | 196 static inline void *libbpf_reallocarray(void *ptr, size_t nmemb, size_t size) in libbpf_reallocarray()
|
/linux-6.14.4/tools/perf/ |
D | builtin-trace.c | 1417 const int nmemb, in __syscall_fmt__find() 1425 const int nmemb = ARRAY_SIZE(syscall_fmts); in syscall_fmt__find() local 1430 const int nmemb, const char *alias) in __syscall_fmt__find_by_alias() 1444 const int nmemb = ARRAY_SIZE(syscall_fmts); in syscall_fmt__find_by_alias() local 1985 __syscall_arg_fmt__find_by_name(const struct syscall_arg_fmt *fmts, const int nmemb, in __syscall_arg_fmt__find_by_name() 1993 const int nmemb = ARRAY_SIZE(syscall_arg_fmts__by_name); in syscall_arg_fmt__find_by_name() local
|
/linux-6.14.4/drivers/gpu/drm/nouveau/ |
D | nouveau_drv.h | 189 u_memcpya(uint64_t user, unsigned int nmemb, unsigned int size) in u_memcpya()
|