Home
last modified time | relevance | path

Searched refs:GFP_NOIO (Results 1 – 25 of 37) sorted by relevance

12

/linux-4.19.296/drivers/xen/xenbus/
Dxenbus_xs.c314 req = kmalloc(sizeof(*req), GFP_NOIO | __GFP_HIGH); in xs_talkv()
393 buffer = kasprintf(GFP_NOIO | __GFP_HIGH, "%s", dir); in join()
395 buffer = kasprintf(GFP_NOIO | __GFP_HIGH, "%s/%s", dir, name); in join()
407 ret = kmalloc(*num * sizeof(char *) + len, GFP_NOIO | __GFP_HIGH); in split()
614 buf = kvasprintf(GFP_NOIO | __GFP_HIGH, fmt, ap); in xenbus_printf()
Dxenbus_probe_frontend.c367 be_watch.node = kasprintf(GFP_NOIO | __GFP_HIGH, "%s/state", be); in xenbus_reset_frontend()
404 frontend = kasprintf(GFP_NOIO | __GFP_HIGH, "device/%s/%s", class, dev); in xenbus_check_frontend()
Dxenbus_comms.c264 state.alloc = kmalloc(len, GFP_NOIO | __GFP_HIGH); in process_msg()
Dxenbus_client.c170 path = kvasprintf(GFP_NOIO | __GFP_HIGH, pathfmt, ap); in xenbus_watch_pathfmt()
/linux-4.19.296/block/
Dbounce.c307 bio = bio_split(*bio_orig, sectors, GFP_NOIO, &bounce_bio_split); in __blk_queue_bounce()
312 bio = bounce_clone_bio(*bio_orig, GFP_NOIO, passthrough ? NULL : in __blk_queue_bounce()
Dblk-merge.c58 return bio_split(bio, split_sectors, GFP_NOIO, bs); in blk_bio_discard_split()
72 return bio_split(bio, q->limits.max_write_zeroes_sectors, GFP_NOIO, bs); in blk_bio_write_zeroes_split()
88 return bio_split(bio, q->limits.max_write_same_sectors, GFP_NOIO, bs); in blk_bio_write_same_split()
172 new = bio_split(bio, sectors, GFP_NOIO, bs); in blk_bio_segment_split()
Dbio-integrity.c257 buf = kmalloc(len, GFP_NOIO | q->bounce_gfp); in bio_integrity_prep()
269 bip = bio_integrity_alloc(bio, GFP_NOIO, nr_pages); in bio_integrity_prep()
Dblk-mq.c2009 GFP_NOIO | __GFP_NOWARN | __GFP_NORETRY, in blk_mq_alloc_rq_map()
2017 GFP_NOIO | __GFP_NOWARN | __GFP_NORETRY, in blk_mq_alloc_rq_map()
2080 GFP_NOIO | __GFP_NOWARN | __GFP_NORETRY | __GFP_ZERO, in blk_mq_alloc_rqs()
2101 kmemleak_alloc(p, order_to_size(this_order), 1, GFP_NOIO); in blk_mq_alloc_rqs()
2220 GFP_NOIO | __GFP_NOWARN | __GFP_NORETRY, node); in blk_mq_init_hctx()
2225 GFP_NOIO | __GFP_NOWARN | __GFP_NORETRY, node)) in blk_mq_init_hctx()
2239 GFP_NOIO | __GFP_NOWARN | __GFP_NORETRY); in blk_mq_init_hctx()
2544 GFP_NOIO | __GFP_NOWARN | __GFP_NORETRY, in blk_mq_realloc_hw_ctxs()
2550 GFP_NOIO | __GFP_NOWARN | __GFP_NORETRY, in blk_mq_realloc_hw_ctxs()
2939 qe = kmalloc(sizeof(*qe), GFP_NOIO | __GFP_NOWARN | __GFP_NORETRY); in blk_mq_elv_switch_none()
Dblk-settings.c195 q->bounce_gfp = GFP_NOIO; in blk_queue_bounce_limit()
212 q->bounce_gfp = GFP_NOIO | GFP_DMA; in blk_queue_bounce_limit()
Dscsi_ioctl.c502 if (bytes && blk_rq_map_kern(q, rq, buffer, bytes, GFP_NOIO)) { in sg_scsi_ioctl()
/linux-4.19.296/fs/gfs2/
Dlops.c270 bio = bio_alloc(GFP_NOIO, BIO_MAX_PAGES); in gfs2_log_alloc_bio()
376 struct page *page = mempool_alloc(gfs2_page_pool, GFP_NOIO); in gfs2_get_log_desc()
465 page = mempool_alloc(gfs2_page_pool, GFP_NOIO); in gfs2_before_commit()
638 page = mempool_alloc(gfs2_page_pool, GFP_NOIO); in revoke_lo_before_commit()
Dmeta_io.c222 bio = bio_alloc(GFP_NOIO, num); in gfs2_submit_bhs()
/linux-4.19.296/include/trace/events/
Dmmflags.h26 {(unsigned long)GFP_NOIO, "GFP_NOIO"}, \
/linux-4.19.296/fs/nilfs2/
Dsegbuf.c394 bio = bio_alloc(GFP_NOIO, nr_vecs); in nilfs_alloc_seg_bio()
397 bio = bio_alloc(GFP_NOIO, nr_vecs); in nilfs_alloc_seg_bio()
/linux-4.19.296/fs/hfsplus/
Dwrapper.c67 bio = bio_alloc(GFP_NOIO, 1); in hfsplus_submit_bio()
/linux-4.19.296/include/linux/
Dgfp.h293 #define GFP_NOIO (__GFP_RECLAIM) macro
/linux-4.19.296/drivers/isdn/hisax/
Dst5481_b.c123 SUBMIT_URB(urb, GFP_NOIO); in usb_b_out()
/linux-4.19.296/fs/nfs/blocklayout/
Dblocklayout.c125 bio = bio_alloc(GFP_NOIO, npg); in bl_alloc_init_bio()
128 bio = bio_alloc(GFP_NOIO, npg); in bl_alloc_init_bio()
/linux-4.19.296/drivers/bluetooth/
Dbtusb.c3369 err = btusb_submit_intr_urb(hdev, GFP_NOIO); in btusb_resume()
3377 err = btusb_submit_bulk_urb(hdev, GFP_NOIO); in btusb_resume()
3383 btusb_submit_bulk_urb(hdev, GFP_NOIO); in btusb_resume()
3387 if (btusb_submit_isoc_urb(hdev, GFP_NOIO) < 0) in btusb_resume()
3390 btusb_submit_isoc_urb(hdev, GFP_NOIO); in btusb_resume()
/linux-4.19.296/fs/ext4/
Dpage-io.c376 bio = bio_alloc(GFP_NOIO, BIO_MAX_PAGES); in io_submit_init_bio()
/linux-4.19.296/fs/fscache/
Dpage.c315 op = kzalloc(sizeof(*op), GFP_NOIO); in fscache_alloc_retrieval()
986 op = kzalloc(sizeof(*op), GFP_NOIO | __GFP_NOMEMALLOC | __GFP_NORETRY); in __fscache_write_page()
/linux-4.19.296/fs/nfs/
Dwrite.c75 p = mempool_alloc(nfs_commit_mempool, GFP_NOIO); in nfs_commitdata_alloc()
84 p = kmem_cache_alloc(nfs_cdata_cachep, GFP_NOIO | in nfs_commitdata_alloc()
104 struct nfs_pgio_header *p = mempool_alloc(nfs_wdata_mempool, GFP_NOIO); in nfs_writehdr_alloc()
Dpagelist.c79 struct nfs_page *p = kmem_cache_zalloc(nfs_page_cachep, GFP_NOIO); in nfs_page_alloc()
779 gfp_flags = GFP_NOIO; in nfs_generic_pgio()
/linux-4.19.296/fs/nfs/flexfilelayout/
Dflexfilelayoutdev.c460 OP_ILLEGAL, GFP_NOIO); in nfs4_ff_layout_prepare_ds()
Dflexfilelayout.c720 pnfs_report_layoutstat(inode, GFP_NOIO); in nfs4_ff_layout_stat_io_start_write()
1223 GFP_NOIO); in ff_layout_io_track_ds_error()
2329 args->devinfo = kmalloc_array(dev_count, sizeof(*args->devinfo), GFP_NOIO); in ff_layout_prepare_layoutstats()

12