Home
last modified time | relevance | path

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

12345678

/Linux-v4.19/net/ceph/
Dcls_lock_client.c49 lock_op_page = alloc_page(GFP_NOIO); in ceph_cls_lock()
106 unlock_op_page = alloc_page(GFP_NOIO); in ceph_cls_unlock()
157 break_op_page = alloc_page(GFP_NOIO); in ceph_cls_break_lock()
206 cookie_op_page = alloc_page(GFP_NOIO); in ceph_cls_set_cookie()
256 s = ceph_extract_encoded_string(p, end, NULL, GFP_NOIO); in decode_locker()
293 *lockers = kcalloc(*num_lockers, sizeof(**lockers), GFP_NOIO); in decode_lockers()
304 s = ceph_extract_encoded_string(p, end, NULL, GFP_NOIO); in decode_lockers()
342 get_info_op_page = alloc_page(GFP_NOIO); in ceph_cls_lock_info()
346 reply_page = alloc_page(GFP_NOIO); in ceph_cls_lock_info()
Dosd_client.c1145 osd = kzalloc(sizeof(*osd), GFP_NOIO | __GFP_NOFAIL); in create_osd()
1530 spg = kmalloc(sizeof(*spg), GFP_NOIO); in alloc_spg_mapping()
1657 GFP_NOIO); in decode_hoid()
1665 GFP_NOIO); in decode_hoid()
1677 GFP_NOIO); in decode_hoid()
1725 backoff = kzalloc(sizeof(*backoff), GFP_NOIO); in alloc_backoff()
2592 lreq = kzalloc(sizeof(*lreq), GFP_NOIO); in linger_alloc()
2734 lwork = kzalloc(sizeof(*lwork), GFP_NOIO); in lwork_alloc()
4037 m->begin = kzalloc(sizeof(*m->begin), GFP_NOIO); in decode_MOSDBackoff()
4047 m->end = kzalloc(sizeof(*m->end), GFP_NOIO); in decode_MOSDBackoff()
[all …]
Dmon_client.c773 req = alloc_generic_request(monc, GFP_NOIO); in __ceph_monc_get_version()
779 GFP_NOIO, true); in __ceph_monc_get_version()
783 req->reply = ceph_msg_new(CEPH_MSG_MON_GET_VERSION_REPLY, 32, GFP_NOIO, in __ceph_monc_get_version()
895 req = alloc_generic_request(monc, GFP_NOIO); in ceph_monc_blacklist_add()
899 req->request = ceph_msg_new(CEPH_MSG_MON_COMMAND, 256, GFP_NOIO, true); in ceph_monc_blacklist_add()
903 req->reply = ceph_msg_new(CEPH_MSG_MON_COMMAND_ACK, 512, GFP_NOIO, in ceph_monc_blacklist_add()
/Linux-v4.19/Documentation/core-api/
Dgfp_mask-from-fs-io.rst19 the gfp mask when calling an allocator. GFP_NOFS respectively GFP_NOIO can be
23 of GFP_NOFS/GFP_NOIO can lead to memory over-reclaim or other memory
58 to fix up. That means that calling ``vmalloc`` with GFP_NOFS/GFP_NOIO is
/Linux-v4.19/drivers/usb/storage/
Ddatafab.c168 buffer = kmalloc(alloclen, GFP_NOIO); in datafab_read_data()
252 buffer = kmalloc(alloclen, GFP_NOIO); in datafab_write_data()
331 buf = kmalloc(512, GFP_NOIO); in datafab_determine_lun()
402 reply = kmalloc(512, GFP_NOIO); in datafab_id_device()
558 us->extra = kzalloc(sizeof(struct datafab_info), GFP_NOIO); in datafab_transport()
Dsddr55.c210 buffer = kmalloc(len, GFP_NOIO); in sddr55_read_data()
337 buffer = kmalloc(len, GFP_NOIO); in sddr55_write_data()
654 buffer = kmalloc_array(numblocks, 2, GFP_NOIO ); in sddr55_read_map()
687 info->lba_to_pba = kmalloc_array(numblocks, sizeof(int), GFP_NOIO); in sddr55_read_map()
688 info->pba_to_lba = kmalloc_array(numblocks, sizeof(int), GFP_NOIO); in sddr55_read_map()
796 sizeof(struct sddr55_card_info), GFP_NOIO); in sddr55_transport()
Dkarma.c176 struct karma_data *data = kzalloc(sizeof(struct karma_data), GFP_NOIO); in rio_karma_init()
180 data->recv = kmalloc(RIO_RECV_LEN, GFP_NOIO); in rio_karma_init()
Dalauda.c438 MEDIA_INFO(us).pba_to_lba = kcalloc(num_zones, sizeof(u16*), GFP_NOIO); in alauda_init_media()
439 MEDIA_INFO(us).lba_to_pba = kcalloc(num_zones, sizeof(u16*), GFP_NOIO); in alauda_init_media()
567 u16 *lba_to_pba = kcalloc(zonesize, sizeof(u16), GFP_NOIO); in alauda_read_map()
568 u16 *pba_to_lba = kcalloc(zonesize, sizeof(u16), GFP_NOIO); in alauda_read_map()
928 buffer = kmalloc(len, GFP_NOIO); in alauda_read_data()
1020 buffer = kmalloc(len, GFP_NOIO); in alauda_write_data()
1028 blockbuffer = kmalloc_array(pagesize + 64, blocksize, GFP_NOIO); in alauda_write_data()
1105 us->extra = kzalloc(sizeof(struct alauda_info), GFP_NOIO); in init_alauda()
Djumpshot.c180 buffer = kmalloc(alloclen, GFP_NOIO); in jumpshot_read_data()
257 buffer = kmalloc(alloclen, GFP_NOIO); in jumpshot_write_data()
332 reply = kmalloc(512, GFP_NOIO); in jumpshot_id_device()
484 us->extra = kzalloc(sizeof(struct jumpshot_info), GFP_NOIO); in jumpshot_transport()
Dsddr09.c679 buf = kmalloc(bulklen, GFP_NOIO);
755 buffer = kmalloc(len, GFP_NOIO); in sddr09_read_data()
989 blockbuffer = kmalloc(blocklen, GFP_NOIO); in sddr09_write_data()
1000 buffer = kmalloc(len, GFP_NOIO); in sddr09_write_data()
1223 buffer = kmalloc(alloc_len, GFP_NOIO); in sddr09_read_map()
1234 info->lba_to_pba = kmalloc_array(numblocks, sizeof(int), GFP_NOIO); in sddr09_read_map()
1235 info->pba_to_lba = kmalloc_array(numblocks, sizeof(int), GFP_NOIO); in sddr09_read_map()
1430 us->extra = kzalloc(sizeof(struct sddr09_card_info), GFP_NOIO); in sddr09_common_init()
/Linux-v4.19/drivers/xen/xenbus/
Dxenbus_xs.c309 req = kmalloc(sizeof(*req), GFP_NOIO | __GFP_HIGH); in xs_talkv()
387 buffer = kasprintf(GFP_NOIO | __GFP_HIGH, "%s", dir); in join()
389 buffer = kasprintf(GFP_NOIO | __GFP_HIGH, "%s/%s", dir, name); in join()
401 ret = kmalloc(*num * sizeof(char *) + len, GFP_NOIO | __GFP_HIGH); in split()
608 buf = kvasprintf(GFP_NOIO | __GFP_HIGH, fmt, ap); in xenbus_printf()
/Linux-v4.19/drivers/usb/core/
Dmessage.c57 retval = usb_submit_urb(urb, GFP_NOIO); in usb_start_wait_urb()
94 urb = usb_alloc_urb(0, GFP_NOIO); in usb_internal_control_msg()
142 dr = kmalloc(sizeof(struct usb_ctrlrequest), GFP_NOIO); in usb_control_msg()
529 retval = usb_submit_urb(io->urbs[i], GFP_NOIO); in usb_sg_wait()
826 tbuf = kmalloc(256, GFP_NOIO); in usb_string()
874 buf = kmalloc(MAX_USB_STRING_SIZE, GFP_NOIO); in usb_cache_string()
878 smallbuf = kmalloc(++len, GFP_NOIO); in usb_cache_string()
913 desc = kmalloc(sizeof(*desc), GFP_NOIO); in usb_get_device_descriptor()
1840 GFP_NOIO); in usb_set_configuration()
1847 GFP_NOIO); in usb_set_configuration()
/Linux-v4.19/drivers/md/bcache/
Drequest.c239 n = bio_next_split(bio, KEY_SIZE(k), GFP_NOIO, split); in bch_data_insert_start()
554 GFP_NOIO, &s->d->bio_split); in cache_lookup_fn()
723 s = mempool_alloc(&d->c->search, GFP_NOIO); in search_alloc()
874 miss = bio_next_split(bio, sectors, GFP_NOIO, &s->d->bio_split); in cached_dev_cache_miss()
897 miss = bio_next_split(bio, sectors, GFP_NOIO, &s->d->bio_split); in cached_dev_cache_miss()
916 if (bch_bio_alloc_pages(cache_bio, __GFP_NOWARN|GFP_NOIO)) in cached_dev_cache_miss()
1017 flush = bio_alloc_bioset(GFP_NOIO, 0, in cached_dev_write()
1031 s->iop.bio = bio_clone_fast(bio, GFP_NOIO, &dc->disk.bio_split); in cached_dev_write()
1096 ddip = kzalloc(sizeof(struct detached_dev_io_private), GFP_NOIO); in detached_dev_do_request()
Ddebug.c114 check = bio_kmalloc(GFP_NOIO, bio_segments(bio)); in bch_data_verify()
123 if (bch_bio_alloc_pages(check, GFP_NOIO)) in bch_data_verify()
/Linux-v4.19/kernel/power/
Dswap.c272 bio = bio_alloc(GFP_NOIO | __GFP_HIGH, 1); in hib_submit_io()
379 src = (void *)__get_free_page(GFP_NOIO | __GFP_NOWARN | in write_page()
387 src = (void *)__get_free_page(GFP_NOIO | in write_page()
694 page = (void *)__get_free_page(GFP_NOIO | __GFP_HIGH); in save_image_lzo()
992 __get_free_page(GFP_NOIO | __GFP_HIGH); in get_swap_reader()
1264 GFP_NOIO | __GFP_HIGH : in load_image_lzo()
1265 GFP_NOIO | __GFP_NOWARN | in load_image_lzo()
/Linux-v4.19/block/
Dbounce.c287 bio = bio_split(*bio_orig, sectors, GFP_NOIO, &bounce_bio_split); in __blk_queue_bounce()
292 bio = bounce_clone_bio(*bio_orig, GFP_NOIO, passthrough ? NULL : in __blk_queue_bounce()
Dblk-merge.c55 return bio_split(bio, split_sectors, GFP_NOIO, bs); in blk_bio_discard_split()
69 return bio_split(bio, q->limits.max_write_zeroes_sectors, GFP_NOIO, bs); in blk_bio_write_zeroes_split()
85 return bio_split(bio, q->limits.max_write_same_sectors, GFP_NOIO, bs); in blk_bio_write_same_split()
169 new = bio_split(bio, sectors, GFP_NOIO, bs); in blk_bio_segment_split()
Dbio-integrity.c252 buf = kmalloc(len, GFP_NOIO | q->bounce_gfp); in bio_integrity_prep()
264 bip = bio_integrity_alloc(bio, GFP_NOIO, nr_pages); in bio_integrity_prep()
/Linux-v4.19/drivers/md/
Ddm-zoned-metadata.c287 mblk = kmalloc(sizeof(struct dmz_mblock), GFP_NOIO); in dmz_alloc_mblock()
291 mblk->page = alloc_page(GFP_NOIO); in dmz_alloc_mblock()
405 bio = bio_alloc(GFP_NOIO, 1); in dmz_fetch_mblock()
558 bio = bio_alloc(GFP_NOIO, 1); in dmz_write_mblock()
584 bio = bio_alloc(GFP_NOIO, 1); in dmz_rdwr_block()
627 ret = blkdev_issue_flush(zmd->dev->bdev, GFP_NOIO, NULL); in dmz_write_sb()
661 ret = blkdev_issue_flush(zmd->dev->bdev, GFP_NOIO, NULL); in dmz_write_dirty_mblocks()
725 ret = blkdev_issue_flush(zmd->dev->bdev, GFP_NOIO, NULL); in dmz_flush_metadata()
930 page = alloc_page(GFP_NOIO); in dmz_recover_mblocks()
1186 &blkz, &nr_blkz, GFP_NOIO); in dmz_update_zone()
[all …]
Ddm-io.c348 bio = bio_alloc_bioset(GFP_NOIO, num_bvecs, &io->client->bios); in do_region()
446 io = mempool_alloc(&client->pool, GFP_NOIO); in sync_io()
478 io = mempool_alloc(&client->pool, GFP_NOIO); in async_io()
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_els.c265 cb_arg = kzalloc(sizeof(struct qedf_els_cb_arg), GFP_NOIO); in qedf_send_rrq()
460 cb_arg = kzalloc(sizeof(struct qedf_els_cb_arg), GFP_NOIO); in qedf_send_adisc()
605 cb_arg = kzalloc(sizeof(struct qedf_els_cb_arg), GFP_NOIO); in qedf_send_srr()
654 cb_arg = kzalloc(sizeof(struct qedf_els_cb_arg), GFP_NOIO); in qedf_initiate_seq_cleanup()
965 cb_arg = kzalloc(sizeof(struct qedf_els_cb_arg), GFP_NOIO); in qedf_send_rec()
/Linux-v4.19/arch/powerpc/platforms/pseries/
Dcmm.c173 addr = __get_free_page(GFP_NOIO | __GFP_NOWARN | in cmm_alloc_pages()
183 GFP_NOIO | __GFP_NOWARN | in cmm_alloc_pages()
604 GFP_NOIO | __GFP_NOWARN | in cmm_mem_going_offline()
/Linux-v4.19/drivers/input/touchscreen/
Dusbtouchscreen.c492 buf = kzalloc(MTOUCHUSB_REQ_CTRLLR_ID_LEN, GFP_NOIO); in mtouch_get_fw_revision()
704 buf = kmalloc(2, GFP_NOIO); in dmc_tsc10_init()
990 buf = kmalloc(NEXIO_BUFSIZE, GFP_NOIO); in nexio_init()
1022 firmware_ver = kstrdup(&buf[2], GFP_NOIO); in nexio_init()
1026 device_name = kstrdup(&buf[2], GFP_NOIO); in nexio_init()
1601 result = usb_submit_urb(usbtouch->irq, GFP_NOIO); in usbtouch_resume()
1626 err = usb_submit_urb(usbtouch->irq, GFP_NOIO); in usbtouch_reset_resume()
/Linux-v4.19/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()
/Linux-v4.19/arch/s390/mm/
Dcmm.c72 addr = __get_free_page(GFP_NOIO); in cmm_alloc_pages()
81 __get_free_page(GFP_NOIO); in cmm_alloc_pages()

12345678