Searched refs:GFP_KERNEL_ACCOUNT (Results 76 - 100 of 170) sorted by relevance

1234567

/linux-master/net/netfilter/
H A Dnft_limit.c113 priv->limit = kmalloc(sizeof(*priv->limit), GFP_KERNEL_ACCOUNT);
H A Dnf_tables_api.c1419 table = kzalloc(sizeof(*table), GFP_KERNEL_ACCOUNT);
1424 table->name = nla_strdup(attr, GFP_KERNEL_ACCOUNT);
1429 table->udata = nla_memdup(nla[NFTA_TABLE_USERDATA], GFP_KERNEL_ACCOUNT);
2125 hook = kzalloc(sizeof(struct nft_hook), GFP_KERNEL_ACCOUNT);
2375 blob = kvmalloc(size, GFP_KERNEL_ACCOUNT);
2472 basechain = kzalloc(sizeof(*basechain), GFP_KERNEL_ACCOUNT);
2504 chain = kzalloc(sizeof(*chain), GFP_KERNEL_ACCOUNT);
2517 chain->name = nla_strdup(nla[NFTA_CHAIN_NAME], GFP_KERNEL_ACCOUNT);
2525 chain->name = kstrdup(name, GFP_KERNEL_ACCOUNT);
2534 chain->udata = nla_memdup(nla[NFTA_CHAIN_USERDATA], GFP_KERNEL_ACCOUNT);
[all...]
H A Dcore.c61 e = kvzalloc(alloc, GFP_KERNEL_ACCOUNT);
/linux-master/net/unix/
H A Dgarbage.c287 GFP_KERNEL_ACCOUNT);
/linux-master/arch/arm64/kvm/
H A Darm.c181 if (!zalloc_cpumask_var(&kvm->arch.supported_cpus, GFP_KERNEL_ACCOUNT)) {
425 return kzalloc(sz, GFP_KERNEL_ACCOUNT);
427 return __vmalloc(sz, GFP_KERNEL_ACCOUNT | __GFP_HIGHMEM | __GFP_ZERO);
734 GFP_KERNEL_ACCOUNT);
/linux-master/fs/
H A Dbinfmt_misc.c365 e = kmalloc(memsize, GFP_KERNEL_ACCOUNT);
477 char *masked = kmalloc(e->size, GFP_KERNEL_ACCOUNT);
H A Dxattr.c1095 new_xattr = kvmalloc(len, GFP_KERNEL_ACCOUNT);
1219 new_xattr->name = kstrdup(name, GFP_KERNEL_ACCOUNT);
/linux-master/io_uring/
H A Dkbuf.c516 allocated = kmem_cache_alloc_bulk(io_buf_cachep, GFP_KERNEL_ACCOUNT,
572 bl = kzalloc(sizeof(*bl), GFP_KERNEL_ACCOUNT);
H A Drsrc.c299 table = kcalloc(nr_tables, sizeof(*table), GFP_KERNEL_ACCOUNT);
306 table[i] = kzalloc(this_size, GFP_KERNEL_ACCOUNT);
/linux-master/arch/s390/kvm/
H A Dkvm-s390.c1402 proc = kzalloc(sizeof(*proc), GFP_KERNEL_ACCOUNT);
1599 proc = kzalloc(sizeof(*proc), GFP_KERNEL_ACCOUNT);
1627 mach = kzalloc(sizeof(*mach), GFP_KERNEL_ACCOUNT);
2087 keys = kvmalloc_array(args->count, sizeof(uint8_t), GFP_KERNEL_ACCOUNT);
2132 keys = kvmalloc_array(args->count, sizeof(uint8_t), GFP_KERNEL_ACCOUNT);
3296 gfp_t alloc_flags = GFP_KERNEL_ACCOUNT;
3341 (struct sie_page2 *) get_zeroed_page(GFP_KERNEL_ACCOUNT | GFP_DMA);
3577 new_sca = alloc_pages_exact(sizeof(*new_sca), GFP_KERNEL_ACCOUNT | __GFP_ZERO);
3809 void *cbrlo_page = (void *)get_zeroed_page(GFP_KERNEL_ACCOUNT);
3927 sie_page = (struct sie_page *) get_zeroed_page(GFP_KERNEL_ACCOUNT);
[all...]
H A Dintercept.c434 sctns = (void *)get_zeroed_page(GFP_KERNEL_ACCOUNT);
/linux-master/ipc/
H A Dsem.c517 sma = kvzalloc(struct_size(sma, sems, nsems), GFP_KERNEL_ACCOUNT);
1856 undo_list = kzalloc(sizeof(*undo_list), GFP_KERNEL_ACCOUNT);
1941 new = kvzalloc(struct_size(new, semadj, nsems), GFP_KERNEL_ACCOUNT);
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_config.c1249 vdev->msi_perm = kmalloc(sizeof(struct perm_bits), GFP_KERNEL_ACCOUNT);
1741 map = kmalloc(pdev->cfg_size, GFP_KERNEL_ACCOUNT);
1745 vconfig = kmalloc(pdev->cfg_size, GFP_KERNEL_ACCOUNT);
/linux-master/drivers/vfio/platform/
H A Dvfio_platform_common.c145 GFP_KERNEL_ACCOUNT);
/linux-master/arch/x86/kvm/
H A Di8254.c670 pit = kzalloc(sizeof(struct kvm_pit), GFP_KERNEL_ACCOUNT);
H A Dioapic.c719 ioapic = kzalloc(sizeof(struct kvm_ioapic), GFP_KERNEL_ACCOUNT);
H A Di8259.c595 s = kzalloc(sizeof(struct kvm_pic), GFP_KERNEL_ACCOUNT);
/linux-master/drivers/vfio/fsl-mc/
H A Dvfio_fsl_mc.c31 GFP_KERNEL_ACCOUNT);
/linux-master/net/openvswitch/
H A Dmeter.c344 meter = kzalloc(struct_size(meter, bands, n_bands), GFP_KERNEL_ACCOUNT);
/linux-master/kernel/bpf/
H A Dringbuf.c89 const gfp_t flags = GFP_KERNEL_ACCOUNT | __GFP_RETRY_MAYFAIL |
/linux-master/net/8021q/
H A Dvlan.c70 array = kzalloc(size, GFP_KERNEL_ACCOUNT);
/linux-master/fs/notify/inotify/
H A Dinotify_user.c663 oevent = kmalloc(sizeof(struct inotify_event_info), GFP_KERNEL_ACCOUNT);
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.h715 GFP_KERNEL_ACCOUNT);
/linux-master/arch/x86/kvm/svm/
H A Dsvm.h708 return alloc_page(GFP_KERNEL_ACCOUNT | __GFP_ZERO);
/linux-master/drivers/vfio/pci/mlx5/
H A Dmain.c636 migf = kzalloc(sizeof(*migf), GFP_KERNEL_ACCOUNT);
1013 migf = kzalloc(sizeof(*migf), GFP_KERNEL_ACCOUNT);

Completed in 322 milliseconds

1234567