nmemb             586 drivers/gpu/drm/nouveau/nouveau_gem.c u_memcpya(uint64_t user, unsigned nmemb, unsigned size)
nmemb             591 drivers/gpu/drm/nouveau/nouveau_gem.c 	size *= nmemb;
nmemb             137 drivers/md/dm-table.c void *dm_vcalloc(unsigned long nmemb, unsigned long elem_size)
nmemb             145 drivers/md/dm-table.c 	if (nmemb > (ULONG_MAX / elem_size))
nmemb             148 drivers/md/dm-table.c 	size = nmemb * elem_size;
nmemb             525 include/linux/device-mapper.h void *dm_vcalloc(unsigned long nmemb, unsigned long elem_size);
nmemb              86 scripts/kconfig/lkc.h void *xcalloc(size_t nmemb, size_t size);
nmemb              91 scripts/kconfig/util.c void *xcalloc(size_t nmemb, size_t size)
nmemb              93 scripts/kconfig/util.c 	void *p = calloc(nmemb, size);
nmemb              11 tools/include/tools/libc_compat.h static inline void *reallocarray(void *ptr, size_t nmemb, size_t size)
nmemb              15 tools/include/tools/libc_compat.h 	if (unlikely(check_mul_overflow(nmemb, size, &bytes)))
nmemb             969 tools/perf/builtin-trace.c 	const int nmemb = ARRAY_SIZE(syscall_fmts);
nmemb             970 tools/perf/builtin-trace.c 	return bsearch(name, syscall_fmts, nmemb, sizeof(struct syscall_fmt), syscall_fmt__cmp);
nmemb             975 tools/perf/builtin-trace.c 	int i, nmemb = ARRAY_SIZE(syscall_fmts);
nmemb             977 tools/perf/builtin-trace.c 	for (i = 0; i < nmemb; ++i) {
nmemb             676 tools/perf/util/annotate.c 	const int nmemb = arch->nr_instructions;
nmemb             678 tools/perf/util/annotate.c 	qsort(arch->instructions, nmemb, sizeof(struct ins), ins__cmp);
nmemb             684 tools/perf/util/annotate.c 	const int nmemb = arch->nr_instructions;
nmemb             691 tools/perf/util/annotate.c 	ins = bsearch(name, arch->instructions, nmemb, sizeof(struct ins), ins__key_cmp);
nmemb             722 tools/perf/util/annotate.c 	const int nmemb = ARRAY_SIZE(architectures);
nmemb             724 tools/perf/util/annotate.c 	qsort(architectures, nmemb, sizeof(struct arch), arch__cmp);
nmemb             729 tools/perf/util/annotate.c 	const int nmemb = ARRAY_SIZE(architectures);
nmemb             737 tools/perf/util/annotate.c 	return bsearch(name, architectures, nmemb, sizeof(struct arch), arch__key_cmp);