Home
last modified time | relevance | path

Searched refs:bounce_gfp (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/block/
Dbounce.c328 to->bv_page = mempool_alloc(pool, q->bounce_gfp); in __blk_queue_bounce()
376 if (!(q->bounce_gfp & GFP_DMA)) { in blk_queue_bounce()
Dblk-map.c186 page = alloc_page(rq->q->bounce_gfp | gfp_mask); in bio_copy_user_iov()
491 page = alloc_page(q->bounce_gfp | gfp_mask); in bio_copy_kern()
Dblk-settings.c107 q->bounce_gfp = GFP_NOIO; in blk_queue_bounce_limit()
124 q->bounce_gfp = GFP_NOIO | GFP_DMA; in blk_queue_bounce_limit()
Dbio-integrity.c246 buf = kmalloc(len, GFP_NOIO | q->bounce_gfp); in bio_integrity_prep()
Dscsi_ioctl.c434 buffer = kzalloc(bytes, q->bounce_gfp | GFP_USER| __GFP_NOWARN); in sg_scsi_ioctl()
/Linux-v5.10/include/linux/
Dblkdev.h447 gfp_t bounce_gfp; member
/Linux-v5.10/drivers/ata/
Dlibata-scsi.c1047 q->bounce_gfp | GFP_KERNEL); in ata_scsi_dev_config()