OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gcaddr
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/kern/
subr_thmap.c
265
const uintptr_t
gcaddr
= thmap->ops->alloc(alloclen);
local in function:gc_alloc
267
if (!
gcaddr
)
270
thmap_gc_t *const gc = THMAP_GETPTR(thmap,
gcaddr
);
281
const uintptr_t
gcaddr
= THMAP_GETOFF(thmap, gc);
local in function:gc_free
286
thmap->ops->free(
gcaddr
, alloclen);
subr_thmap.c
265
const uintptr_t
gcaddr
= thmap->ops->alloc(alloclen);
local in function:gc_alloc
267
if (!
gcaddr
)
270
thmap_gc_t *const gc = THMAP_GETPTR(thmap,
gcaddr
);
281
const uintptr_t
gcaddr
= THMAP_GETOFF(thmap, gc);
local in function:gc_free
286
thmap->ops->free(
gcaddr
, alloclen);
subr_thmap.c
265
const uintptr_t
gcaddr
= thmap->ops->alloc(alloclen);
local in function:gc_alloc
267
if (!
gcaddr
)
270
thmap_gc_t *const gc = THMAP_GETPTR(thmap,
gcaddr
);
281
const uintptr_t
gcaddr
= THMAP_GETOFF(thmap, gc);
local in function:gc_free
286
thmap->ops->free(
gcaddr
, alloclen);
Completed in 73 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025