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

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_context.c65 * in drm_device::ctx_idr, while holding the drm_device::struct_mutex
71 (void) idr_remove(&dev->ctx_idr, ctx_handle);
81 * Allocate a new idr from drm_device::ctx_idr while holding the
90 if (idr_pre_get(&dev->ctx_idr, GFP_KERNEL) == 0) {
95 ret = idr_get_new_above(&dev->ctx_idr, NULL,
111 * Initialise the drm_device::ctx_idr
115 idr_init(&dev->ctx_idr);
130 idr_remove_all(&dev->ctx_idr);
149 * Gets the map from drm_device::ctx_idr with the handle specified and
161 map = idr_find(&dev->ctx_idr, reques
[all...]
/solaris-x11-s11/open-src/kernel/sys/drm/
H A DdrmP.h1117 struct idr ctx_idr; member in struct:drm_device

Completed in 304 milliseconds