Searched refs:GFP_TEMPORARY (Results 1 - 22 of 22) sorted by relevance
/linux-4.1.27/include/trace/events/ |
H A D | gfpflags.h | 17 {(unsigned long)GFP_TEMPORARY, "GFP_TEMPORARY"}, \
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
H A D | suspend.c | 154 if (!alloc_cpumask_var(&offline_mask, GFP_TEMPORARY)) store_hibernate()
|
/linux-4.1.27/arch/arc/kernel/ |
H A D | troubleshoot.c | 170 buf = (char *)__get_free_page(GFP_TEMPORARY); show_regs()
|
H A D | setup.c | 423 str = (char *)__get_free_page(GFP_TEMPORARY); show_cpuinfo()
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
H A D | msm_gem_submit.c | 42 submit = kmalloc(sz, GFP_TEMPORARY | __GFP_NOWARN | __GFP_NORETRY); submit_create()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.c | 515 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 D | i915_gem_execbuffer.c | 62 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 D | i915_gem_userptr.c | 559 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 D | gfp.h | 114 #define GFP_TEMPORARY (__GFP_WAIT | __GFP_IO | __GFP_FS | \ macro
|
/linux-4.1.27/drivers/xen/ |
H A D | gntalloc.c | 293 gref_ids = kcalloc(op.count, sizeof(gref_ids[0]), GFP_TEMPORARY); gntalloc_ioctl_alloc()
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | rtas.c | 898 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 D | base.c | 664 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 D | task_mmu.c | 1255 pm.buffer = kmalloc(pm.len * PM_ENTRY_BYTES, GFP_TEMPORARY); pagemap_read()
|
/linux-4.1.27/kernel/ |
H A D | sysctl.c | 2041 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 D | user_namespace.c | 642 page = __get_free_page(GFP_TEMPORARY); map_write()
|
/linux-4.1.27/fs/ |
H A D | coredump.c | 139 pathbuf = kmalloc(PATH_MAX, GFP_TEMPORARY); cn_print_exe_file()
|
H A D | exec.c | 1536 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 D | trace_events.c | 1106 buf = (char *)__get_free_page(GFP_TEMPORARY); event_filter_write() 1273 buf = (char *)__get_free_page(GFP_TEMPORARY); subsystem_filter_write()
|
H A D | trace_events_trigger.c | 240 buf = (char *)__get_free_page(GFP_TEMPORARY); event_trigger_regex_write()
|
H A D | trace_events_filter.c | 630 buf = (char *)__get_free_page(GFP_TEMPORARY); append_filter_err()
|
/linux-4.1.27/mm/ |
H A D | shmem.c | 2933 name = kmalloc(len + MFD_NAME_PREFIX_LEN, GFP_TEMPORARY); SYSCALL_DEFINE2()
|
H A D | slub.c | 4111 GFP_TEMPORARY)) { list_locations()
|
Completed in 627 milliseconds