Home
last modified time | relevance | path

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

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