Searched refs:ctx_idr (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/
H A Ddrm_context.c56 * in drm_device::ctx_idr, while holding the drm_device::struct_mutex
62 idr_remove(&dev->ctx_idr, ctx_handle);
72 * Allocate a new idr from drm_device::ctx_idr while holding the
81 if (idr_pre_get(&dev->ctx_idr, GFP_KERNEL) == 0) {
86 ret = idr_get_new_above(&dev->ctx_idr, NULL,
101 * Initialise the drm_device::ctx_idr
105 idr_init(&dev->ctx_idr);
120 idr_remove_all(&dev->ctx_idr);
139 * Gets the map from drm_device::ctx_idr with the handle specified and
151 map = idr_find(&dev->ctx_idr, reques
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_context.c56 * in drm_device::ctx_idr, while holding the drm_device::struct_mutex
62 idr_remove(&dev->ctx_idr, ctx_handle);
72 * Allocate a new idr from drm_device::ctx_idr while holding the
81 if (idr_pre_get(&dev->ctx_idr, GFP_KERNEL) == 0) {
86 ret = idr_get_new_above(&dev->ctx_idr, NULL,
101 * Initialise the drm_device::ctx_idr
105 idr_init(&dev->ctx_idr);
120 idr_remove_all(&dev->ctx_idr);
139 * Gets the map from drm_device::ctx_idr with the handle specified and
151 map = idr_find(&dev->ctx_idr, reques
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/core/
H A Ducma.c99 static DEFINE_IDR(ctx_idr);
107 ctx = idr_find(&ctx_idr, id);
148 ret = idr_pre_get(&ctx_idr, GFP_KERNEL);
153 ret = idr_get_new(&ctx_idr, ctx, &ctx->id);
393 idr_remove(&ctx_idr, ctx->id);
480 idr_remove(&ctx_idr, ctx->id);
1237 idr_remove(&ctx_idr, ctx->id);
1294 idr_destroy(&ctx_idr);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/core/
H A Ducma.c99 static DEFINE_IDR(ctx_idr);
107 ctx = idr_find(&ctx_idr, id);
148 ret = idr_pre_get(&ctx_idr, GFP_KERNEL);
153 ret = idr_get_new(&ctx_idr, ctx, &ctx->id);
393 idr_remove(&ctx_idr, ctx->id);
480 idr_remove(&ctx_idr, ctx->id);
1237 idr_remove(&ctx_idr, ctx->id);
1294 idr_destroy(&ctx_idr);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/drm/
H A DdrmP.h954 struct idr ctx_idr; member in struct:drm_device
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/drm/
H A DdrmP.h954 struct idr ctx_idr; member in struct:drm_device

Completed in 192 milliseconds