Searched refs:GFP_TEMPORARY (Results 1 – 24 of 24) sorted by relevance
/linux-4.4.14/include/trace/events/ |
D | gfpflags.h | 17 {(unsigned long)GFP_TEMPORARY, "GFP_TEMPORARY"}, \
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | suspend.c | 154 if (!alloc_cpumask_var(&offline_mask, GFP_TEMPORARY)) in store_hibernate()
|
/linux-4.4.14/arch/arc/kernel/ |
D | troubleshoot.c | 178 buf = (char *)__get_free_page(GFP_TEMPORARY); in show_regs()
|
D | setup.c | 475 str = (char *)__get_free_page(GFP_TEMPORARY); in show_cpuinfo()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_gem_userptr.c | 579 GFP_TEMPORARY | __GFP_NOWARN | __GFP_NORETRY); in __i915_gem_userptr_get_pages_worker() 719 GFP_TEMPORARY | __GFP_NOWARN | __GFP_NORETRY); in i915_gem_userptr_get_pages()
|
D | i915_gpu_error.c | 527 GFP_TEMPORARY | __GFP_NORETRY | __GFP_NOWARN); in i915_error_state_buf_init() 531 ebuf->buf = kmalloc(ebuf->size, GFP_TEMPORARY); in i915_error_state_buf_init() 536 ebuf->buf = kmalloc(ebuf->size, GFP_TEMPORARY); in i915_error_state_buf_init()
|
D | i915_gem_execbuffer.c | 62 eb = kmalloc(size, GFP_TEMPORARY | __GFP_NOWARN | __GFP_NORETRY); in eb_create() 73 GFP_TEMPORARY); in eb_create() 1716 GFP_TEMPORARY | __GFP_NOWARN | __GFP_NORETRY); in i915_gem_execbuffer2()
|
D | i915_gem_gtt.c | 1184 pds = kcalloc(BITS_TO_LONGS(pdpes), sizeof(unsigned long), GFP_TEMPORARY); in alloc_gen8_temp_bitmaps() 1189 GFP_TEMPORARY); in alloc_gen8_temp_bitmaps()
|
/linux-4.4.14/include/linux/ |
D | gfp.h | 242 #define GFP_TEMPORARY (__GFP_RECLAIM | __GFP_IO | __GFP_FS | \ macro
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | rtas.c | 900 if (!alloc_cpumask_var(&tmp_mask, GFP_TEMPORARY)) in rtas_online_cpus_mask() 948 if (!alloc_cpumask_var(&offline_mask, GFP_TEMPORARY)) in rtas_ibm_suspend_me()
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_gem_submit.c | 42 submit = kmalloc(sz, GFP_TEMPORARY | __GFP_NOWARN | __GFP_NORETRY); in submit_create()
|
/linux-4.4.14/drivers/xen/ |
D | gntalloc.c | 294 gref_ids = kcalloc(op.count, sizeof(gref_ids[0]), GFP_TEMPORARY); in gntalloc_ioctl_alloc()
|
/linux-4.4.14/fs/proc/ |
D | base.c | 227 page = (char *)__get_free_page(GFP_TEMPORARY); in proc_pid_cmdline_read() 859 page = (char *)__get_free_page(GFP_TEMPORARY); in mem_rw() 961 page = (char *)__get_free_page(GFP_TEMPORARY); in environ_read() 1591 char *tmp = (char*)__get_free_page(GFP_TEMPORARY); in do_proc_readlink() 2380 page = (char*)__get_free_page(GFP_TEMPORARY); in proc_pid_attr_write()
|
D | task_mmu.c | 1278 pm.buffer = kmalloc(pm.len * PM_ENTRY_BYTES, GFP_TEMPORARY); in pagemap_read()
|
/linux-4.4.14/kernel/ |
D | sysctl.c | 2095 page = __get_free_page(GFP_TEMPORARY); in __do_proc_dointvec() 2357 page = __get_free_page(GFP_TEMPORARY); in __do_proc_doulongvec_minmax() 2673 page = __get_free_page(GFP_TEMPORARY); in proc_do_large_bitmap()
|
D | user_namespace.c | 643 page = __get_free_page(GFP_TEMPORARY); in map_write()
|
/linux-4.4.14/fs/ |
D | coredump.c | 140 pathbuf = kmalloc(PATH_MAX, GFP_TEMPORARY); in cn_print_exe_file()
|
D | exec.c | 1542 pathbuf = kasprintf(GFP_TEMPORARY, "/dev/fd/%d", fd); in do_execveat_common() 1544 pathbuf = kasprintf(GFP_TEMPORARY, "/dev/fd/%d/%s", in do_execveat_common()
|
/linux-4.4.14/kernel/trace/ |
D | trace_events_trigger.c | 240 buf = (char *)__get_free_page(GFP_TEMPORARY); in event_trigger_regex_write()
|
D | trace_events.c | 1346 buf = (char *)__get_free_page(GFP_TEMPORARY); in event_filter_write() 1513 buf = (char *)__get_free_page(GFP_TEMPORARY); in subsystem_filter_write()
|
D | trace_events_filter.c | 674 buf = (char *)__get_free_page(GFP_TEMPORARY); in append_filter_err()
|
/linux-4.4.14/drivers/misc/cxl/ |
D | pci.c | 793 tbuf = (void *)__get_free_page(GFP_TEMPORARY); in cxl_afu_read_err_buffer()
|
/linux-4.4.14/mm/ |
D | shmem.c | 2942 name = kmalloc(len + MFD_NAME_PREFIX_LEN, GFP_TEMPORARY); in SYSCALL_DEFINE2()
|
D | slub.c | 4326 GFP_TEMPORARY)) { in list_locations()
|