Home
last modified time | relevance | path

Searched refs:GFP_KERNEL_ACCOUNT (Results 1 – 19 of 19) sorted by relevance

/Linux-v4.19/arch/x86/include/asm/
Dpgalloc.h98 gfp_t gfp = GFP_KERNEL_ACCOUNT | __GFP_ZERO; in pmd_alloc_one()
146 gfp_t gfp = GFP_KERNEL_ACCOUNT; in pud_alloc_one()
178 gfp_t gfp = GFP_KERNEL_ACCOUNT; in p4d_alloc_one()
/Linux-v4.19/ipc/
Dmsgutil.c56 msg = kmalloc(sizeof(*msg) + alen, GFP_KERNEL_ACCOUNT); in alloc_msg()
68 seg = kmalloc(sizeof(*seg) + alen, GFP_KERNEL_ACCOUNT); in alloc_msg()
/Linux-v4.19/kernel/
Dgroups.c21 gi = kmalloc(len, GFP_KERNEL_ACCOUNT|__GFP_NOWARN|__GFP_NORETRY); in groups_alloc()
23 gi = __vmalloc(len, GFP_KERNEL_ACCOUNT, PAGE_KERNEL); in groups_alloc()
/Linux-v4.19/include/linux/
Dthread_info.h46 #define THREADINFO_GFP (GFP_KERNEL_ACCOUNT | __GFP_ZERO)
Dgfp.h291 #define GFP_KERNEL_ACCOUNT (GFP_KERNEL | __GFP_ACCOUNT) macro
/Linux-v4.19/fs/notify/inotify/
Dinotify_fsnotify.c104 event = kmalloc(alloc_len, GFP_KERNEL_ACCOUNT); in inotify_handle_event()
/Linux-v4.19/include/trace/events/
Dmmflags.h22 {(unsigned long)GFP_KERNEL_ACCOUNT, "GFP_KERNEL_ACCOUNT"}, \
/Linux-v4.19/fs/
Dfile.c111 fdt = kmalloc(sizeof(struct fdtable), GFP_KERNEL_ACCOUNT); in alloc_fdtable()
115 data = kvmalloc_array(nr, sizeof(struct file *), GFP_KERNEL_ACCOUNT); in alloc_fdtable()
122 GFP_KERNEL_ACCOUNT); in alloc_fdtable()
Dseq_file.c32 return kvmalloc(size, GFP_KERNEL_ACCOUNT); in seq_buf_alloc()
557 struct seq_operations *op = kmalloc(sizeof(*op), GFP_KERNEL_ACCOUNT); in single_open()
619 private = kzalloc(psize, GFP_KERNEL_ACCOUNT); in __seq_open_private()
Dpipe.c633 pipe = kzalloc(sizeof(struct pipe_inode_info), GFP_KERNEL_ACCOUNT); in alloc_pipe_info()
651 GFP_KERNEL_ACCOUNT); in alloc_pipe_info()
1074 GFP_KERNEL_ACCOUNT | __GFP_NOWARN); in pipe_set_size()
Ddcache.c1631 ext = kmalloc(size + name->len, GFP_KERNEL_ACCOUNT); in __d_alloc()
/Linux-v4.19/fs/notify/fanotify/
Dfanotify.c146 gfp_t gfp = GFP_KERNEL_ACCOUNT; in fanotify_alloc_event()
/Linux-v4.19/arch/powerpc/mm/
Dpgtable-book3s64.c261 gfp_t gfp = GFP_KERNEL_ACCOUNT | __GFP_ZERO; in __alloc_for_pmdcache()
/Linux-v4.19/arch/x86/mm/
Dpgtable.c16 #define PGALLOC_GFP (GFP_KERNEL_ACCOUNT | __GFP_ZERO)
/Linux-v4.19/fs/hostfs/
Dhostfs_kern.c226 hi = kmalloc(sizeof(*hi), GFP_KERNEL_ACCOUNT); in hostfs_alloc_inode()
/Linux-v4.19/fs/proc/
Dtask_mmu.c865 priv = kzalloc(sizeof(*priv), GFP_KERNEL_ACCOUNT); in smaps_rollup_open()
/Linux-v4.19/net/netfilter/
Dx_tables.c1181 info = kvmalloc(sz, GFP_KERNEL_ACCOUNT); in xt_alloc_table_info()
/Linux-v4.19/net/unix/
Daf_unix.c768 sk->sk_allocation = GFP_KERNEL_ACCOUNT; in unix_create1()
/Linux-v4.19/arch/x86/kvm/
Dmmu.c961 page = (void *)__get_free_page(GFP_KERNEL_ACCOUNT); in mmu_topup_memory_cache_page()