Home
last modified time | relevance | path

Searched refs:GFP_NOWAIT (Results 1 – 113 of 113) sorted by relevance

/linux-4.1.27/mm/
Dnobootmem.c229 return kzalloc(size, GFP_NOWAIT); in ___alloc_bootmem_nopanic()
334 return kzalloc_node(size, GFP_NOWAIT, pgdat->node_id); in __alloc_bootmem_node_nopanic()
373 return kzalloc_node(size, GFP_NOWAIT, pgdat->node_id); in __alloc_bootmem_node()
434 return kzalloc_node(size, GFP_NOWAIT, pgdat->node_id); in __alloc_bootmem_low_node()
Dbootmem.c609 return kzalloc(size, GFP_NOWAIT); in alloc_bootmem_core()
708 return kzalloc(size, GFP_NOWAIT); in ___alloc_bootmem_node_nopanic()
735 return kzalloc_node(size, GFP_NOWAIT, pgdat->node_id); in __alloc_bootmem_node_nopanic()
774 return kzalloc_node(size, GFP_NOWAIT, pgdat->node_id); in __alloc_bootmem_node()
786 return kzalloc_node(size, GFP_NOWAIT, pgdat->node_id); in __alloc_bootmem_node_high()
858 return kzalloc_node(size, GFP_NOWAIT, pgdat->node_id); in __alloc_bootmem_low_node()
Dslab_common.c700 struct kmem_cache *s = kmem_cache_zalloc(kmem_cache, GFP_NOWAIT); in create_kmalloc_cache()
862 n = kasprintf(GFP_NOWAIT, "kmalloc-%d", kmalloc_size(i)); in create_kmalloc_caches()
875 char *n = kasprintf(GFP_NOWAIT, in create_kmalloc_caches()
Dslab.c1363 ptr = kmalloc_node(sizeof(struct kmem_cache_node), GFP_NOWAIT, nodeid); in init_list()
1484 if (enable_cpucache(cachep, GFP_NOWAIT)) in kmem_cache_init_late()
2168 gfp = GFP_NOWAIT; in __kmem_cache_create()
Drmap.c260 avc = anon_vma_chain_alloc(GFP_NOWAIT | __GFP_NOWARN); in anon_vma_clone()
Dmemblock.c1166 return kzalloc_node(size, GFP_NOWAIT, nid); in memblock_virt_alloc_internal()
Dmemory.c196 batch = (void *)__get_free_pages(GFP_NOWAIT | __GFP_NOWARN, 0); in tlb_next_batch()
373 *batch = (struct mmu_table_batch *)__get_free_page(GFP_NOWAIT | __GFP_NOWARN); in tlb_remove_table()
Dvmalloc.c1216 va = kzalloc(sizeof(struct vmap_area), GFP_NOWAIT); in vmalloc_init()
Dslub.c2931 page = new_slab(kmem_cache_node, GFP_NOWAIT, node); in early_kmem_cache_node_alloc()
3642 struct kmem_cache *s = kmem_cache_zalloc(kmem_cache, GFP_NOWAIT); in bootstrap()
Dmemcontrol.c2585 cw = kmalloc(sizeof(*cw), GFP_NOWAIT); in __memcg_schedule_kmem_cache_create()
/linux-4.1.27/drivers/sh/intc/
Dcore.c192 d = kzalloc(sizeof(*d), GFP_NOWAIT); in register_intc_controller()
207 GFP_NOWAIT); in register_intc_controller()
233 d->reg = kzalloc(d->nr_reg * sizeof(*d->reg), GFP_NOWAIT); in register_intc_controller()
238 d->smp = kzalloc(d->nr_reg * sizeof(*d->smp), GFP_NOWAIT); in register_intc_controller()
257 GFP_NOWAIT); in register_intc_controller()
273 GFP_NOWAIT); in register_intc_controller()
Dvirq.c168 entry = kmalloc(sizeof(*entry), GFP_NOWAIT); in intc_subgroup_init_one()
/linux-4.1.27/kernel/time/
Dtick-broadcast.c956 zalloc_cpumask_var(&tick_broadcast_mask, GFP_NOWAIT); in tick_broadcast_init()
957 zalloc_cpumask_var(&tick_broadcast_on, GFP_NOWAIT); in tick_broadcast_init()
958 zalloc_cpumask_var(&tmpmask, GFP_NOWAIT); in tick_broadcast_init()
960 zalloc_cpumask_var(&tick_broadcast_oneshot_mask, GFP_NOWAIT); in tick_broadcast_init()
961 zalloc_cpumask_var(&tick_broadcast_pending_mask, GFP_NOWAIT); in tick_broadcast_init()
962 zalloc_cpumask_var(&tick_broadcast_force_mask, GFP_NOWAIT); in tick_broadcast_init()
/linux-4.1.27/net/9p/
Dutil.c97 i = idr_alloc(&p->pool, p, 0, 0, GFP_NOWAIT); in p9_idpool_get()
/linux-4.1.27/drivers/dma/
Dimg-mdc-dma.c300 mdesc = kzalloc(sizeof(*mdesc), GFP_NOWAIT); in mdc_prep_dma_memcpy()
309 curr = dma_pool_alloc(mdma->desc_pool, GFP_NOWAIT, &curr_phys); in mdc_prep_dma_memcpy()
389 mdesc = kzalloc(sizeof(*mdesc), GFP_NOWAIT); in mdc_prep_dma_cyclic()
404 curr = dma_pool_alloc(mdma->desc_pool, GFP_NOWAIT, in mdc_prep_dma_cyclic()
473 mdesc = kzalloc(sizeof(*mdesc), GFP_NOWAIT); in mdc_prep_slave_sg()
485 curr = dma_pool_alloc(mdma->desc_pool, GFP_NOWAIT, in mdc_prep_slave_sg()
Dcoh901318_lli.c68 head = dma_pool_alloc(pool->dmapool, GFP_NOWAIT, &phy); in coh901318_lli_alloc()
83 lli = dma_pool_alloc(pool->dmapool, GFP_NOWAIT, &phy); in coh901318_lli_alloc()
Dsun6i-dma.c523 txd = kzalloc(sizeof(*txd), GFP_NOWAIT); in sun6i_dma_prep_dma_memcpy()
527 v_lli = dma_pool_alloc(sdev->pool, GFP_NOWAIT, &p_lli); in sun6i_dma_prep_dma_memcpy()
582 txd = kzalloc(sizeof(*txd), GFP_NOWAIT); in sun6i_dma_prep_slave_sg()
587 v_lli = dma_pool_alloc(sdev->pool, GFP_NOWAIT, &p_lli); in sun6i_dma_prep_slave_sg()
Ds3c24xx-dma.c425 struct s3c24xx_txd *txd = kzalloc(sizeof(*txd), GFP_NOWAIT); in s3c24xx_dma_get_txd()
842 dsg = kzalloc(sizeof(*dsg), GFP_NOWAIT); in s3c24xx_dma_prep_memcpy()
956 dsg = kzalloc(sizeof(*dsg), GFP_NOWAIT); in s3c24xx_dma_prep_dma_cyclic()
1048 dsg = kzalloc(sizeof(*dsg), GFP_NOWAIT); in s3c24xx_dma_prep_slave_sg()
Dbcm2835-dma.c373 d = kzalloc(sizeof(*d), GFP_NOWAIT); in bcm2835_dma_prep_dma_cyclic()
384 GFP_NOWAIT); in bcm2835_dma_prep_dma_cyclic()
Ddma-jz4780.c192 desc = kzalloc(sizeof(*desc), GFP_NOWAIT); in jz4780_dma_desc_alloc()
196 desc->desc = dma_pool_alloc(jzchan->desc_pool, GFP_NOWAIT, in jz4780_dma_desc_alloc()
Dfsl_raid.c302 desc = kzalloc(sizeof(*desc), GFP_NOWAIT); in fsl_re_chan_alloc_desc()
306 cf = dma_pool_alloc(re_chan->re_dev->cf_desc_pool, GFP_NOWAIT, in fsl_re_chan_alloc_desc()
Damba-pl08x.c937 txd->llis_va = dma_pool_alloc(pl08x->pool, GFP_NOWAIT, &txd->llis_bus); in pl08x_fill_llis_for_desc()
1405 struct pl08x_txd *txd = kzalloc(sizeof(*txd), GFP_NOWAIT); in pl08x_get_txd()
1437 dsg = kzalloc(sizeof(struct pl08x_sg), GFP_NOWAIT); in pl08x_prep_dma_memcpy()
1564 dsg = kzalloc(sizeof(struct pl08x_sg), GFP_NOWAIT); in pl08x_tx_add_sg()
Dfsl-edma.c509 GFP_NOWAIT); in fsl_edma_alloc_desc()
517 GFP_NOWAIT, &fsl_desc->tcd[i].ptcd); in fsl_edma_alloc_desc()
Dqcom_bam_dma.c611 (num_alloc * sizeof(struct bam_desc_hw)), GFP_NOWAIT); in bam_prep_slave_sg()
Dste_dma40.c645 base = kmalloc(d40d->lli_pool.size + align, GFP_NOWAIT); in d40_pool_lli_alloc()
777 desc = kmem_cache_zalloc(d40c->base->desc_slab, GFP_NOWAIT); in d40_desc_get()
2555 sg = kcalloc(periods + 1, sizeof(struct scatterlist), GFP_NOWAIT); in dma40_prep_dma_cyclic()
Dat_xdmac.c458 desc = at_xdmac_alloc_desc(&atchan->chan, GFP_NOWAIT); in at_xdmac_get_desc()
Dxgene-dma.c592 desc = dma_pool_alloc(chan->desc_pool, GFP_NOWAIT, &phys); in xgene_dma_alloc_descriptor()
Dcoh901318.c1518 desc = kzalloc(sizeof(struct coh901318_desc), GFP_NOWAIT); in coh901318_desc_get()
/linux-4.1.27/drivers/dca/
Ddca-sysfs.c61 ret = idr_alloc(&dca_idr, dca, 0, 0, GFP_NOWAIT); in dca_sysfs_add_provider()
Ddca-core.c62 domain = kzalloc(sizeof(*domain), GFP_NOWAIT); in dca_allocate_domain()
/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Diwch.h160 ret = idr_alloc(idr, handle, id, id + 1, GFP_NOWAIT); in insert_handle()
/linux-4.1.27/drivers/tty/serial/cpm_uart/
Dcpm_uart_cpm2.c133 mem_addr = kzalloc(memsz, GFP_NOWAIT); in cpm_uart_allocbuf()
/linux-4.1.27/arch/arm/xen/
Dp2m.c147 p2m_entry = kzalloc(sizeof(struct xen_p2m_entry), GFP_NOWAIT); in __set_phys_to_machine_multi()
/linux-4.1.27/drivers/ide/
Dide-park.c48 rq = blk_get_request(q, READ, GFP_NOWAIT); in issue_park_cmd()
/linux-4.1.27/arch/arm/kernel/
Dtopology.c100 GFP_NOWAIT); in parse_dt_topology()
/linux-4.1.27/drivers/misc/cxl/
Dcontext.c91 ctx->afu->num_procs, GFP_NOWAIT); in cxl_context_init()
Dmain.c161 i = idr_alloc(&cxl_adapter_idr, adapter, 0, 0, GFP_NOWAIT); in cxl_alloc_adapter_nr()
/linux-4.1.27/arch/ia64/include/asm/
Dtlb.h161 unsigned long addr = __get_free_pages(GFP_NOWAIT | __GFP_NOWARN, 0); in __tlb_alloc_page()
/linux-4.1.27/virt/kvm/
Dasync_pf.c172 work = kmem_cache_zalloc(async_pf_cache, GFP_NOWAIT | __GFP_NOWARN); in kvm_setup_async_pf()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_gem.c335 ret = idr_alloc(&file_priv->object_idr, obj, 1, 0, GFP_NOWAIT); in drm_gem_handle_create_tail()
626 ret = idr_alloc(&dev->object_name_idr, obj, 1, 0, GFP_NOWAIT); in drm_gem_flink_ioctl()
Ddrm_drv.c265 GFP_NOWAIT); in drm_minor_alloc()
/linux-4.1.27/drivers/dma/hsu/
Dhsu.c201 desc = kzalloc(sizeof(*desc), GFP_NOWAIT); in hsu_dma_alloc_desc()
205 desc->sg = kcalloc(nents, sizeof(*desc->sg), GFP_NOWAIT); in hsu_dma_alloc_desc()
/linux-4.1.27/arch/arm/include/asm/
Dtlb.h120 unsigned long addr = __get_free_pages(GFP_NOWAIT | __GFP_NOWARN, 0); in __tlb_alloc_page()
/linux-4.1.27/drivers/dma/sh/
Drcar-dmac.c574 ret = rcar_dmac_desc_alloc(chan, GFP_NOWAIT); in rcar_dmac_desc_get()
642 ret = rcar_dmac_xfer_chunk_alloc(chan, GFP_NOWAIT); in rcar_dmac_xfer_chunk_get()
682 &desc->hwdescs.dma, GFP_NOWAIT); in rcar_dmac_realloc_hwdesc()
1075 sgl = kcalloc(sg_len, sizeof(*sgl), GFP_NOWAIT); in rcar_dmac_prep_dma_cyclic()
Dusb-dmac.c434 desc = usb_dmac_desc_get(uchan, sg_len, GFP_NOWAIT); in usb_dmac_prep_slave_sg()
/linux-4.1.27/net/rds/
Dmessage.c245 rm = rds_message_alloc(extra_bytes, GFP_NOWAIT); in rds_message_map_pages()
Dib_recv.c305 gfp_t slab_mask = GFP_NOWAIT; in rds_ib_recv_refill_one()
306 gfp_t page_mask = GFP_NOWAIT; in rds_ib_recv_refill_one()
/linux-4.1.27/drivers/staging/nvec/
Dnvec_power.c380 power = devm_kzalloc(&pdev->dev, sizeof(struct nvec_power), GFP_NOWAIT); in nvec_power_probe()
/linux-4.1.27/drivers/misc/
Dtifm_core.c203 rc = idr_alloc(&tifm_adapter_idr, fm, 0, 0, GFP_NOWAIT); in tifm_add_adapter()
/linux-4.1.27/include/linux/
Dgfp.h108 #define GFP_NOWAIT (GFP_ATOMIC & ~__GFP_HIGH) macro
/linux-4.1.27/drivers/infiniband/hw/ehca/
Dehca_cq.c168 my_cq->token = idr_alloc(&ehca_cq_idr, my_cq, 0, 0x2000000, GFP_NOWAIT); in ehca_create_cq()
Dehca_qp.c642 ret = idr_alloc(&ehca_qp_idr, my_qp, 0, 0x2000000, GFP_NOWAIT); in internal_create_qp()
/linux-4.1.27/arch/s390/pci/
Dpci_clp.c385 rrb = clp_alloc_block(GFP_NOWAIT); in clp_rescan_pci_devices_simple()
/linux-4.1.27/drivers/dma-buf/
Dreservation.c260 GFP_NOWAIT | __GFP_NOWARN); in reservation_object_get_fences_rcu()
/linux-4.1.27/drivers/mmc/core/
Dhost.c477 err = idr_alloc(&mmc_host_idr, host, 0, 0, GFP_NOWAIT); in mmc_alloc_host()
/linux-4.1.27/drivers/dma/ioat/
Ddma_v2.c607 ring = kcalloc(new_size, sizeof(*ring), GFP_NOWAIT); in reshape_ring()
626 ring[new_idx] = ioat2_alloc_ring_ent(c, GFP_NOWAIT); in reshape_ring()
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_release.c146 handle = idr_alloc(&qdev->release_idr, release, 1, 0, GFP_NOWAIT); in qxl_release_alloc()
Dqxl_cmd.c454 idr_ret = idr_alloc(&qdev->surf_id_idr, NULL, 1, 0, GFP_NOWAIT); in qxl_surface_id_alloc()
/linux-4.1.27/kernel/irq/
Dirqdesc.c29 alloc_cpumask_var(&irq_default_affinity, GFP_NOWAIT); in init_irq_default_affinity()
/linux-4.1.27/fs/nfs/
Dnfs4session.c158 ret = nfs4_find_or_create_slot(tbl, slotid, 1, GFP_NOWAIT); in nfs4_alloc_slot()
Ddir.c642 entry.label = nfs4_label_alloc(NFS_SERVER(inode), GFP_NOWAIT); in nfs_readdir_xdr_to_array()
1178 label = nfs4_label_alloc(NFS_SERVER(inode), GFP_NOWAIT); in nfs_lookup_revalidate()
1391 label = nfs4_label_alloc(NFS_SERVER(dir), GFP_NOWAIT); in nfs_lookup()
Dnfs4client.c36 ret = idr_alloc(&nn->cb_ident_idr, clp, 1, 0, GFP_NOWAIT); in nfs_get_cb_ident_idr()
Dnfs4xdr.c3842 owner_name->data = kmemdup(p, len, GFP_NOWAIT); in decode_attr_owner()
3885 group_name->data = kmemdup(p, len, GFP_NOWAIT); in decode_attr_group()
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dcm.c264 ret = idr_alloc_cyclic(&sriov->pv_id_table, ent, 0, 0, GFP_NOWAIT); in id_map_alloc()
/linux-4.1.27/arch/powerpc/kernel/
Dsmp.c770 alloc_cpumask_var(&old_mask, GFP_NOWAIT); in smp_cpus_done()
/linux-4.1.27/ipc/
Dutil.c246 GFP_NOWAIT); in ipc_addid()
/linux-4.1.27/drivers/memstick/core/
Dmemstick.c518 rc = idr_alloc(&memstick_host_idr, host, 0, 0, GFP_NOWAIT); in memstick_add_host()
/linux-4.1.27/net/sunrpc/xprtrdma/
Dtransport.c506 flags = __GFP_MEMALLOC | GFP_NOWAIT | __GFP_NOWARN; in xprt_rdma_allocate()
/linux-4.1.27/fs/notify/inotify/
Dinotify_user.c354 ret = idr_alloc_cyclic(idr, i_mark, 1, 0, GFP_NOWAIT); in inotify_add_to_idr()
/linux-4.1.27/arch/um/drivers/
Dmconsole_kern.c86 new = kmalloc(sizeof(*new), GFP_NOWAIT); in mconsole_interrupt()
/linux-4.1.27/drivers/irqchip/
Dirq-gic-v3-its.c791 gic_rdists->prop_page = alloc_pages(GFP_NOWAIT, in its_alloc_lpi_tables()
994 pend_page = alloc_pages(GFP_NOWAIT | __GFP_ZERO, in its_cpu_init_lpis()
/linux-4.1.27/fs/dlm/
Drecover.c316 rv = idr_alloc(&ls->ls_recover_idr, r, 1, 0, GFP_NOWAIT); in recover_idr_add()
Dlock.c1205 rv = idr_alloc(&ls->ls_lkbidr, lkb, 1, 0, GFP_NOWAIT); in create_lkb()
/linux-4.1.27/drivers/misc/c2port/
Dcore.c917 ret = idr_alloc(&c2port_idr, c2dev, 0, 0, GFP_NOWAIT); in c2port_device_register()
/linux-4.1.27/net/openvswitch/
Dflow.c103 GFP_NOWAIT | in ovs_flow_stats_update()
/linux-4.1.27/drivers/ntb/
Dntb_transport.c1080 unmap = dmaengine_get_unmap_data(device->dev, 2, GFP_NOWAIT); in ntb_async_rx()
1307 unmap = dmaengine_get_unmap_data(device->dev, 1, GFP_NOWAIT); in ntb_async_tx()
/linux-4.1.27/net/sunrpc/
Dsched.c850 gfp = __GFP_MEMALLOC | GFP_NOWAIT | __GFP_NOWARN; in rpc_malloc()
Dxprt.c1065 req = xprt_dynamic_alloc_slot(xprt, GFP_NOWAIT|__GFP_NOWARN); in xprt_alloc_slot()
/linux-4.1.27/drivers/md/
Ddm-crypt.c978 gfp_t gfp_mask = GFP_NOWAIT | __GFP_HIGHMEM; in crypt_alloc_buffer()
1906 if (kcryptd_io_read(io, GFP_NOWAIT)) in crypt_map()
Ddm.c2195 r = idr_alloc(&_minor_idr, MINOR_ALLOCED, minor, minor + 1, GFP_NOWAIT); in specific_minor()
2211 r = idr_alloc(&_minor_idr, MINOR_ALLOCED, 0, 1 << MINORBITS, GFP_NOWAIT); in next_free_minor()
Ddm-cache-target.c351 return dm_bio_prison_alloc_cell(cache->prison, GFP_NOWAIT); in alloc_prison_cell()
363 mg = mempool_alloc(cache->migration_pool, GFP_NOWAIT); in alloc_migration()
/linux-4.1.27/drivers/infiniband/hw/amso1100/
Dc2_qp.c388 ret = idr_alloc_cyclic(&c2dev->qp_table.idr, qp, 0, 0, GFP_NOWAIT); in c2_alloc_qpn()
/linux-4.1.27/drivers/scsi/
Dch.c914 ret = idr_alloc(&ch_index_idr, ch, 0, CH_MAX_DEVS + 1, GFP_NOWAIT); in ch_probe()
Dsg.c1412 error = idr_alloc(&sg_index_idr, sdp, 0, SG_MAX_DEVS, GFP_NOWAIT); in sg_alloc()
Dst.c4216 error = idr_alloc(&st_index_idr, tpnt, 0, ST_MAX_TAPES + 1, GFP_NOWAIT); in st_probe()
/linux-4.1.27/drivers/usb/host/
Dxhci-hub.c290 GFP_NOWAIT); in xhci_stop_device()
/linux-4.1.27/drivers/target/
Dtarget_core_user.c174 USHRT_MAX, GFP_NOWAIT); in tcmu_alloc_cmd()
/linux-4.1.27/kernel/
Dcgroup.c1655 ret = cgroup_idr_alloc(&root->cgroup_idr, root_cgrp, 1, 2, GFP_NOWAIT); in cgroup_setup_root()
4564 err = cgroup_idr_alloc(&ss->css_idr, NULL, 2, 0, GFP_NOWAIT); in create_css()
4641 cgrp->id = cgroup_idr_alloc(&root->cgroup_idr, NULL, 2, 0, GFP_NOWAIT); in cgroup_mkdir()
/linux-4.1.27/drivers/infiniband/core/
Dsa_query.c629 id = idr_alloc(&query_idr, query, 0, 0, GFP_NOWAIT); in send_mad()
Duverbs_cmd.c126 ret = idr_alloc(idr, uobj, 0, 0, GFP_NOWAIT); in idr_add_uobj()
Dcm.c396 id = idr_alloc_cyclic(&cm.local_id_table, cm_id_priv, 0, 0, GFP_NOWAIT); in cm_alloc_id()
/linux-4.1.27/drivers/target/iscsi/
Discsi_target_login.c315 ret = idr_alloc(&sess_idr, NULL, 0, 0, GFP_NOWAIT); in iscsi_login_zero_tsih_s1()
Discsi_target.c148 ret = idr_alloc(&tiqn_idr, NULL, 0, 0, GFP_NOWAIT); in iscsit_add_tiqn()
/linux-4.1.27/drivers/md/bcache/
Drequest.c813 cache_bio = bio_alloc_bioset(GFP_NOWAIT, in cached_dev_cache_miss()
Dbset.c1185 struct bset *out = (void *) __get_free_pages(__GFP_NOWARN|GFP_NOWAIT, in __btree_sort()
Dbtree.c423 if (!bio_alloc_pages(b->bio, __GFP_NOWARN|GFP_NOWAIT)) { in do_btree_node_write()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_resource.c195 ret = idr_alloc(idr, res, 1, 0, GFP_NOWAIT); in vmw_resource_alloc_id()
/linux-4.1.27/lib/
Ddma-debug.c457 static RADIX_TREE(dma_active_cacheline, GFP_NOWAIT);
/linux-4.1.27/arch/s390/mm/
Dpgtable.c1164 __get_free_page(GFP_NOWAIT | __GFP_NOWARN); in tlb_remove_table()
/linux-4.1.27/drivers/video/console/
Dvgacon.c209 vgacon_scrollback = kcalloc(CONFIG_VGACON_SOFT_SCROLLBACK_SIZE, 1024, GFP_NOWAIT); in vgacon_scrollback_startup()
/linux-4.1.27/Documentation/dmaengine/
Dprovider.txt263 - Any allocation you might do should be using the GFP_NOWAIT
/linux-4.1.27/net/sctp/
Dassociola.c1602 ret = idr_alloc_cyclic(&sctp_assocs_id, asoc, 1, 0, GFP_NOWAIT); in sctp_assoc_set_id()
/linux-4.1.27/drivers/mfd/
Drtsx_pcr.c1196 ret = idr_alloc(&rtsx_pci_idr, pcr, 0, 0, GFP_NOWAIT); in rtsx_pci_probe()
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_init.c1134 ret = idr_alloc(&qib_unit_table, dd, 0, 0, GFP_NOWAIT); in qib_alloc_devdata()
/linux-4.1.27/block/
Dgenhd.c426 idx = idr_alloc(&ext_devt_idr, part, 0, NR_EXT_DEVT, GFP_NOWAIT); in blk_alloc_devt()
/linux-4.1.27/kernel/events/
Duprobes.c738 GFP_NOWAIT | __GFP_NOMEMALLOC | __GFP_NOWARN); in build_map_info()
/linux-4.1.27/net/core/
Dpktgen.c2734 skb = __alloc_skb(NET_SKB_PAD + size, GFP_NOWAIT, 0, node); in pktgen_alloc_skb()
2740 skb = __netdev_alloc_skb(dev, size, GFP_NOWAIT); in pktgen_alloc_skb()
/linux-4.1.27/kernel/sched/
Dcore.c7118 ptr = (unsigned long)kzalloc(alloc_size, GFP_NOWAIT); in sched_init()
7269 zalloc_cpumask_var(&sched_domains_tmpmask, GFP_NOWAIT); in sched_init()
7272 zalloc_cpumask_var(&cpu_isolated_map, GFP_NOWAIT); in sched_init()
Dfair.c8283 zalloc_cpumask_var(&nohz.idle_cpus_mask, GFP_NOWAIT); in init_sched_fair_class()
/linux-4.1.27/drivers/tty/vt/
Dvt.c2985 vc_cons[currcons].d = vc = kzalloc(sizeof(struct vc_data), GFP_NOWAIT); in con_init()
2989 vc->vc_screenbuf = kzalloc(vc->vc_screenbuf_size, GFP_NOWAIT); in con_init()
/linux-4.1.27/drivers/firewire/
Dcore-cdev.c501 GFP_NOWAIT); in add_client_resource()
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_driver.c207 ret = idr_alloc(&unit_table, dd, 0, 0, GFP_NOWAIT); in ipath_alloc_devdata()
/linux-4.1.27/fs/nfsd/
Dnfs4state.c568 new_id = idr_alloc_cyclic(&cl->cl_stateids, stid, 0, 0, GFP_NOWAIT); in nfs4_alloc_stid()