Home
last modified time | relevance | path

Searched refs:malloc (Results 201 - 225 of 820) sorted by relevance

12345678910>>...33

/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y1480 (struct reg_info *)malloc(sizeof(struct reg_info));
1501 (struct alias_info *)malloc(sizeof(struct alias_info));
1514 (struct field_info *)malloc(sizeof(struct field_info));
1525 (struct const_info *)malloc(sizeof(struct const_info));
1535 (struct label_info *)malloc(sizeof(struct label_info));
1545 (struct cond_info *)malloc(sizeof(struct cond_info));
1555 (struct macro_info *)malloc(sizeof(struct macro_info));
1585 marg = (struct macro_arg *)malloc(sizeof(*marg));
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dcow.c103 char *old = malloc(size); in child_memcmp_fn()
130 old = malloc(size); in child_vmsplice_memcmp_fn()
131 new = malloc(size); in child_vmsplice_memcmp_fn()
254 old = malloc(size); in do_test_vmsplice_in_parent()
255 new = malloc(size); in do_test_vmsplice_in_parent()
373 tmp = malloc(size); in do_test_iouring()
375 ksft_test_result_fail("malloc() failed\n"); in do_test_iouring()
531 tmp = malloc(size); in do_test_ro_pin()
533 ksft_test_result_fail("malloc() failed\n"); in do_test_ro_pin()
1354 char *old = malloc(siz in test_cow()
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/netlogic/
H A Dpsb-bootinfo.h62 uint64_t malloc; member
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
H A Dproc-uptime-002.c57 m = malloc(len); in main()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/
H A Dtm-vmx-unavail.c99 thread = malloc(sizeof(pthread_t)*threads); in tm_vmx_unavail_test()
/kernel/linux/linux-5.10/scripts/genksyms/
H A Dgenksyms.h70 #define xmalloc(size) ({ void *__ptr = malloc(size); \
/kernel/linux/linux-5.10/tools/perf/arch/powerpc/tests/
H A Ddwarf-unwind.c22 buf = malloc(STACK_SIZE); in sample_ustack()
/kernel/linux/linux-5.10/tools/objtool/
H A Dwarn.h33 str = malloc(strlen(name) + 20); in offstr()
/kernel/linux/linux-5.10/tools/perf/arch/arm/tests/
H A Ddwarf-unwind.c21 buf = malloc(STACK_SIZE); in sample_ustack()
/kernel/linux/linux-5.10/tools/perf/arch/arm64/tests/
H A Ddwarf-unwind.c21 buf = malloc(STACK_SIZE); in sample_ustack()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dfncache.c43 struct fncache *n = malloc(sizeof(struct fncache) + strlen(name) + 1); in update_fncache()
/kernel/linux/linux-5.10/tools/testing/radix-tree/
H A Dregression2.c70 p = malloc(sizeof(struct page)); in page_alloc()
/kernel/linux/linux-5.10/fs/jffs2/
H A DMakefile9 jffs2-y := compr.o dir.o file.o ioctl.o nodelist.o malloc.o
/kernel/linux/linux-6.6/fs/jffs2/
H A DMakefile9 jffs2-y := compr.o dir.o file.o ioctl.o nodelist.o malloc.o
/kernel/linux/linux-6.6/include/linux/
H A Dzpool.h65 * @malloc: allocate mem from a pool.
85 int (*malloc)(void *pool, size_t size, gfp_t gfp, member
/kernel/linux/linux-6.6/tools/lib/perf/include/internal/
H A Drc_check.h25 * are paired with a put. Reference count checking adds a malloc-ed layer of
76 object ? (result = malloc(sizeof(*result)), \
/kernel/linux/linux-6.6/tools/perf/arch/arm/tests/
H A Ddwarf-unwind.c21 buf = malloc(STACK_SIZE); in sample_ustack()
/kernel/linux/linux-6.6/tools/perf/arch/arm64/tests/
H A Ddwarf-unwind.c21 buf = malloc(STACK_SIZE); in sample_ustack()
/kernel/linux/linux-6.6/tools/perf/arch/powerpc/tests/
H A Ddwarf-unwind.c21 buf = malloc(STACK_SIZE); in sample_ustack()
/kernel/linux/linux-6.6/scripts/genksyms/
H A Dgenksyms.h70 #define xmalloc(size) ({ void *__ptr = malloc(size); \
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/testcases/
H A Dzt_regs.c58 zeros = malloc(ZT_SIG_REGS_SIZE(zt->nregs)); in zt_regs_run()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dfncache.c43 struct fncache *n = malloc(sizeof(struct fncache) + strlen(name) + 1); in update_fncache()
/kernel/linux/linux-6.6/tools/testing/radix-tree/
H A Dregression2.c70 p = malloc(sizeof(struct page)); in page_alloc()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dmap_lookup_percpu_elem.c14 buf = malloc(nr_cpus*sizeof(__u64)); in test_map_lookup_percpu_elem()
15 if (!ASSERT_OK_PTR(buf, "malloc")) in test_map_lookup_percpu_elem()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/copyloops/
H A Dmemmove_validate.c2 #include <malloc.h>

Completed in 9 milliseconds

12345678910>>...33