/linux-4.4.14/include/linux/ |
D | gfp.h | 149 #define __GFP_RECLAIM ((__force gfp_t)(___GFP_DIRECT_RECLAIM|___GFP_KSWAPD_RECLAIM)) macro 238 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS) 240 #define GFP_NOIO (__GFP_RECLAIM) 241 #define GFP_NOFS (__GFP_RECLAIM | __GFP_IO) 242 #define GFP_TEMPORARY (__GFP_RECLAIM | __GFP_IO | __GFP_FS | \ 244 #define GFP_USER (__GFP_RECLAIM | __GFP_IO | __GFP_FS | __GFP_HARDWALL)
|
/linux-4.4.14/mm/ |
D | failslab.c | 19 if (failslab.ignore_gfp_reclaim && (gfpflags & __GFP_RECLAIM)) in should_failslab()
|
D | internal.h | 23 #define GFP_RECLAIM_MASK (__GFP_RECLAIM|__GFP_HIGH|__GFP_IO|__GFP_FS|\ 28 #define GFP_BOOT_MASK (__GFP_BITS_MASK & ~(__GFP_RECLAIM|__GFP_IO|__GFP_FS))
|
D | migrate.c | 1587 ~__GFP_RECLAIM, 0); in alloc_misplaced_dst_page() 1761 (GFP_TRANSHUGE | __GFP_THISNODE) & ~__GFP_RECLAIM, in migrate_misplaced_transhuge_page()
|
D | huge_memory.c | 789 return (GFP_TRANSHUGE & ~(defrag ? 0 : __GFP_RECLAIM)) | extra_gfp; in alloc_hugepage_gfpmask()
|
/linux-4.4.14/drivers/ide/ |
D | ide-pm.c | 21 rq = blk_get_request(drive->queue, READ, __GFP_RECLAIM); in generic_ide_suspend() 91 rq = blk_get_request(drive->queue, READ, __GFP_RECLAIM); in generic_ide_resume()
|
D | ide-ioctls.c | 128 rq = blk_get_request(drive->queue, READ, __GFP_RECLAIM); in ide_cmd_ioctl() 224 rq = blk_get_request(drive->queue, READ, __GFP_RECLAIM); in generic_drive_reset()
|
D | ide-devsets.c | 168 rq = blk_get_request(q, READ, __GFP_RECLAIM); in ide_devset_execute()
|
D | ide-park.c | 34 rq = blk_get_request(q, READ, __GFP_RECLAIM); in issue_park_cmd()
|
D | ide-taskfile.c | 433 rq = blk_get_request(drive->queue, rw, __GFP_RECLAIM); in ide_raw_taskfile() 444 nsect * SECTOR_SIZE, __GFP_RECLAIM); in ide_raw_taskfile()
|
D | ide-cd_ioctl.c | 306 rq = blk_get_request(drive->queue, READ, __GFP_RECLAIM); in ide_cdrom_reset()
|
D | ide-disk.c | 480 rq = blk_get_request(drive->queue, READ, __GFP_RECLAIM); in set_multcount()
|
D | ide-atapi.c | 95 rq = blk_get_request(drive->queue, READ, __GFP_RECLAIM); in ide_queue_pc_tail()
|
D | ide-tape.c | 855 rq = blk_get_request(drive->queue, READ, __GFP_RECLAIM); in idetape_queue_rw_tail() 863 __GFP_RECLAIM); in idetape_queue_rw_tail()
|
D | ide-cd.c | 444 rq = blk_get_request(drive->queue, write, __GFP_RECLAIM); in ide_cd_queue_pc()
|
/linux-4.4.14/kernel/power/ |
D | swap.c | 260 bio = bio_alloc(__GFP_RECLAIM | __GFP_HIGH, 1); in hib_submit_io() 359 src = (void *)__get_free_page(__GFP_RECLAIM | __GFP_NOWARN | in write_page() 367 src = (void *)__get_free_page(__GFP_RECLAIM | in write_page() 675 page = (void *)__get_free_page(__GFP_RECLAIM | __GFP_HIGH); in save_image_lzo() 978 __get_free_page(__GFP_RECLAIM | __GFP_HIGH); in get_swap_reader() 1245 __GFP_RECLAIM | __GFP_HIGH : in load_image_lzo() 1246 __GFP_RECLAIM | __GFP_NOWARN | in load_image_lzo()
|
/linux-4.4.14/fs/nilfs2/ |
D | mdt.h | 75 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
|
/linux-4.4.14/block/ |
D | scsi_ioctl.c | 447 rq = blk_get_request(q, in_len ? WRITE : READ, __GFP_RECLAIM); in sg_scsi_ioctl() 498 if (bytes && blk_rq_map_kern(q, rq, buffer, bytes, __GFP_RECLAIM)) { in sg_scsi_ioctl() 539 rq = blk_get_request(q, WRITE, __GFP_RECLAIM); in __blk_send_generic()
|
D | blk-mq.c | 1189 __GFP_RECLAIM|__GFP_HIGH, false, ctx, hctx); in blk_mq_map_request()
|
/linux-4.4.14/fs/cachefiles/ |
D | internal.h | 33 #define cachefiles_gfp (__GFP_RECLAIM | __GFP_NORETRY | __GFP_NOMEMALLOC)
|
/linux-4.4.14/security/integrity/ima/ |
D | ima_crypto.c | 129 gfp_t gfp_mask = __GFP_RECLAIM | __GFP_NOWARN | __GFP_NORETRY; in ima_alloc_pages()
|
/linux-4.4.14/drivers/block/paride/ |
D | pd.c | 726 rq = blk_get_request(disk->gd->queue, READ, __GFP_RECLAIM); in pd_special_command()
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_lib.c | 225 req = blk_get_request(sdev->request_queue, write, __GFP_RECLAIM); in scsi_execute() 231 buffer, bufflen, __GFP_RECLAIM)) in scsi_execute()
|
/linux-4.4.14/drivers/block/ |
D | pktcdvd.c | 707 WRITE : READ, __GFP_RECLAIM); in pkt_generic_packet() 714 __GFP_RECLAIM); in pkt_generic_packet()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | init.c | 1563 gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP; in hfi1_setup_eagerbufs()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_bitmap.c | 1010 page = mempool_alloc(drbd_md_io_page_pool, __GFP_HIGHMEM|__GFP_RECLAIM); in bm_page_io_async()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_init.c | 1683 gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP; in qib_setup_eagerbufs()
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_file_ops.c | 908 gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP; in ipath_create_user_egr()
|
/linux-4.4.14/drivers/block/mtip32xx/ |
D | mtip32xx.c | 179 rq = blk_mq_alloc_request(dd->queue, 0, __GFP_RECLAIM, true); in mtip_get_int_command()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_gem.c | 2278 gfp = mapping_gfp_constraint(mapping, ~(__GFP_IO | __GFP_RECLAIM)); in i915_gem_object_get_pages_gtt()
|