Home
last modified time | relevance | path

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

/include/asm-generic/
Dclkdev.h27 return kzalloc(size, GFP_KERNEL); in __clkdev_alloc()
/include/linux/netfilter/ipset/
Dip_set_comment.h33 comment->str = kzalloc(len + 1, GFP_ATOMIC); in ip_set_init_comment()
/include/acpi/platform/
Daclinuxex.h91 return kzalloc(size, irqs_disabled()? GFP_ATOMIC : GFP_KERNEL); in acpi_os_allocate_zeroed()
/include/net/
Dnetlabel.h236 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()
Dact_api.h57 hf->htab = kzalloc((mask + 1) * sizeof(struct hlist_head), in tcf_hashinfo_init()
Dxfrm.h1712 x->replay_esn = kzalloc(xfrm_replay_state_esn_len(orig->replay_esn), in xfrm_replay_clone()
/include/linux/
Dtextsearch.h166 conf = kzalloc(TS_PRIV_ALIGN(sizeof(*conf)) + payload, gfp_mask); in alloc_ts_config()
Dgameport.h104 struct gameport *gameport = kzalloc(sizeof(struct gameport), GFP_KERNEL); in gameport_allocate_port()
Dmemory_hotplug.h150 kzalloc(sizeof(pg_data_t), GFP_KERNEL); \
Dtcp.h373 queue->fastopenq = kzalloc( in fastopen_init_queue()
Dslab.h594 static inline void *kzalloc(size_t size, gfp_t flags) in kzalloc() function
Dgenhd.h407 return kzalloc(sizeof(struct partition_meta_info), GFP_KERNEL); in alloc_part_info()
Dfb.h510 struct apertures_struct *a = kzalloc(sizeof(struct apertures_struct) in alloc_apertures()
Dkvm_host.h663 return kzalloc(sizeof(struct kvm), GFP_KERNEL); in kvm_arch_alloc_vm()
/include/linux/usb/
Dgadget_configfs.h65 new = kzalloc(sizeof(*new), GFP_KERNEL); \
/include/net/iucv/
Diucv.h227 path = kzalloc(sizeof(struct iucv_path), gfp); in iucv_path_alloc()
/include/linux/spi/
Dspi.h741 m = kzalloc(sizeof(struct spi_message) in spi_message_alloc()
/include/linux/mlx5/
Ddriver.h630 rtn = kzalloc(size, GFP_KERNEL | __GFP_NOWARN); in mlx5_vzalloc()