OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctx_idr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/
drm_context.c
63
* in drm_device::
ctx_idr
, while holding the drm_device::struct_mutex
73
idr_remove(&dev->
ctx_idr
, ctx_handle);
83
* Allocate a new idr from drm_device::
ctx_idr
while holding the
92
ret = idr_alloc(&dev->
ctx_idr
, NULL, DRM_RESERVED_CONTEXTS, 0,
104
* Initialise the drm_device::
ctx_idr
112
idr_init(&dev->
ctx_idr
);
130
idr_destroy(&dev->
ctx_idr
);
183
* Gets the map from drm_device::
ctx_idr
with the handle specified and
199
map = idr_find(&dev->
ctx_idr
, request->ctx_id);
232
* drm_device::
ctx_idr
with it
[
all
...]
/src/sys/external/bsd/drm2/dist/include/drm/
drm_device.h
353
struct idr
ctx_idr
;
member in struct:drm_device
Completed in 39 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026