Home
last modified time | relevance | path

Searched refs:mempool_alloc (Results 1 – 80 of 80) sorted by relevance

/linux-4.1.27/fs/ext4/
Dcrypto.c420 ciphertext_page = mempool_alloc(ext4_bounce_page_pool, in ext4_encrypt()
423 ciphertext_page = mempool_alloc(ext4_bounce_page_pool, in ext4_encrypt()
500 ciphertext_page = mempool_alloc(ext4_bounce_page_pool, in ext4_encrypted_zeroout()
503 ciphertext_page = mempool_alloc(ext4_bounce_page_pool, in ext4_encrypted_zeroout()
/linux-4.1.27/include/linux/
Dmempool.h34 extern void * mempool_alloc(mempool_t *pool, gfp_t gfp_mask);
/linux-4.1.27/drivers/md/bcache/
Dio.c87 s = mempool_alloc(p->bio_split_hook, GFP_NOIO); in bch_generic_make_request()
122 struct bbio *b = mempool_alloc(c->bio_meta, GFP_NOIO); in bch_bbio_alloc()
Drequest.c642 s = mempool_alloc(d->c->search, GFP_NOIO); in search_alloc()
Dbset.c1192 outp = mempool_alloc(state->pool, GFP_NOIO); in __btree_sort()
Dbtree.c204 iter = mempool_alloc(b->c->fill_iter, GFP_NOIO); in bch_btree_node_read_done()
/linux-4.1.27/net/ceph/
Dmsgpool.c68 msg = mempool_alloc(pool->pool, GFP_NOFS); in ceph_msgpool_get()
Dosd_client.c380 req = mempool_alloc(osdc->req_mempool, gfp_flags); in ceph_osdc_alloc_request()
/linux-4.1.27/mm/
Dmempool.c312 void * mempool_alloc(mempool_t *pool, gfp_t gfp_mask) in mempool_alloc() function
379 EXPORT_SYMBOL(mempool_alloc);
/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_hw.c832 mbp = mempool_alloc(hw->mb_mempool, GFP_ATOMIC); in csio_do_hello()
973 mbp = mempool_alloc(hw->mb_mempool, GFP_ATOMIC); in csio_do_bye()
1020 mbp = mempool_alloc(hw->mb_mempool, GFP_ATOMIC); in csio_do_reset()
1096 mbp = mempool_alloc(hw->mb_mempool, GFP_ATOMIC); in csio_hw_fw_halt()
1271 mbp = mempool_alloc(hw->mb_mempool, GFP_ATOMIC); in csio_get_device_params()
1354 mbp = mempool_alloc(hw->mb_mempool, GFP_ATOMIC); in csio_config_device_caps()
1419 mbp = mempool_alloc(hw->mb_mempool, GFP_ATOMIC); in csio_enable_ports()
1487 mbp = mempool_alloc(hw->mb_mempool, GFP_ATOMIC); in csio_get_fcoe_resinfo()
1538 mbp = mempool_alloc(hw->mb_mempool, GFP_ATOMIC); in csio_hw_check_fwconfig()
1695 mbp = mempool_alloc(hw->mb_mempool, GFP_ATOMIC); in csio_hw_use_fwconfig()
[all …]
Dcsio_attr.c416 mbp = mempool_alloc(hw->mb_mempool, GFP_ATOMIC); in csio_fcoe_alloc_vnp()
498 mbp = mempool_alloc(hw->mb_mempool, GFP_ATOMIC); in csio_fcoe_free_vnp()
Dcsio_wr.c425 mbp = mempool_alloc(hw->mb_mempool, GFP_ATOMIC); in csio_wr_iq_create()
562 mbp = mempool_alloc(hw->mb_mempool, GFP_ATOMIC); in csio_wr_eq_create()
638 mbp = mempool_alloc(hw->mb_mempool, GFP_ATOMIC); in csio_wr_iq_destroy()
711 mbp = mempool_alloc(hw->mb_mempool, GFP_ATOMIC); in csio_wr_eq_destroy()
Dcsio_lnode.c669 mbp = mempool_alloc(hw->mb_mempool, GFP_ATOMIC); in csio_ln_vnp_read()
710 mbp = mempool_alloc(hw->mb_mempool, GFP_ATOMIC); in csio_fcoe_enable_link()
819 mbp = mempool_alloc(hw->mb_mempool, GFP_ATOMIC); in csio_ln_read_fcf_entry()
1377 mbp = mempool_alloc(hw->mb_mempool, GFP_ATOMIC); in csio_get_phy_port_stats()
Dcsio_rnode.c220 struct csio_rnode *rn = mempool_alloc(hw->rnode_mempool, GFP_ATOMIC); in csio_alloc_rnode()
/linux-4.1.27/fs/cifs/
Dmisc.c165 ret_buf = mempool_alloc(cifs_req_poolp, GFP_NOFS); in cifs_buf_get()
202 ret_buf = mempool_alloc(cifs_sm_req_poolp, GFP_NOFS); in cifs_small_buf_get()
Dsmb2transport.c488 temp = mempool_alloc(cifs_mid_poolp, GFP_NOFS); in smb2_mid_entry_alloc()
Dtransport.c56 temp = mempool_alloc(cifs_mid_poolp, GFP_NOFS); in AllocMidQEntry()
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_hbadisc.c931 mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_linkdown()
945 mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_linkdown()
1475 fcf_mbxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_register_fcf()
2747 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_issue_init_vfi()
2841 mboxq = mempool_alloc(vport->phba->mbox_mem_pool, GFP_KERNEL); in lpfc_issue_init_vpi()
3150 sparam_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_mbx_process_link_up()
3171 cfglink_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_mbx_process_link_up()
3524 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_mbx_unreg_vpi()
3610 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_create_static_vport()
4525 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_unreg_rpi()
[all …]
Dlpfc_els.c381 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_issue_fabric_reglogin()
398 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_issue_fabric_reglogin()
487 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_issue_reg_vfi()
538 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_issue_unreg_vfi()
852 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_cmpl_els_flogi_nport()
887 ndlp = mempool_alloc(phba->nlp_mem_pool, GFP_KERNEL); in lpfc_cmpl_els_flogi_nport()
1369 ndlp = mempool_alloc(phba->nlp_mem_pool, GFP_KERNEL); in lpfc_initial_flogi()
1420 ndlp = mempool_alloc(phba->nlp_mem_pool, GFP_KERNEL); in lpfc_initial_fdisc()
1539 active_rrqs_xri_bitmap = mempool_alloc(phba->active_rrq_pool, in lpfc_plogi_confirm_nport()
1559 new_ndlp = mempool_alloc(phba->nlp_mem_pool, GFP_ATOMIC); in lpfc_plogi_confirm_nport()
[all …]
Dlpfc_sli.c861 rrq = mempool_alloc(phba->rrq_pool, GFP_KERNEL); in lpfc_set_rrq_active()
1273 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli_ring_map()
3917 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli_brdkill()
4406 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli_hbq_setup()
4493 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli_config_port()
4782 mboxq = (LPFC_MBOXQ_t *)mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_read_fcoe_params()
4946 mboxq = (LPFC_MBOXQ_t *)mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_retrieve_pport_name()
5121 mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_get_avail_extnt_rsrc()
5360 mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_alloc_extent()
5562 mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_dealloc_extent()
[all …]
Dlpfc_vport.c121 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_vport_sparm()
704 ndlp = mempool_alloc(phba->nlp_mem_pool, GFP_KERNEL); in lpfc_vport_delete()
Dlpfc_bsg.c1800 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli3_bsg_diag_loopback_mode()
1892 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_bsg_set_link_diag_state()
1953 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_bsg_set_internal_loopback()
2347 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_bsg_link_diag_test()
2439 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfcdiag_loop_self_reg()
2499 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfcdiag_loop_self_unreg()
3868 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_bsg_sli_cfg_read_cmd_ext()
4066 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_bsg_sli_cfg_write_cmd_ext()
4411 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_bsg_write_ebuf_set()
4680 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_bsg_issue_mbox()
Dlpfc_init.c116 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_config_port_prep()
393 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_config_port_post()
596 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_config_port_post()
618 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_config_port_post()
682 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_hba_init_link_fc_topology()
759 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_hba_down_link()
1234 pmboxq = mempool_alloc(phba->mbox_mem_pool, in lpfc_hb_timeout_handler()
1779 pmb = (LPFC_MBOXQ_t *)mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_handle_latt()
3888 pmb = (LPFC_MBOXQ_t *)mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_async_link_evt()
4045 pmb = (LPFC_MBOXQ_t *)mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_async_fc_evt()
[all …]
Dlpfc_nportdisc.c410 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_rcv_plogi()
431 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_rcv_plogi()
797 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, in lpfc_release_rpi()
1093 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_cmpl_plogi_plogi_issue()
Dlpfc_attr.c641 pmboxq = mempool_alloc(phba->mbox_mem_pool,GFP_KERNEL); in lpfc_issue_lip()
1171 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_get_hba_info()
5344 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_get_stats()
5460 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_reset_stats()
Dlpfc_mbox.c831 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_unreg_all_rpis()
Dlpfc_scsi.c5576 lun_info = mempool_alloc(phba->device_data_mem_pool, memory_flags); in lpfc_create_device_data()
/linux-4.1.27/fs/gfs2/
Dlops.c380 struct page *page = mempool_alloc(gfs2_page_pool, GFP_NOIO); in gfs2_get_log_desc()
469 page = mempool_alloc(gfs2_page_pool, GFP_NOIO); in gfs2_before_commit()
642 page = mempool_alloc(gfs2_page_pool, GFP_NOIO); in revoke_lo_before_commit()
Dlog.c661 struct page *page = mempool_alloc(gfs2_page_pool, GFP_NOIO); in log_write_header()
/linux-4.1.27/drivers/md/
Ddm-io.c417 io = mempool_alloc(client->pool, GFP_NOIO); in sync_io()
449 io = mempool_alloc(client->pool, GFP_NOIO); in async_io()
Ddm-log-userspace-base.c657 fe = mempool_alloc(lc->flush_entry_pool, GFP_NOIO); in userspace_mark_region()
691 fe = mempool_alloc(lc->flush_entry_pool, GFP_ATOMIC); in userspace_clear_region()
Ddm-kcopyd.c712 job = mempool_alloc(kc->job_pool, GFP_NOIO); in dm_kcopyd_copy()
774 job = mempool_alloc(kc->job_pool, GFP_NOIO); in dm_kcopyd_prepare_callback()
Ddm-bio-prison.c63 return mempool_alloc(prison->cell_pool, gfp); in dm_bio_prison_alloc_cell()
Dmultipath.c119 mp_bh = mempool_alloc(conf->pool, GFP_NOIO); in multipath_make_request()
Draid1.c1144 r1_bio = mempool_alloc(conf->r1bio_pool, GFP_NOIO); in make_request()
1224 r1_bio = mempool_alloc(conf->r1bio_pool, GFP_NOIO); in make_request()
1442 r1_bio = mempool_alloc(conf->r1bio_pool, GFP_NOIO); in make_request()
2393 r1_bio = mempool_alloc(conf->r1bio_pool, GFP_NOIO); in handle_read_error()
2540 r1_bio = mempool_alloc(conf->r1buf_pool, GFP_NOIO); in sync_request()
Draid10.c1203 r10_bio = mempool_alloc(conf->r10bio_pool, GFP_NOIO); in __make_request()
1271 r10_bio = mempool_alloc(conf->r10bio_pool, GFP_NOIO); in __make_request()
1523 r10_bio = mempool_alloc(conf->r10bio_pool, GFP_NOIO); in __make_request()
2685 r10_bio = mempool_alloc(conf->r10bio_pool, in handle_read_error()
3063 r10_bio = mempool_alloc(conf->r10buf_pool, GFP_NOIO); in sync_request()
3252 r10_bio = mempool_alloc(conf->r10buf_pool, GFP_NOIO); in sync_request()
4365 r10_bio = mempool_alloc(conf->r10buf_pool, GFP_NOIO); in reshape_request()
Ddm-region-hash.c292 nreg = mempool_alloc(rh->region_pool, GFP_ATOMIC); in __rh_alloc()
Ddm.c599 return mempool_alloc(md->io_pool, GFP_NOIO); in alloc_io()
615 return mempool_alloc(md->io_pool, gfp_mask); in alloc_rq_tio()
626 return mempool_alloc(md->rq_pool, gfp_mask); in alloc_clone_request()
Ddm-crypt.c891 ctx->req = mempool_alloc(cc->req_pool, GFP_NOIO); in crypt_alloc_req()
996 page = mempool_alloc(cc->page_pool, gfp_mask); in crypt_alloc_buffer()
Ddm-mpath.c232 mpio = mempool_alloc(m->mpio_pool, GFP_ATOMIC); in set_mapinfo()
Ddm-snap.c679 struct dm_snap_pending_exception *pe = mempool_alloc(s->pending_pool, in alloc_pending_exception()
Ddm-cache-target.c363 mg = mempool_alloc(cache->migration_pool, GFP_NOWAIT); in alloc_migration()
Ddm-thin.c945 pool->next_mapping = mempool_alloc(pool->mapping_pool, GFP_ATOMIC); in ensure_next_mapping()
/linux-4.1.27/block/
Dbounce.c224 to->bv_page = mempool_alloc(pool, q->bounce_gfp); in __blk_queue_bounce()
Dbio-integrity.c59 bip = mempool_alloc(bs->bio_integrity_pool, gfp_mask); in bio_integrity_alloc()
Dbio.c211 bvl = mempool_alloc(pool, gfp_mask); in bvec_alloc()
457 p = mempool_alloc(bs->bio_pool, gfp_mask); in bio_alloc_bioset()
461 p = mempool_alloc(bs->bio_pool, gfp_mask); in bio_alloc_bioset()
Dblk-core.c1057 rq = mempool_alloc(rl->rq_pool, gfp_mask); in __get_request()
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_inline.h229 sp = mempool_alloc(ha->srb_mempool, flag); in qla2x00_get_sp()
Dqla_target.c1402 mcmd = mempool_alloc(qla_tgt_mgmt_cmd_mempool, GFP_ATOMIC); in __qlt_24xx_handle_abts()
3824 mcmd = mempool_alloc(qla_tgt_mgmt_cmd_mempool, GFP_ATOMIC); in qlt_issue_task_mgmt()
3966 mcmd = mempool_alloc(qla_tgt_mgmt_cmd_mempool, GFP_ATOMIC); in __qlt_abort_task()
Dqla_iocb.c2369 mempool_alloc(ha->ctx_mempool, GFP_ATOMIC); in qla82xx_start_scsi()
/linux-4.1.27/arch/sh/kernel/
Ddwarf.c70 reg = mempool_alloc(dwarf_reg_pool, GFP_ATOMIC); in dwarf_frame_alloc_reg()
625 frame = mempool_alloc(dwarf_frame_pool, GFP_ATOMIC); in dwarf_unwind_stack()
/linux-4.1.27/net/sunrpc/
Dsched.c854 buf = mempool_alloc(rpc_buffer_mempool, gfp); in rpc_malloc()
924 return (struct rpc_task *)mempool_alloc(rpc_task_mempool, GFP_NOIO); in rpc_alloc_task()
/linux-4.1.27/fs/logfs/
Dsegment.c219 item = mempool_alloc(super->s_alias_pool, GFP_NOFS); in logfs_load_object_aliases()
543 item = mempool_alloc(super->s_alias_pool, GFP_NOFS); in move_page_to_btree()
Dreadwrite.c590 block = mempool_alloc(super->s_block_pool, GFP_NOFS); in __alloc_block()
1223 shadow = mempool_alloc(super->s_shadow_pool, GFP_NOFS); in alloc_shadow()
/linux-4.1.27/drivers/scsi/
Dvirtio_scsi.c675 cmd = mempool_alloc(virtscsi_cmd_pool, GFP_NOIO); in virtscsi_device_reset()
712 cmd = mempool_alloc(virtscsi_cmd_pool, GFP_NOIO); in virtscsi_abort()
Dscsi_lib.c581 return mempool_alloc(sgp->pool, gfp_mask); in scsi_sg_alloc()
Dsd.c1019 SCpnt->cmnd = mempool_alloc(sd_cdb_pool, GFP_ATOMIC); in sd_setup_read_write_cmnd()
/linux-4.1.27/drivers/staging/i2o/
Di2o.h841 struct i2o_msg_mfa *mmsg = mempool_alloc(c->in_msg.mempool, GFP_ATOMIC); in i2o_msg_get()
Di2o_block.c285 ireq = mempool_alloc(i2o_blk_req_pool.pool, GFP_ATOMIC); in i2o_block_request_alloc()
/linux-4.1.27/drivers/s390/block/
Dscm_blk.c155 struct page *page = mempool_alloc(aidaw_pool, GFP_ATOMIC); in scm_aidaw_alloc()
/linux-4.1.27/drivers/s390/scsi/
Dzfcp_fsf.c652 req = mempool_alloc(pool, GFP_ATOMIC); in zfcp_fsf_alloc()
669 qtcb = mempool_alloc(pool, GFP_ATOMIC); in zfcp_qtcb_alloc()
781 page = mempool_alloc(adapter->pool.sr_data, GFP_ATOMIC); in zfcp_fsf_status_read()
Dzfcp_fc.c401 fc_req = mempool_alloc(adapter->pool.gid_pn, GFP_ATOMIC); in zfcp_fc_ns_gid_pn()
/linux-4.1.27/drivers/scsi/fnic/
Dfnic_scsi.c467 io_req = mempool_alloc(fnic->io_req_pool, GFP_ATOMIC); in fnic_queuecommand_lck()
493 mempool_alloc(fnic->io_sgl_pool[io_req->sgl_type], in fnic_queuecommand_lck()
2293 io_req = mempool_alloc(fnic->io_req_pool, GFP_ATOMIC); in fnic_device_reset()
/linux-4.1.27/fs/jfs/
Djfs_metapage.c188 struct metapage *mp = mempool_alloc(metapage_mempool, gfp_mask); in alloc_metapage()
/linux-4.1.27/fs/nfs/
Dwrite.c63 struct nfs_commit_data *p = mempool_alloc(nfs_commit_mempool, GFP_NOIO); in nfs_commitdata_alloc()
81 struct nfs_pgio_header *p = mempool_alloc(nfs_wdata_mempool, GFP_NOIO); in nfs_writehdr_alloc()
/linux-4.1.27/lib/
Dbtree.c97 node = mempool_alloc(head->mempool, gfp); in btree_node_alloc()
/linux-4.1.27/drivers/dma/
Ddmaengine.c1097 unmap = mempool_alloc(__get_unmap_pool(nr)->pool, flags); in dmaengine_get_unmap_data()
/linux-4.1.27/drivers/tty/hvc/
Dhvc_iucv.c155 bufp = mempool_alloc(hvc_iucv_mempool, flags); in alloc_tty_buffer()
/linux-4.1.27/drivers/block/
Dpktcdvd.c2348 struct packet_stacked_data *psd = mempool_alloc(psd_pool, GFP_NOIO); in pkt_make_request_read()
2419 node = mempool_alloc(pd->rb_pool, GFP_NOIO); in pkt_make_request_write()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_bitmap.c1019 page = mempool_alloc(drbd_md_io_page_pool, __GFP_HIGHMEM|__GFP_WAIT); in bm_page_io_async()
Ddrbd_req.c55 req = mempool_alloc(drbd_request_mempool, GFP_NOIO); in drbd_req_new()
Ddrbd_receiver.c352 peer_req = mempool_alloc(drbd_ee_mempool, gfp_mask & ~__GFP_HIGHMEM); in drbd_alloc_peer_req()
/linux-4.1.27/fs/xfs/
Dxfs_aops.c252 ioend = mempool_alloc(xfs_ioend_pool, GFP_NOFS); in xfs_alloc_ioend()
/linux-4.1.27/fs/ceph/
Daddr.c897 pages = mempool_alloc(pool, GFP_NOFS); in ceph_writepages_start()
/linux-4.1.27/drivers/scsi/libfc/
Dfc_fcp.c151 fsp = mempool_alloc(si->scsi_pkt_pool, gfp); in fc_fcp_pkt_alloc()
Dfc_exch.c810 ep = mempool_alloc(mp->ep_pool, GFP_ATOMIC); in fc_exch_em_alloc()
/linux-4.1.27/drivers/block/aoe/
Daoecmd.c928 buf = mempool_alloc(d->bufpool, GFP_ATOMIC); in nextbuf()
/linux-4.1.27/Documentation/scsi/
DChangeLog.lpfc8 * Fixed build warning for 2.6.12-rc2 kernels: mempool_alloc now
327 operations for mempool_alloc calls. General code cleanup. All
/linux-4.1.27/drivers/scsi/ibmvscsi/
Dibmvfc.c3897 tgt = mempool_alloc(vhost->tgt_pool, GFP_NOIO); in ibmvfc_alloc_target()
/linux-4.1.27/drivers/scsi/qla4xxx/
Dql4_os.c4008 srb = mempool_alloc(ha->srb_mempool, GFP_ATOMIC); in qla4xxx_get_new_srb()