Home
last modified time | relevance | path

Searched refs:ida_pre_get (Results 1 – 19 of 19) sorted by relevance

/linux-4.1.27/arch/powerpc/mm/
Dicswx_pid.c36 if (!ida_pre_get(ida, GFP_KERNEL)) in new_cop_pid()
Dmmu_context_hash64.c39 if (!ida_pre_get(&mmu_context_ida, GFP_KERNEL)) in __init_new_context()
/linux-4.1.27/include/linux/
Didr.h162 int ida_pre_get(struct ida *ida, gfp_t gfp_mask);
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_gmrid_manager.c69 if (unlikely(ida_pre_get(&gman->gmr_ida, GFP_KERNEL) == 0)) { in vmw_gmrid_man_get_node()
/linux-4.1.27/drivers/base/
Dsoc.c126 if (!ida_pre_get(&soc_ida, GFP_KERNEL)) { in soc_device_register()
/linux-4.1.27/lib/
Didr.c896 int ida_pre_get(struct ida *ida, gfp_t gfp_mask) in ida_pre_get() function
915 EXPORT_SYMBOL(ida_pre_get);
1096 if (!ida_pre_get(ida, gfp_mask)) in ida_simple_get()
/linux-4.1.27/drivers/misc/cb710/
Dcore.c260 if (!ida_pre_get(&cb710_ida, GFP_KERNEL)) in cb710_probe()
/linux-4.1.27/drivers/scsi/osd/
Dosd_uld.c430 if (!ida_pre_get(&osd_minor_ida, GFP_KERNEL)) in osd_probe()
/linux-4.1.27/fs/devpts/
Dinode.c533 if (!ida_pre_get(&fsi->allocated_ptys, GFP_KERNEL)) in devpts_new_index()
/linux-4.1.27/fs/proc/
Dgeneric.c196 if (!ida_pre_get(&proc_inum_ida, GFP_KERNEL)) in proc_alloc_inum()
/linux-4.1.27/net/core/
Dnet_namespace.c798 ida_pre_get(&net_generic_ids, GFP_KERNEL); in register_pernet_operations()
/linux-4.1.27/drivers/iommu/
Diommu.c176 if (unlikely(0 == ida_pre_get(&iommu_group_ida, GFP_KERNEL))) { in iommu_group_alloc()
/linux-4.1.27/fs/
Dsuper.c832 if (ida_pre_get(&unnamed_dev_ida, GFP_ATOMIC) == 0) in get_anon_bdev()
Dnamespace.c105 ida_pre_get(&mnt_id_ida, GFP_KERNEL); in mnt_alloc_id()
136 if (!ida_pre_get(&mnt_group_ida, GFP_KERNEL)) in mnt_alloc_group_id()
/linux-4.1.27/drivers/block/rsxx/
Dcore.c778 if (!ida_pre_get(&rsxx_disk_ida, GFP_KERNEL)) { in rsxx_pci_probe()
/linux-4.1.27/fs/nfs/
Dnfs4state.c570 if (ida_pre_get(&server->openowner_id, gfp_flags) == 0) in nfs4_get_state_owner()
/linux-4.1.27/drivers/scsi/
Dsd.c2945 if (!ida_pre_get(&sd_index_ida, GFP_KERNEL)) in sd_probe()
/linux-4.1.27/drivers/block/
Dnvme-core.c2689 if (!ida_pre_get(&nvme_instance_ida, GFP_KERNEL)) in nvme_set_instance()
/linux-4.1.27/drivers/block/mtip32xx/
Dmtip32xx.c3863 if (!ida_pre_get(&rssd_index_ida, GFP_KERNEL)) in mtip_block_initialize()