Searched refs:ida_pre_get (Results 1 – 18 of 18) sorted by relevance
/linux-4.4.14/arch/powerpc/mm/ |
D | icswx_pid.c | 36 if (!ida_pre_get(ida, GFP_KERNEL)) in new_cop_pid()
|
D | mmu_context_hash64.c | 39 if (!ida_pre_get(&mmu_context_ida, GFP_KERNEL)) in __init_new_context()
|
/linux-4.4.14/include/linux/ |
D | idr.h | 162 int ida_pre_get(struct ida *ida, gfp_t gfp_mask);
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_gmrid_manager.c | 69 if (unlikely(ida_pre_get(&gman->gmr_ida, GFP_KERNEL) == 0)) { in vmw_gmrid_man_get_node()
|
/linux-4.4.14/lib/ |
D | idr.c | 896 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.4.14/drivers/misc/cb710/ |
D | core.c | 260 if (!ida_pre_get(&cb710_ida, GFP_KERNEL)) in cb710_probe()
|
/linux-4.4.14/drivers/scsi/osd/ |
D | osd_uld.c | 430 if (!ida_pre_get(&osd_minor_ida, GFP_KERNEL)) in osd_probe()
|
/linux-4.4.14/fs/devpts/ |
D | inode.c | 539 if (!ida_pre_get(&fsi->allocated_ptys, GFP_KERNEL)) in devpts_new_index()
|
/linux-4.4.14/fs/proc/ |
D | generic.c | 196 if (!ida_pre_get(&proc_inum_ida, GFP_KERNEL)) in proc_alloc_inum()
|
/linux-4.4.14/net/core/ |
D | net_namespace.c | 839 ida_pre_get(&net_generic_ids, GFP_KERNEL); in register_pernet_operations()
|
/linux-4.4.14/fs/ |
D | super.c | 848 if (ida_pre_get(&unnamed_dev_ida, GFP_ATOMIC) == 0) in get_anon_bdev()
|
D | namespace.c | 105 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.4.14/drivers/block/rsxx/ |
D | core.c | 778 if (!ida_pre_get(&rsxx_disk_ida, GFP_KERNEL)) { in rsxx_pci_probe()
|
/linux-4.4.14/drivers/iommu/ |
D | iommu.c | 192 if (unlikely(0 == ida_pre_get(&iommu_group_ida, GFP_KERNEL))) { in iommu_group_alloc()
|
/linux-4.4.14/fs/nfs/ |
D | nfs4state.c | 569 if (ida_pre_get(&server->openowner_id, gfp_flags) == 0) in nfs4_get_state_owner()
|
/linux-4.4.14/drivers/scsi/ |
D | sd.c | 3067 if (!ida_pre_get(&sd_index_ida, GFP_KERNEL)) in sd_probe()
|
/linux-4.4.14/drivers/nvme/host/ |
D | pci.c | 3032 if (!ida_pre_get(&nvme_instance_ida, GFP_KERNEL)) in nvme_set_instance()
|
/linux-4.4.14/drivers/block/mtip32xx/ |
D | mtip32xx.c | 3949 if (!ida_pre_get(&rssd_index_ida, GFP_KERNEL)) in mtip_block_initialize()
|