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

1234567

/linux-master/net/netfilter/ipset/
H A Dip_set_core.c255 return kvzalloc(size, GFP_KERNEL_ACCOUNT);
/linux-master/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c1080 GFP_KERNEL_ACCOUNT);
/linux-master/drivers/vhost/
H A Dvhost.c630 worker = kzalloc(sizeof(*worker), GFP_KERNEL_ACCOUNT);
/linux-master/fs/fuse/
H A Ddir.c286 GFP_KERNEL_ACCOUNT | __GFP_RECLAIMABLE);
/linux-master/kernel/
H A Dfork.c1304 if (percpu_counter_init_many(mm->rss_stat, 0, GFP_KERNEL_ACCOUNT,
/linux-master/fs/proc/
H A Dtask_mmu.c1014 priv = kzalloc(sizeof(*priv), GFP_KERNEL_ACCOUNT);
/linux-master/net/mptcp/
H A Dpm_netlink.c1323 entry = kzalloc(sizeof(*entry), GFP_KERNEL_ACCOUNT);
/linux-master/fs/
H A Ddcache.c1642 GFP_KERNEL_ACCOUNT |
/linux-master/mm/
H A Dmemcontrol.c5443 GFP_KERNEL_ACCOUNT);
5512 GFP_KERNEL_ACCOUNT);
H A Dshmem.c3667 GFP_KERNEL_ACCOUNT);
/linux-master/arch/x86/kvm/vmx/
H A Dnested.c5170 vmx->nested.cached_vmcs12 = kzalloc(VMCS12_SIZE, GFP_KERNEL_ACCOUNT);
5175 vmx->nested.cached_shadow_vmcs12 = kzalloc(VMCS12_SIZE, GFP_KERNEL_ACCOUNT);
/linux-master/net/core/
H A Ddev.c10119 rx = kvzalloc(sz, GFP_KERNEL_ACCOUNT | __GFP_RETRY_MAYFAIL);
10186 tx = kvzalloc(sz, GFP_KERNEL_ACCOUNT | __GFP_RETRY_MAYFAIL);
10948 p = kvzalloc(alloc_size, GFP_KERNEL_ACCOUNT | __GFP_RETRY_MAYFAIL);
H A Dneighbour.c3800 t = kmemdup(&neigh_sysctl_template, sizeof(*t), GFP_KERNEL_ACCOUNT);
H A Drtnetlink.c3891 alt_ifname = nla_strdup(attr, GFP_KERNEL_ACCOUNT);
/linux-master/fs/nfs/
H A Ddir.c81 ctx = kzalloc(sizeof(*ctx), GFP_KERNEL_ACCOUNT);
/linux-master/net/ipv4/
H A Dudp.c3482 GFP_KERNEL_ACCOUNT);
/linux-master/net/unix/
H A Daf_unix.c977 sk->sk_allocation = GFP_KERNEL_ACCOUNT;
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c869 struct page *pages = alloc_pages(GFP_KERNEL_ACCOUNT, order);
/linux-master/arch/arm64/kvm/
H A Dsys_regs.c293 ccsidr = kmalloc_array(CSSELR_MAX, sizeof(u32), GFP_KERNEL_ACCOUNT);
/linux-master/fs/btrfs/
H A Dinode.c10253 folios = kvcalloc(nr_folios, sizeof(struct page *), GFP_KERNEL_ACCOUNT);
10260 folios[i] = folio_alloc(GFP_KERNEL_ACCOUNT, 0);

Completed in 515 milliseconds

1234567