Searched refs:kzalloc (Results 1 – 12 of 12) sorted by relevance
| /tools/include/linux/ |
| A D | slab.h | 26 static inline void *kzalloc(size_t size, gfp_t gfp) in kzalloc() function
|
| /tools/testing/selftests/livepatch/test_modules/ |
| A D | test_klp_state.c | 42 loglevel_state->data = kzalloc(sizeof(console_loglevel), GFP_KERNEL); in allocate_loglevel_state()
|
| A D | test_klp_state2.c | 49 loglevel_state->data = kzalloc(sizeof(console_loglevel), GFP_KERNEL); in allocate_loglevel_state()
|
| /tools/virtio/linux/ |
| A D | kernel.h | 67 static inline void *kzalloc(size_t s, gfp_t gfp) in kzalloc() function
|
| /tools/virtio/ringtest/ |
| A D | ptr_ring.c | 38 static inline void *kzalloc(unsigned size, gfp_t flags) in kzalloc() function
|
| /tools/lib/bpf/ |
| A D | skel_internal.h | 89 struct bpf_loader_ctx *ctx = kzalloc(size, GFP_KERNEL); in skel_alloc()
|
| /tools/testing/nvdimm/test/ |
| A D | ndtest.c | 344 res = kzalloc(sizeof(*res), GFP_KERNEL); in ndtest_alloc_resource() 948 priv = kzalloc(sizeof(*priv), GFP_KERNEL); in ndtest_init()
|
| A D | iomap.c | 279 req = kzalloc(sizeof(*req), GFP_KERNEL); in nfit_test_request_region()
|
| A D | nfit.c | 1616 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 D | bpf_testmod.c | 226 ctx = kzalloc(sizeof(*ctx), GFP_ATOMIC); in bpf_testmod_ctx_create()
|
| /tools/testing/cxl/test/ |
| A D | cxl.c | 406 struct cxl_mock_res *res = kzalloc(sizeof(*res), GFP_KERNEL); in alloc_mock_res()
|
| A D | mem.c | 1140 po = kzalloc(struct_size(po, record, poison_inject_dev_max), GFP_KERNEL); in cxl_get_injected_po()
|
Completed in 25 milliseconds