Searched refs:kzalloc (Results 1 – 15 of 15) sorted by relevance
| /include/crypto/internal/ |
| D | kdf_selftest.h | 35 u8 *buf = kzalloc(test->expectedlen, GFP_KERNEL); in kdf_test()
|
| /include/kunit/ |
| D | resource.h | 249 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/ |
| D | aclinuxex.h | 57 kzalloc(_size, irqs_disabled() ? GFP_ATOMIC : GFP_KERNEL)
|
| /include/linux/ |
| D | textsearch.h | 167 conf = kzalloc(TS_PRIV_ALIGN(sizeof(*conf)) + payload, gfp_mask); in alloc_ts_config()
|
| D | gameport.h | 100 struct gameport *gameport = kzalloc(sizeof(struct gameport), GFP_KERNEL); in gameport_allocate_port()
|
| D | generic-radix-tree.h | 101 return kzalloc(GENRADIX_NODE_SIZE, gfp_mask); in genradix_alloc_node()
|
| D | skmsg.h | 430 ((struct sk_psock_link *)kzalloc(sizeof(struct sk_psock_link), \
|
| D | slab.h | 1019 #define kzalloc(...) alloc_hooks(kzalloc_noprof(__VA_ARGS__)) macro
|
| D | acpi.h | 68 fwnode = kzalloc(sizeof(struct fwnode_handle), GFP_KERNEL); in acpi_alloc_fwnode_static()
|
| D | kvm_host.h | 1581 return kzalloc(sizeof(struct kvm), GFP_KERNEL_ACCOUNT); in kvm_arch_alloc_vm()
|
| D | bpf.h | 2330 kzalloc(_size, _flags)
|
| /include/linux/usb/ |
| D | gadget_configfs.h | 54 new = kzalloc(sizeof(*new), GFP_KERNEL); \
|
| /include/net/iucv/ |
| D | iucv.h | 234 path = kzalloc(sizeof(struct iucv_path), gfp); in iucv_path_alloc()
|
| /include/linux/spi/ |
| D | spi.h | 1276 mwt = kzalloc(struct_size(mwt, t, ntrans), flags); in spi_message_alloc()
|
| /include/rdma/ |
| D | ib_verbs.h | 2808 return kzalloc(size, gfp); in rdma_zalloc_obj()
|