Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dthread_info.h59 #define THREADINFO_GFP (GFP_KERNEL_ACCOUNT | __GFP_ZERO)
Dgfp.h291 #define GFP_KERNEL_ACCOUNT (GFP_KERNEL | __GFP_ACCOUNT) macro
/linux-4.19.296/fs/notify/inotify/
Dinotify_fsnotify.c108 event = kmalloc(alloc_len, GFP_KERNEL_ACCOUNT | __GFP_RETRY_MAYFAIL); in inotify_handle_event()
/linux-4.19.296/include/trace/events/
Dmmflags.h22 {(unsigned long)GFP_KERNEL_ACCOUNT, "GFP_KERNEL_ACCOUNT"}, \
/linux-4.19.296/fs/
Dseq_file.c35 return kvmalloc(size, GFP_KERNEL_ACCOUNT); in seq_buf_alloc()
560 struct seq_operations *op = kmalloc(sizeof(*op), GFP_KERNEL_ACCOUNT); in single_open()
622 private = kzalloc(psize, GFP_KERNEL_ACCOUNT); in __seq_open_private()
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()
Dpipe.c662 pipe = kzalloc(sizeof(struct pipe_inode_info), GFP_KERNEL_ACCOUNT); in alloc_pipe_info()
680 GFP_KERNEL_ACCOUNT); in alloc_pipe_info()
1103 GFP_KERNEL_ACCOUNT | __GFP_NOWARN); in pipe_set_size()
Ddcache.c1629 ext = kmalloc(size + name->len, GFP_KERNEL_ACCOUNT); in __d_alloc()
/linux-4.19.296/fs/notify/fanotify/
Dfanotify.c149 gfp_t gfp = GFP_KERNEL_ACCOUNT; in fanotify_alloc_event()
/linux-4.19.296/fs/hostfs/
Dhostfs_kern.c226 hi = kmalloc(sizeof(*hi), GFP_KERNEL_ACCOUNT); in hostfs_alloc_inode()
/linux-4.19.296/fs/proc/
Dtask_mmu.c881 priv = kzalloc(sizeof(*priv), GFP_KERNEL_ACCOUNT); in smaps_rollup_open()