Searched refs:GFP_KERNEL_ACCOUNT (Results 1 – 19 of 19) sorted by relevance
/Linux-v4.19/arch/x86/include/asm/ |
D | pgalloc.h | 98 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/ |
D | msgutil.c | 56 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/ |
D | groups.c | 21 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/ |
D | thread_info.h | 46 #define THREADINFO_GFP (GFP_KERNEL_ACCOUNT | __GFP_ZERO)
|
D | gfp.h | 291 #define GFP_KERNEL_ACCOUNT (GFP_KERNEL | __GFP_ACCOUNT) macro
|
/Linux-v4.19/fs/notify/inotify/ |
D | inotify_fsnotify.c | 104 event = kmalloc(alloc_len, GFP_KERNEL_ACCOUNT); in inotify_handle_event()
|
/Linux-v4.19/include/trace/events/ |
D | mmflags.h | 22 {(unsigned long)GFP_KERNEL_ACCOUNT, "GFP_KERNEL_ACCOUNT"}, \
|
/Linux-v4.19/fs/ |
D | file.c | 111 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()
|
D | seq_file.c | 32 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()
|
D | pipe.c | 633 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()
|
D | dcache.c | 1631 ext = kmalloc(size + name->len, GFP_KERNEL_ACCOUNT); in __d_alloc()
|
/Linux-v4.19/fs/notify/fanotify/ |
D | fanotify.c | 146 gfp_t gfp = GFP_KERNEL_ACCOUNT; in fanotify_alloc_event()
|
/Linux-v4.19/arch/powerpc/mm/ |
D | pgtable-book3s64.c | 261 gfp_t gfp = GFP_KERNEL_ACCOUNT | __GFP_ZERO; in __alloc_for_pmdcache()
|
/Linux-v4.19/arch/x86/mm/ |
D | pgtable.c | 16 #define PGALLOC_GFP (GFP_KERNEL_ACCOUNT | __GFP_ZERO)
|
/Linux-v4.19/fs/hostfs/ |
D | hostfs_kern.c | 226 hi = kmalloc(sizeof(*hi), GFP_KERNEL_ACCOUNT); in hostfs_alloc_inode()
|
/Linux-v4.19/fs/proc/ |
D | task_mmu.c | 865 priv = kzalloc(sizeof(*priv), GFP_KERNEL_ACCOUNT); in smaps_rollup_open()
|
/Linux-v4.19/net/netfilter/ |
D | x_tables.c | 1181 info = kvmalloc(sz, GFP_KERNEL_ACCOUNT); in xt_alloc_table_info()
|
/Linux-v4.19/net/unix/ |
D | af_unix.c | 768 sk->sk_allocation = GFP_KERNEL_ACCOUNT; in unix_create1()
|
/Linux-v4.19/arch/x86/kvm/ |
D | mmu.c | 961 page = (void *)__get_free_page(GFP_KERNEL_ACCOUNT); in mmu_topup_memory_cache_page()
|