Home
last modified time | relevance | path

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

/include/crypto/internal/
A Dkdf_selftest.h35 u8 *buf = kzalloc(test->expectedlen, GFP_KERNEL); in kdf_test()
/include/kunit/
A Dresource.h246 res = kzalloc(sizeof(*res), internal_gfp); in kunit_alloc_and_get_resource()
288 res = kzalloc(sizeof(*res), internal_gfp); in kunit_alloc_resource()
/include/acpi/platform/
A Daclinuxex.h57 kzalloc(_size, irqs_disabled() ? GFP_ATOMIC : GFP_KERNEL)
/include/linux/
A Dtextsearch.h167 conf = kzalloc(TS_PRIV_ALIGN(sizeof(*conf)) + payload, gfp_mask); in alloc_ts_config()
A Dcrash_dump.h139 struct vmcore_range *m = kzalloc(sizeof(*m), GFP_KERNEL); in vmcore_alloc_add_range()
A Dgameport.h100 struct gameport *gameport = kzalloc(sizeof(struct gameport), GFP_KERNEL); in gameport_allocate_port()
A Dgeneric-radix-tree.h101 return kzalloc(GENRADIX_NODE_SIZE, gfp_mask); in genradix_alloc_node()
A Dskmsg.h430 ((struct sk_psock_link *)kzalloc(sizeof(struct sk_psock_link), \
A Dslab.h1041 #define kzalloc(...) alloc_hooks(kzalloc_noprof(__VA_ARGS__)) macro
A Dacpi.h68 fwnode = kzalloc(sizeof(struct fwnode_handle), GFP_KERNEL); in acpi_alloc_fwnode_static()
A Dbpf.h2123 return kzalloc(sizeof(*map->owner), GFP_ATOMIC); in bpf_map_owner_alloc()
2488 kzalloc(_size, _flags)
A Dkvm_host.h1640 return kzalloc(sizeof(struct kvm), GFP_KERNEL_ACCOUNT); in kvm_arch_alloc_vm()
/include/linux/usb/
A Dgadget_configfs.h54 new = kzalloc(sizeof(*new), GFP_KERNEL); \
/include/net/iucv/
A Diucv.h234 path = kzalloc(sizeof(struct iucv_path), gfp); in iucv_path_alloc()
/include/linux/spi/
A Dspi.h1271 mwt = kzalloc(struct_size(mwt, t, ntrans), flags); in spi_message_alloc()
/include/rdma/
A Dib_verbs.h2890 return kzalloc(size, gfp); in rdma_zalloc_obj()

Completed in 80 milliseconds