OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ic_node
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/linux/
linux_idr.c
59
struct idr_node *
ic_node
;
member in struct:idr_cache
85
KASSERT(cache->
ic_node
!= NULL);
107
if (cache->
ic_node
) {
110
kmem_free(cache->
ic_node
, sizeof(*cache->
ic_node
));
317
if (cache->
ic_node
) {
332
cache->
ic_node
= node;
357
if (cache == NULL || cache->
ic_node
== NULL)
359
node = cache->
ic_node
;
360
cache->
ic_node
= NULL
[
all
...]
linux_idr.c
59
struct idr_node *
ic_node
;
member in struct:idr_cache
85
KASSERT(cache->
ic_node
!= NULL);
107
if (cache->
ic_node
) {
110
kmem_free(cache->
ic_node
, sizeof(*cache->
ic_node
));
317
if (cache->
ic_node
) {
332
cache->
ic_node
= node;
357
if (cache == NULL || cache->
ic_node
== NULL)
359
node = cache->
ic_node
;
360
cache->
ic_node
= NULL
[
all
...]
Completed in 24 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025