Home
last modified time | relevance | path

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

/linux/tools/include/tools/
H A Dlibc_compat.h11 static inline void *reallocarray(void *ptr, size_t nmemb, size_t size) in reallocarray()
/linux/scripts/include/
H A Dxalloc.h18 static inline void *xcalloc(size_t nmemb, size_t size) in xcalloc()
/linux/tools/perf/util/
H A Ddisasm.c209 const int nmemb = ARRAY_SIZE(architectures); arch__sort() local
216 const int nmemb = ARRAY_SIZE(architectures); arch__find() local
858 const int nmemb = arch->nr_instructions; ins__sort() local
866 const int nmemb = arch->nr_instructions; __ins__find() local
/linux/tools/include/nolibc/
H A Dstdio.h162 fwrite(const void * s,size_t size,size_t nmemb,FILE * stream) fwrite() argument
H A Dstdlib.h148 void *calloc(size_t size, size_t nmemb) in calloc()
/linux/tools/lib/bpf/
H A Dbtf_relocate.c23 #define calloc(nmemb, sz) kvcalloc(nmemb, sz, GFP_KERNEL | __GFP_NOWARN) argument
/linux/tools/perf/
H A Dbuiltin-trace.c1413 const int nmemb, in __syscall_fmt__find() argument
1421 const int nmemb = ARRAY_SIZE(syscall_fmts); in syscall_fmt__find() local
1426 const int nmemb, const char *alias) in __syscall_fmt__find_by_alias() argument
1440 const int nmemb = ARRAY_SIZE(syscall_fmts); in syscall_fmt__find_by_alias() local
1981 __syscall_arg_fmt__find_by_name(const struct syscall_arg_fmt *fmts, const int nmemb, in __syscall_arg_fmt__find_by_name() argument
1989 const int nmemb = ARRAY_SIZE(syscall_arg_fmts__by_name); syscall_arg_fmt__find_by_name() local
[all...]
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_drv.h190 u_memcpya(uint64_t user, unsigned int nmemb, unsigned int size) in u_memcpya()