Searched refs:ida_pre_get (Results 1 – 17 of 17) sorted by relevance
/linux-2.6.39/arch/powerpc/mm/ |
D | mmu_context_hash64.c | 43 if (!ida_pre_get(&mmu_context_ida, GFP_KERNEL)) in __init_new_context()
|
/linux-2.6.39/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_gmrid_manager.c | 58 if (unlikely(ida_pre_get(&gman->gmr_ida, GFP_KERNEL) == 0)) in vmw_gmrid_man_get_node()
|
/linux-2.6.39/include/linux/ |
D | idr.h | 142 int ida_pre_get(struct ida *ida, gfp_t gfp_mask);
|
/linux-2.6.39/lib/ |
D | idr.c | 741 int ida_pre_get(struct ida *ida, gfp_t gfp_mask) in ida_pre_get() function 760 EXPORT_SYMBOL(ida_pre_get);
|
/linux-2.6.39/drivers/staging/iio/ |
D | industrialio-core.c | 363 if (unlikely(ida_pre_get(&iio_chrdev_ida, GFP_KERNEL) == 0)) in iio_device_get_chrdev_minor() 518 if (unlikely(ida_pre_get(this_ida, GFP_KERNEL) == 0)) in iio_get_new_ida_val()
|
/linux-2.6.39/drivers/misc/cb710/ |
D | core.c | 258 if (!ida_pre_get(&cb710_ida, GFP_KERNEL)) in cb710_probe()
|
/linux-2.6.39/net/core/ |
D | net_namespace.c | 456 ida_pre_get(&net_generic_ids, GFP_KERNEL); in register_pernet_operations()
|
/linux-2.6.39/drivers/scsi/osd/ |
D | osd_uld.c | 407 if (!ida_pre_get(&osd_minor_ida, GFP_KERNEL)) in osd_probe()
|
/linux-2.6.39/fs/devpts/ |
D | inode.c | 439 if (!ida_pre_get(&fsi->allocated_ptys, GFP_KERNEL)) in devpts_new_index()
|
/linux-2.6.39/fs/proc/ |
D | generic.c | 359 if (ida_pre_get(&proc_inum_ida, GFP_KERNEL) == 0) in get_inode_number()
|
/linux-2.6.39/fs/sysfs/ |
D | dir.c | 192 if (ida_pre_get(&sysfs_ino_ida, GFP_KERNEL)) in sysfs_alloc_ino()
|
/linux-2.6.39/fs/ |
D | super.c | 663 if (ida_pre_get(&unnamed_dev_ida, GFP_ATOMIC) == 0) in set_anon_super()
|
D | namespace.c | 86 ida_pre_get(&mnt_id_ida, GFP_KERNEL); in mnt_alloc_id() 117 if (!ida_pre_get(&mnt_group_ida, GFP_KERNEL)) in mnt_alloc_group_id()
|
/linux-2.6.39/drivers/scsi/ |
D | sd.c | 2540 if (!ida_pre_get(&sd_index_ida, GFP_KERNEL)) in sd_probe()
|
/linux-2.6.39/kernel/ |
D | workqueue.c | 1361 if (!ida_pre_get(&gcwq->worker_ida, GFP_KERNEL)) in create_worker()
|
D | cgroup.c | 1350 if (!ida_pre_get(&hierarchy_ida, GFP_KERNEL)) in init_root_id()
|
/linux-2.6.39/block/ |
D | cfq-iosched.c | 3864 if (!ida_pre_get(&cic_index_ida, GFP_KERNEL)) in cfq_alloc_cic_index()
|