<dec f='src/src/sys/external/bsd/drm2/dist/include/drm/drmP.h' l='1483' type='void drm_ctxbitmap_free(struct drm_device * dev, int ctx_handle)'/>
<def f='src/src/sys/external/bsd/drm2/dist/drm/drm_context.c' l='61' ll='66' type='void drm_ctxbitmap_free(struct drm_device * dev, int ctx_handle)'/>
<use f='src/src/sys/external/bsd/drm2/dist/drm/drm_context.c' l='428' u='c' c='drm_rmctx'/>
<doc f='src/src/sys/external/bsd/drm2/dist/drm/drm_context.c' l='51'>/**
 * Free a handle from the context bitmap.
 *
 * \param dev DRM device.
 * \param ctx_handle context handle.
 *
 * Clears the bit specified by \p ctx_handle in drm_device::ctx_bitmap and the entry
 * in drm_device::ctx_idr, while holding the drm_device::struct_mutex
 * lock.
 */</doc>
<use f='src/src/sys/external/bsd/drm2/drm/drm_fops.c' l='257' u='c' c='drm_close_file_contexts'/>
