Home
last modified time | relevance | path

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

123456789

/OK3568_Linux_fs/kernel/net/ceph/
H A Dcls_lock_client.c50 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()
H A Dosd_client.c1215 osd = kzalloc(sizeof(*osd), GFP_NOIO | __GFP_NOFAIL); in create_osd()
1657 spg = kmalloc(sizeof(*spg), GFP_NOIO); in alloc_spg_mapping()
1784 GFP_NOIO); in decode_hoid()
1792 GFP_NOIO); in decode_hoid()
1804 GFP_NOIO); in decode_hoid()
1852 backoff = kzalloc(sizeof(*backoff), GFP_NOIO); in alloc_backoff()
2738 lreq = kzalloc(sizeof(*lreq), GFP_NOIO); in linger_alloc()
2880 lwork = kzalloc(sizeof(*lwork), GFP_NOIO); in lwork_alloc()
3072 req = ceph_osdc_alloc_request(osdc, NULL, 1, true, GFP_NOIO); in send_linger()
3102 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in send_linger()
[all …]
H A Dmon_client.c785 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()
908 req = alloc_generic_request(monc, GFP_NOIO); in do_mon_command_vargs()
912 req->request = ceph_msg_new(CEPH_MSG_MON_COMMAND, 256, GFP_NOIO, true); in do_mon_command_vargs()
916 req->reply = ceph_msg_new(CEPH_MSG_MON_COMMAND_ACK, 512, GFP_NOIO, in do_mon_command_vargs()
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dmessage.c58 retval = usb_submit_urb(urb, GFP_NOIO); in usb_start_wait_urb()
95 urb = usb_alloc_urb(0, GFP_NOIO); in usb_internal_control_msg()
143 dr = kmalloc(sizeof(struct usb_ctrlrequest), GFP_NOIO); in usb_control_msg()
667 retval = usb_submit_urb(io->urbs[i], GFP_NOIO); in usb_sg_wait()
979 tbuf = kmalloc(256, GFP_NOIO); in usb_string()
1027 buf = kmalloc(MAX_USB_STRING_SIZE, GFP_NOIO); in usb_cache_string()
1031 smallbuf = kmalloc(++len, GFP_NOIO); in usb_cache_string()
1066 desc = kmalloc(sizeof(*desc), GFP_NOIO); in usb_get_device_descriptor()
1099 GFP_NOIO); in usb_set_isoch_delay()
1220 USB_CTRL_SET_TIMEOUT, GFP_NOIO); in usb_clear_halt()
[all …]
/OK3568_Linux_fs/kernel/fs/squashfs/
H A Dblock.c91 bio = bio_alloc(GFP_NOIO, page_count); in squashfs_bio_read()
93 bio = bio_kmalloc(GFP_NOIO, page_count); in squashfs_bio_read()
105 struct page *page = alloc_page(GFP_NOIO); in squashfs_bio_read()
/OK3568_Linux_fs/kernel/block/
H A Dblk-crypto-fallback.c167 bio = bio_alloc_bioset(GFP_NOIO, bio_segments(bio_src), NULL); in blk_crypto_clone_bio()
198 GFP_NOIO); in blk_crypto_alloc_cipher_req()
227 split_bio = bio_split(bio, num_sectors, GFP_NOIO, NULL); in blk_crypto_split_bio_if_needed()
319 mempool_alloc(blk_crypto_bounce_page_pool, GFP_NOIO); in blk_crypto_fallback_encrypt_bio()
513 f_ctx = mempool_alloc(bio_fallback_crypt_ctx_pool, GFP_NOIO); in blk_crypto_fallback_bio_prep()
H A Dbounce.c309 bio = bio_split(*bio_orig, sectors, GFP_NOIO, &bounce_bio_split); in __blk_queue_bounce()
314 bio = bounce_clone_bio(*bio_orig, GFP_NOIO, passthrough ? NULL : in __blk_queue_bounce()
H A Dblk-merge.c106 return bio_split(bio, split_sectors, GFP_NOIO, bs); in blk_bio_discard_split()
120 return bio_split(bio, q->limits.max_write_zeroes_sectors, GFP_NOIO, bs); in blk_bio_write_zeroes_split()
136 return bio_split(bio, q->limits.max_write_same_sectors, GFP_NOIO, bs); in blk_bio_write_same_split()
285 return bio_split(bio, sectors, GFP_NOIO, bs); in blk_bio_segment_split()
/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Ddatafab.c169 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()
H A Dsddr55.c211 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()
H A Dalauda.c439 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()
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()
H A Djumpshot.c181 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()
H A Dkarma.c177 struct karma_data *data = kzalloc(sizeof(struct karma_data), GFP_NOIO); in rio_karma_init()
182 data->recv = kmalloc(RIO_RECV_LEN, GFP_NOIO); in rio_karma_init()
H A Dsddr09.c680 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()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dgfp_mask-from-fs-io.rst21 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
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Drequest.c227 n = bio_next_split(bio, KEY_SIZE(k), GFP_NOIO, split); in bch_data_insert_start()
552 GFP_NOIO, &s->d->bio_split); in cache_lookup_fn()
721 s = mempool_alloc(&d->c->search, GFP_NOIO); in search_alloc()
888 miss = bio_next_split(bio, sectors, GFP_NOIO, &s->d->bio_split); in cached_dev_cache_miss()
911 miss = bio_next_split(bio, sectors, GFP_NOIO, &s->d->bio_split); in cached_dev_cache_miss()
930 if (bch_bio_alloc_pages(cache_bio, __GFP_NOWARN|GFP_NOIO)) in cached_dev_cache_miss()
1031 flush = bio_alloc_bioset(GFP_NOIO, 0, in cached_dev_write()
1045 s->iop.bio = bio_clone_fast(bio, GFP_NOIO, &dc->disk.bio_split); in cached_dev_write()
1111 ddip = kzalloc(sizeof(struct detached_dev_io_private), GFP_NOIO); in detached_dev_do_request()
H A 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()
/OK3568_Linux_fs/kernel/drivers/xen/xenbus/
H A 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()
/OK3568_Linux_fs/kernel/kernel/power/
H A Dswap.c277 bio = bio_alloc(GFP_NOIO | __GFP_HIGH, 1); in hib_submit_io()
385 src = (void *)__get_free_page(GFP_NOIO | __GFP_NOWARN | in write_page()
393 src = (void *)__get_free_page(GFP_NOIO | in write_page()
701 page = (void *)__get_free_page(GFP_NOIO | __GFP_HIGH); in save_image_lzo()
999 __get_free_page(GFP_NOIO | __GFP_HIGH); in get_swap_reader()
1272 GFP_NOIO | __GFP_HIGH : in load_image_lzo()
1273 GFP_NOIO | __GFP_NOWARN | in load_image_lzo()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dusbtouchscreen.c480 buf = kzalloc(MTOUCHUSB_REQ_CTRLLR_ID_LEN, GFP_NOIO); in mtouch_get_fw_revision()
692 buf = kmalloc(2, GFP_NOIO); in dmc_tsc10_init()
978 buf = kmalloc(NEXIO_BUFSIZE, GFP_NOIO); in nexio_init()
1010 firmware_ver = kstrdup(&buf[2], GFP_NOIO); in nexio_init()
1014 device_name = kstrdup(&buf[2], GFP_NOIO); in nexio_init()
1589 result = usb_submit_urb(usbtouch->irq, GFP_NOIO); in usbtouch_resume()
1614 err = usb_submit_urb(usbtouch->irq, GFP_NOIO); in usbtouch_reset_resume()
/OK3568_Linux_fs/kernel/drivers/md/
H A 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()
/OK3568_Linux_fs/kernel/drivers/scsi/qedf/
H A Dqedf_els.c300 cb_arg = kzalloc(sizeof(struct qedf_els_cb_arg), GFP_NOIO); in qedf_send_rrq()
513 cb_arg = kzalloc(sizeof(struct qedf_els_cb_arg), GFP_NOIO); in qedf_send_adisc()
662 cb_arg = kzalloc(sizeof(struct qedf_els_cb_arg), GFP_NOIO); in qedf_send_srr()
711 cb_arg = kzalloc(sizeof(struct qedf_els_cb_arg), GFP_NOIO); in qedf_initiate_seq_cleanup()
1036 cb_arg = kzalloc(sizeof(struct qedf_els_cb_arg), GFP_NOIO); in qedf_send_rec()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dlops.c265 struct bio *bio = bio_alloc(GFP_NOIO, BIO_MAX_PAGES); in gfs2_log_alloc_bio()
484 new = bio_alloc(GFP_NOIO, nr_iovecs); in gfs2_chain_bio()
604 struct page *page = mempool_alloc(gfs2_page_pool, GFP_NOIO); in gfs2_get_log_desc()
693 page = mempool_alloc(gfs2_page_pool, GFP_NOIO); in gfs2_before_commit()
862 page = mempool_alloc(gfs2_page_pool, GFP_NOIO); in revoke_lo_before_commit()
/OK3568_Linux_fs/kernel/arch/s390/mm/
H A Dcmm.c69 addr = __get_free_page(GFP_NOIO); in cmm_alloc_pages()
78 __get_free_page(GFP_NOIO); in cmm_alloc_pages()
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dkaweth.c449 kaweth_resubmit_rx_urb(kaweth, GFP_NOIO); in kaweth_resubmit_tl()
452 kaweth_resubmit_int_urb(kaweth, GFP_NOIO); in kaweth_resubmit_tl()
855 kaweth_resubmit_rx_urb(kaweth, GFP_NOIO); in kaweth_resume()
856 kaweth_resubmit_int_urb(kaweth, GFP_NOIO); in kaweth_resume()

123456789