Searched refs:GFP_TEMPORARY (Results 1 - 22 of 22) sorted by relevance

/linux-4.1.27/include/trace/events/
H A Dgfpflags.h17 {(unsigned long)GFP_TEMPORARY, "GFP_TEMPORARY"}, \
/linux-4.1.27/arch/powerpc/platforms/pseries/
H A Dsuspend.c154 if (!alloc_cpumask_var(&offline_mask, GFP_TEMPORARY)) store_hibernate()
/linux-4.1.27/arch/arc/kernel/
H A Dtroubleshoot.c170 buf = (char *)__get_free_page(GFP_TEMPORARY); show_regs()
H A Dsetup.c423 str = (char *)__get_free_page(GFP_TEMPORARY); show_cpuinfo()
/linux-4.1.27/drivers/gpu/drm/msm/
H A Dmsm_gem_submit.c42 submit = kmalloc(sz, GFP_TEMPORARY | __GFP_NOWARN | __GFP_NORETRY); submit_create()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_gpu_error.c515 GFP_TEMPORARY | __GFP_NORETRY | __GFP_NOWARN); i915_error_state_buf_init()
519 ebuf->buf = kmalloc(ebuf->size, GFP_TEMPORARY); i915_error_state_buf_init()
524 ebuf->buf = kmalloc(ebuf->size, GFP_TEMPORARY); i915_error_state_buf_init()
H A Di915_gem_execbuffer.c62 eb = kmalloc(size, GFP_TEMPORARY | __GFP_NOWARN | __GFP_NORETRY); eb_create()
73 GFP_TEMPORARY); eb_create()
1738 GFP_TEMPORARY | __GFP_NOWARN | __GFP_NORETRY); i915_gem_execbuffer2()
H A Di915_gem_userptr.c559 GFP_TEMPORARY | __GFP_NOWARN | __GFP_NORETRY); __i915_gem_userptr_get_pages_worker()
631 GFP_TEMPORARY | __GFP_NOWARN | __GFP_NORETRY); i915_gem_userptr_get_pages()
/linux-4.1.27/include/linux/
H A Dgfp.h114 #define GFP_TEMPORARY (__GFP_WAIT | __GFP_IO | __GFP_FS | \ macro
/linux-4.1.27/drivers/xen/
H A Dgntalloc.c293 gref_ids = kcalloc(op.count, sizeof(gref_ids[0]), GFP_TEMPORARY); gntalloc_ioctl_alloc()
/linux-4.1.27/arch/powerpc/kernel/
H A Drtas.c898 if (!alloc_cpumask_var(&tmp_mask, GFP_TEMPORARY)) rtas_online_cpus_mask()
946 if (!alloc_cpumask_var(&offline_mask, GFP_TEMPORARY)) rtas_ibm_suspend_me()
/linux-4.1.27/fs/proc/
H A Dbase.c664 page = (char *)__get_free_page(GFP_TEMPORARY); mem_rw()
765 page = (char *)__get_free_page(GFP_TEMPORARY); environ_read()
1055 page = (char*)__get_free_page(GFP_TEMPORARY); proc_loginuid_write()
1403 char *tmp = (char*)__get_free_page(GFP_TEMPORARY); do_proc_readlink()
2185 page = (char*)__get_free_page(GFP_TEMPORARY); proc_pid_attr_write()
H A Dtask_mmu.c1255 pm.buffer = kmalloc(pm.len * PM_ENTRY_BYTES, GFP_TEMPORARY); pagemap_read()
/linux-4.1.27/kernel/
H A Dsysctl.c2041 page = __get_free_page(GFP_TEMPORARY); __do_proc_dointvec()
2303 page = __get_free_page(GFP_TEMPORARY); __do_proc_doulongvec_minmax()
2619 page = __get_free_page(GFP_TEMPORARY); proc_do_large_bitmap()
H A Duser_namespace.c642 page = __get_free_page(GFP_TEMPORARY); map_write()
/linux-4.1.27/fs/
H A Dcoredump.c139 pathbuf = kmalloc(PATH_MAX, GFP_TEMPORARY); cn_print_exe_file()
H A Dexec.c1536 pathbuf = kasprintf(GFP_TEMPORARY, "/dev/fd/%d", fd); do_execveat_common()
1538 pathbuf = kasprintf(GFP_TEMPORARY, "/dev/fd/%d/%s", do_execveat_common()
/linux-4.1.27/kernel/trace/
H A Dtrace_events.c1106 buf = (char *)__get_free_page(GFP_TEMPORARY); event_filter_write()
1273 buf = (char *)__get_free_page(GFP_TEMPORARY); subsystem_filter_write()
H A Dtrace_events_trigger.c240 buf = (char *)__get_free_page(GFP_TEMPORARY); event_trigger_regex_write()
H A Dtrace_events_filter.c630 buf = (char *)__get_free_page(GFP_TEMPORARY); append_filter_err()
/linux-4.1.27/mm/
H A Dshmem.c2933 name = kmalloc(len + MFD_NAME_PREFIX_LEN, GFP_TEMPORARY); SYSCALL_DEFINE2()
H A Dslub.c4111 GFP_TEMPORARY)) { list_locations()

Completed in 627 milliseconds