Searched refs:kzalloc (Results 1 – 18 of 18) sorted by relevance
/include/asm-generic/ |
D | clkdev.h | 27 return kzalloc(size, GFP_KERNEL); in __clkdev_alloc()
|
/include/linux/netfilter/ipset/ |
D | ip_set_comment.h | 33 comment->str = kzalloc(len + 1, GFP_ATOMIC); in ip_set_init_comment()
|
/include/acpi/platform/ |
D | aclinuxex.h | 91 return kzalloc(size, irqs_disabled()? GFP_ATOMIC : GFP_KERNEL); in acpi_os_allocate_zeroed()
|
/include/net/ |
D | netlabel.h | 236 cache = kzalloc(sizeof(*cache), flags); in netlbl_secattr_cache_alloc() 271 return kzalloc(sizeof(struct netlbl_lsm_catmap), flags); in netlbl_catmap_alloc() 336 return kzalloc(sizeof(struct netlbl_lsm_secattr), flags); in netlbl_secattr_alloc()
|
D | act_api.h | 57 hf->htab = kzalloc((mask + 1) * sizeof(struct hlist_head), in tcf_hashinfo_init()
|
D | xfrm.h | 1712 x->replay_esn = kzalloc(xfrm_replay_state_esn_len(orig->replay_esn), in xfrm_replay_clone()
|
/include/linux/ |
D | textsearch.h | 166 conf = kzalloc(TS_PRIV_ALIGN(sizeof(*conf)) + payload, gfp_mask); in alloc_ts_config()
|
D | gameport.h | 104 struct gameport *gameport = kzalloc(sizeof(struct gameport), GFP_KERNEL); in gameport_allocate_port()
|
D | memory_hotplug.h | 150 kzalloc(sizeof(pg_data_t), GFP_KERNEL); \
|
D | tcp.h | 373 queue->fastopenq = kzalloc( in fastopen_init_queue()
|
D | slab.h | 594 static inline void *kzalloc(size_t size, gfp_t flags) in kzalloc() function
|
D | genhd.h | 407 return kzalloc(sizeof(struct partition_meta_info), GFP_KERNEL); in alloc_part_info()
|
D | fb.h | 510 struct apertures_struct *a = kzalloc(sizeof(struct apertures_struct) in alloc_apertures()
|
D | kvm_host.h | 663 return kzalloc(sizeof(struct kvm), GFP_KERNEL); in kvm_arch_alloc_vm()
|
/include/linux/usb/ |
D | gadget_configfs.h | 65 new = kzalloc(sizeof(*new), GFP_KERNEL); \
|
/include/net/iucv/ |
D | iucv.h | 227 path = kzalloc(sizeof(struct iucv_path), gfp); in iucv_path_alloc()
|
/include/linux/spi/ |
D | spi.h | 741 m = kzalloc(sizeof(struct spi_message) in spi_message_alloc()
|
/include/linux/mlx5/ |
D | driver.h | 630 rtn = kzalloc(size, GFP_KERNEL | __GFP_NOWARN); in mlx5_vzalloc()
|