| /Linux-v5.4/net/ceph/ |
| D | cls_lock_client.c | 50 lock_op_page = alloc_page(GFP_NOIO); in ceph_cls_lock() 107 unlock_op_page = alloc_page(GFP_NOIO); in ceph_cls_unlock() 158 break_op_page = alloc_page(GFP_NOIO); in ceph_cls_break_lock() 207 cookie_op_page = alloc_page(GFP_NOIO); in ceph_cls_set_cookie() 257 s = ceph_extract_encoded_string(p, end, NULL, GFP_NOIO); in decode_locker() 297 *lockers = kcalloc(*num_lockers, sizeof(**lockers), GFP_NOIO); in decode_lockers() 308 s = ceph_extract_encoded_string(p, end, NULL, GFP_NOIO); in decode_lockers() 346 get_info_op_page = alloc_page(GFP_NOIO); in ceph_cls_lock_info() 350 reply_page = alloc_page(GFP_NOIO); in ceph_cls_lock_info() 405 pages = ceph_alloc_page_vector(1, GFP_NOIO); in ceph_cls_assert_locked()
|
| D | osd_client.c | 1235 osd = kzalloc(sizeof(*osd), GFP_NOIO | __GFP_NOFAIL); in create_osd() 1618 spg = kmalloc(sizeof(*spg), GFP_NOIO); in alloc_spg_mapping() 1745 GFP_NOIO); in decode_hoid() 1753 GFP_NOIO); in decode_hoid() 1765 GFP_NOIO); in decode_hoid() 1813 backoff = kzalloc(sizeof(*backoff), GFP_NOIO); in alloc_backoff() 2693 lreq = kzalloc(sizeof(*lreq), GFP_NOIO); in linger_alloc() 2835 lwork = kzalloc(sizeof(*lwork), GFP_NOIO); in lwork_alloc() 4147 m->begin = kzalloc(sizeof(*m->begin), GFP_NOIO); in decode_MOSDBackoff() 4157 m->end = kzalloc(sizeof(*m->end), GFP_NOIO); in decode_MOSDBackoff() [all …]
|
| D | mon_client.c | 785 req = alloc_generic_request(monc, GFP_NOIO); in __ceph_monc_get_version() 791 GFP_NOIO, true); in __ceph_monc_get_version() 795 req->reply = ceph_msg_new(CEPH_MSG_MON_GET_VERSION_REPLY, 32, GFP_NOIO, in __ceph_monc_get_version() 907 req = alloc_generic_request(monc, GFP_NOIO); in ceph_monc_blacklist_add() 911 req->request = ceph_msg_new(CEPH_MSG_MON_COMMAND, 256, GFP_NOIO, true); in ceph_monc_blacklist_add() 915 req->reply = ceph_msg_new(CEPH_MSG_MON_COMMAND_ACK, 512, GFP_NOIO, in ceph_monc_blacklist_add()
|
| /Linux-v5.4/Documentation/core-api/ |
| D | gfp_mask-from-fs-io.rst | 21 the gfp mask when calling an allocator. GFP_NOFS respectively GFP_NOIO can be 25 of GFP_NOFS/GFP_NOIO can lead to memory over-reclaim or other memory 60 to fix up. That means that calling ``vmalloc`` with GFP_NOFS/GFP_NOIO is
|
| /Linux-v5.4/drivers/usb/storage/ |
| D | datafab.c | 169 buffer = kmalloc(alloclen, GFP_NOIO); in datafab_read_data() 253 buffer = kmalloc(alloclen, GFP_NOIO); in datafab_write_data() 332 buf = kmalloc(512, GFP_NOIO); in datafab_determine_lun() 403 reply = kmalloc(512, GFP_NOIO); in datafab_id_device() 559 us->extra = kzalloc(sizeof(struct datafab_info), GFP_NOIO); in datafab_transport()
|
| D | sddr55.c | 211 buffer = kmalloc(len, GFP_NOIO); in sddr55_read_data() 338 buffer = kmalloc(len, GFP_NOIO); in sddr55_write_data() 655 buffer = kmalloc_array(numblocks, 2, GFP_NOIO ); in sddr55_read_map() 688 info->lba_to_pba = kmalloc_array(numblocks, sizeof(int), GFP_NOIO); in sddr55_read_map() 689 info->pba_to_lba = kmalloc_array(numblocks, sizeof(int), GFP_NOIO); in sddr55_read_map() 797 sizeof(struct sddr55_card_info), GFP_NOIO); in sddr55_transport()
|
| D | karma.c | 178 struct karma_data *data = kzalloc(sizeof(struct karma_data), GFP_NOIO); in rio_karma_init() 183 data->recv = kmalloc(RIO_RECV_LEN, GFP_NOIO); in rio_karma_init()
|
| D | alauda.c | 439 MEDIA_INFO(us).pba_to_lba = kcalloc(num_zones, sizeof(u16*), GFP_NOIO); in alauda_init_media() 440 MEDIA_INFO(us).lba_to_pba = kcalloc(num_zones, sizeof(u16*), GFP_NOIO); in alauda_init_media() 568 u16 *lba_to_pba = kcalloc(zonesize, sizeof(u16), GFP_NOIO); in alauda_read_map() 569 u16 *pba_to_lba = kcalloc(zonesize, sizeof(u16), GFP_NOIO); in alauda_read_map() 929 buffer = kmalloc(len, GFP_NOIO); in alauda_read_data() 1021 buffer = kmalloc(len, GFP_NOIO); in alauda_write_data() 1029 blockbuffer = kmalloc_array(pagesize + 64, blocksize, GFP_NOIO); in alauda_write_data() 1106 us->extra = kzalloc(sizeof(struct alauda_info), GFP_NOIO); in init_alauda()
|
| D | jumpshot.c | 181 buffer = kmalloc(alloclen, GFP_NOIO); in jumpshot_read_data() 258 buffer = kmalloc(alloclen, GFP_NOIO); in jumpshot_write_data() 333 reply = kmalloc(512, GFP_NOIO); in jumpshot_id_device() 485 us->extra = kzalloc(sizeof(struct jumpshot_info), GFP_NOIO); in jumpshot_transport()
|
| D | sddr09.c | 680 buf = kmalloc(bulklen, GFP_NOIO); 756 buffer = kmalloc(len, GFP_NOIO); in sddr09_read_data() 990 blockbuffer = kmalloc(blocklen, GFP_NOIO); in sddr09_write_data() 1001 buffer = kmalloc(len, GFP_NOIO); in sddr09_write_data() 1224 buffer = kmalloc(alloc_len, GFP_NOIO); in sddr09_read_map() 1235 info->lba_to_pba = kmalloc_array(numblocks, sizeof(int), GFP_NOIO); in sddr09_read_map() 1236 info->pba_to_lba = kmalloc_array(numblocks, sizeof(int), GFP_NOIO); in sddr09_read_map() 1431 us->extra = kzalloc(sizeof(struct sddr09_card_info), GFP_NOIO); in sddr09_common_init()
|
| /Linux-v5.4/drivers/xen/xenbus/ |
| D | xenbus_xs.c | 311 req = kmalloc(sizeof(*req), GFP_NOIO | __GFP_HIGH); in xs_talkv() 390 buffer = kasprintf(GFP_NOIO | __GFP_HIGH, "%s", dir); in join() 392 buffer = kasprintf(GFP_NOIO | __GFP_HIGH, "%s/%s", dir, name); in join() 404 ret = kmalloc(*num * sizeof(char *) + len, GFP_NOIO | __GFP_HIGH); in split() 611 buf = kvasprintf(GFP_NOIO | __GFP_HIGH, fmt, ap); in xenbus_printf()
|
| D | xenbus_probe_frontend.c | 368 be_watch.node = kasprintf(GFP_NOIO | __GFP_HIGH, "%s/state", be); in xenbus_reset_frontend() 405 frontend = kasprintf(GFP_NOIO | __GFP_HIGH, "device/%s/%s", class, dev); in xenbus_check_frontend()
|
| /Linux-v5.4/drivers/usb/core/ |
| D | message.c | 57 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() 828 tbuf = kmalloc(256, GFP_NOIO); in usb_string() 876 buf = kmalloc(MAX_USB_STRING_SIZE, GFP_NOIO); in usb_cache_string() 880 smallbuf = kmalloc(++len, GFP_NOIO); in usb_cache_string() 915 desc = kmalloc(sizeof(*desc), GFP_NOIO); in usb_get_device_descriptor() 1841 GFP_NOIO); in usb_set_configuration() 1848 GFP_NOIO); in usb_set_configuration()
|
| /Linux-v5.4/drivers/md/bcache/ |
| D | request.c | 239 n = bio_next_split(bio, KEY_SIZE(k), GFP_NOIO, split); in bch_data_insert_start() 556 GFP_NOIO, &s->d->bio_split); in cache_lookup_fn() 725 s = mempool_alloc(&d->c->search, GFP_NOIO); in search_alloc() 892 miss = bio_next_split(bio, sectors, GFP_NOIO, &s->d->bio_split); in cached_dev_cache_miss() 915 miss = bio_next_split(bio, sectors, GFP_NOIO, &s->d->bio_split); in cached_dev_cache_miss() 934 if (bch_bio_alloc_pages(cache_bio, __GFP_NOWARN|GFP_NOIO)) in cached_dev_cache_miss() 1035 flush = bio_alloc_bioset(GFP_NOIO, 0, in cached_dev_write() 1049 s->iop.bio = bio_clone_fast(bio, GFP_NOIO, &dc->disk.bio_split); in cached_dev_write() 1114 ddip = kzalloc(sizeof(struct detached_dev_io_private), GFP_NOIO); in detached_dev_do_request()
|
| D | debug.c | 114 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-v5.4/kernel/power/ |
| D | swap.c | 270 bio = bio_alloc(GFP_NOIO | __GFP_HIGH, 1); in hib_submit_io() 377 src = (void *)__get_free_page(GFP_NOIO | __GFP_NOWARN | in write_page() 385 src = (void *)__get_free_page(GFP_NOIO | in write_page() 692 page = (void *)__get_free_page(GFP_NOIO | __GFP_HIGH); in save_image_lzo() 989 __get_free_page(GFP_NOIO | __GFP_HIGH); in get_swap_reader() 1261 GFP_NOIO | __GFP_HIGH : in load_image_lzo() 1262 GFP_NOIO | __GFP_NOWARN | in load_image_lzo()
|
| /Linux-v5.4/block/ |
| D | blk-merge.c | 102 return bio_split(bio, split_sectors, GFP_NOIO, bs); in blk_bio_discard_split() 116 return bio_split(bio, q->limits.max_write_zeroes_sectors, GFP_NOIO, bs); in blk_bio_write_zeroes_split() 132 return bio_split(bio, q->limits.max_write_same_sectors, GFP_NOIO, bs); in blk_bio_write_same_split() 277 return bio_split(bio, sectors, GFP_NOIO, bs); in blk_bio_segment_split()
|
| D | bounce.c | 308 bio = bio_split(*bio_orig, sectors, GFP_NOIO, &bounce_bio_split); in __blk_queue_bounce() 313 bio = bounce_clone_bio(*bio_orig, GFP_NOIO, passthrough ? NULL : in __blk_queue_bounce()
|
| D | bio-integrity.c | 237 buf = kmalloc(len, GFP_NOIO | q->bounce_gfp); in bio_integrity_prep() 249 bip = bio_integrity_alloc(bio, GFP_NOIO, nr_pages); in bio_integrity_prep()
|
| /Linux-v5.4/arch/powerpc/platforms/pseries/ |
| D | cmm.c | 159 addr = __get_free_page(GFP_NOIO | __GFP_NOWARN | in cmm_alloc_pages() 169 GFP_NOIO | __GFP_NOWARN | in cmm_alloc_pages() 590 GFP_NOIO | __GFP_NOWARN | in cmm_mem_going_offline()
|
| /Linux-v5.4/drivers/md/ |
| D | dm-io.c | 348 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()
|
| D | dm-zoned-metadata.c | 289 mblk = kmalloc(sizeof(struct dmz_mblock), GFP_NOIO); in dmz_alloc_mblock() 293 mblk->page = alloc_page(GFP_NOIO); in dmz_alloc_mblock() 414 bio = bio_alloc(GFP_NOIO, 1); in dmz_get_mblock_slow() 586 bio = bio_alloc(GFP_NOIO, 1); in dmz_write_mblock() 617 bio = bio_alloc(GFP_NOIO, 1); in dmz_rdwr_block() 660 ret = blkdev_issue_flush(zmd->dev->bdev, GFP_NOIO, NULL); in dmz_write_sb() 701 ret = blkdev_issue_flush(zmd->dev->bdev, GFP_NOIO, NULL); in dmz_write_dirty_mblocks() 770 ret = blkdev_issue_flush(zmd->dev->bdev, GFP_NOIO, NULL); in dmz_flush_metadata() 975 page = alloc_page(GFP_NOIO); in dmz_recover_mblocks() 1317 dev->zone_nr_sectors, GFP_NOIO); in dmz_reset_zone()
|
| /Linux-v5.4/drivers/input/touchscreen/ |
| D | usbtouchscreen.c | 479 buf = kzalloc(MTOUCHUSB_REQ_CTRLLR_ID_LEN, GFP_NOIO); in mtouch_get_fw_revision() 691 buf = kmalloc(2, GFP_NOIO); in dmc_tsc10_init() 977 buf = kmalloc(NEXIO_BUFSIZE, GFP_NOIO); in nexio_init() 1009 firmware_ver = kstrdup(&buf[2], GFP_NOIO); in nexio_init() 1013 device_name = kstrdup(&buf[2], GFP_NOIO); in nexio_init() 1588 result = usb_submit_urb(usbtouch->irq, GFP_NOIO); in usbtouch_resume() 1613 err = usb_submit_urb(usbtouch->irq, GFP_NOIO); in usbtouch_reset_resume()
|
| /Linux-v5.4/drivers/scsi/qedf/ |
| D | qedf_els.c | 281 cb_arg = kzalloc(sizeof(struct qedf_els_cb_arg), GFP_NOIO); in qedf_send_rrq() 498 cb_arg = kzalloc(sizeof(struct qedf_els_cb_arg), GFP_NOIO); in qedf_send_adisc() 647 cb_arg = kzalloc(sizeof(struct qedf_els_cb_arg), GFP_NOIO); in qedf_send_srr() 696 cb_arg = kzalloc(sizeof(struct qedf_els_cb_arg), GFP_NOIO); in qedf_initiate_seq_cleanup() 1016 cb_arg = kzalloc(sizeof(struct qedf_els_cb_arg), GFP_NOIO); in qedf_send_rec()
|
| /Linux-v5.4/drivers/usb/misc/ |
| D | usbsevseg.c | 389 update_display_visual(mydev, GFP_NOIO); in sevseg_resume() 401 update_display_visual(mydev, GFP_NOIO); in sevseg_reset_resume()
|