Home
last modified time | relevance | path

Searched refs:GFP_TEMPORARY (Results 1 – 24 of 24) sorted by relevance

/linux-4.4.14/include/trace/events/
Dgfpflags.h17 {(unsigned long)GFP_TEMPORARY, "GFP_TEMPORARY"}, \
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dsuspend.c154 if (!alloc_cpumask_var(&offline_mask, GFP_TEMPORARY)) in store_hibernate()
/linux-4.4.14/arch/arc/kernel/
Dtroubleshoot.c178 buf = (char *)__get_free_page(GFP_TEMPORARY); in show_regs()
Dsetup.c475 str = (char *)__get_free_page(GFP_TEMPORARY); in show_cpuinfo()
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gem_userptr.c579 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()
Di915_gpu_error.c527 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()
Di915_gem_execbuffer.c62 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()
Di915_gem_gtt.c1184 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/
Dgfp.h242 #define GFP_TEMPORARY (__GFP_RECLAIM | __GFP_IO | __GFP_FS | \ macro
/linux-4.4.14/arch/powerpc/kernel/
Drtas.c900 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/
Dmsm_gem_submit.c42 submit = kmalloc(sz, GFP_TEMPORARY | __GFP_NOWARN | __GFP_NORETRY); in submit_create()
/linux-4.4.14/drivers/xen/
Dgntalloc.c294 gref_ids = kcalloc(op.count, sizeof(gref_ids[0]), GFP_TEMPORARY); in gntalloc_ioctl_alloc()
/linux-4.4.14/fs/proc/
Dbase.c227 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()
Dtask_mmu.c1278 pm.buffer = kmalloc(pm.len * PM_ENTRY_BYTES, GFP_TEMPORARY); in pagemap_read()
/linux-4.4.14/kernel/
Dsysctl.c2095 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()
Duser_namespace.c643 page = __get_free_page(GFP_TEMPORARY); in map_write()
/linux-4.4.14/fs/
Dcoredump.c140 pathbuf = kmalloc(PATH_MAX, GFP_TEMPORARY); in cn_print_exe_file()
Dexec.c1542 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/
Dtrace_events_trigger.c240 buf = (char *)__get_free_page(GFP_TEMPORARY); in event_trigger_regex_write()
Dtrace_events.c1346 buf = (char *)__get_free_page(GFP_TEMPORARY); in event_filter_write()
1513 buf = (char *)__get_free_page(GFP_TEMPORARY); in subsystem_filter_write()
Dtrace_events_filter.c674 buf = (char *)__get_free_page(GFP_TEMPORARY); in append_filter_err()
/linux-4.4.14/drivers/misc/cxl/
Dpci.c793 tbuf = (void *)__get_free_page(GFP_TEMPORARY); in cxl_afu_read_err_buffer()
/linux-4.4.14/mm/
Dshmem.c2942 name = kmalloc(len + MFD_NAME_PREFIX_LEN, GFP_TEMPORARY); in SYSCALL_DEFINE2()
Dslub.c4326 GFP_TEMPORARY)) { in list_locations()