Home
last modified time | relevance | path

Searched refs:kzalloc (Results 1 – 12 of 12) sorted by relevance

/tools/include/linux/
A Dslab.h26 static inline void *kzalloc(size_t size, gfp_t gfp) in kzalloc() function
/tools/testing/selftests/livepatch/test_modules/
A Dtest_klp_state.c42 loglevel_state->data = kzalloc(sizeof(console_loglevel), GFP_KERNEL); in allocate_loglevel_state()
A Dtest_klp_state2.c49 loglevel_state->data = kzalloc(sizeof(console_loglevel), GFP_KERNEL); in allocate_loglevel_state()
/tools/virtio/linux/
A Dkernel.h67 static inline void *kzalloc(size_t s, gfp_t gfp) in kzalloc() function
/tools/virtio/ringtest/
A Dptr_ring.c38 static inline void *kzalloc(unsigned size, gfp_t flags) in kzalloc() function
/tools/lib/bpf/
A Dskel_internal.h89 struct bpf_loader_ctx *ctx = kzalloc(size, GFP_KERNEL); in skel_alloc()
/tools/testing/nvdimm/test/
A Dndtest.c344 res = kzalloc(sizeof(*res), GFP_KERNEL); in ndtest_alloc_resource()
948 priv = kzalloc(sizeof(*priv), GFP_KERNEL); in ndtest_init()
A Diomap.c279 req = kzalloc(sizeof(*req), GFP_KERNEL); in nfit_test_request_region()
A Dnfit.c1616 struct nfit_test_resource *nfit_res = kzalloc(sizeof(*nfit_res), in __test_alloc()
3220 obj = kzalloc(sizeof(*obj), GFP_KERNEL); in nfit_test_probe()
3300 nfit_test = kzalloc(sizeof(*nfit_test), GFP_KERNEL); in nfit_test_init()
/tools/testing/selftests/bpf/test_kmods/
A Dbpf_testmod.c226 ctx = kzalloc(sizeof(*ctx), GFP_ATOMIC); in bpf_testmod_ctx_create()
/tools/testing/cxl/test/
A Dcxl.c406 struct cxl_mock_res *res = kzalloc(sizeof(*res), GFP_KERNEL); in alloc_mock_res()
A Dmem.c1140 po = kzalloc(struct_size(po, record, poison_inject_dev_max), GFP_KERNEL); in cxl_get_injected_po()

Completed in 27 milliseconds