OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thmap
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
subr_thmap.c
28
* Upstream: https://github.com/rmind/
thmap
/
94
#include <sys/
thmap
.h>
111
#include "
thmap
.h"
229
struct
thmap
{
struct
262
gc_alloc(const thmap_t *
thmap
, size_t len)
265
const uintptr_t gcaddr =
thmap
->ops->alloc(alloclen);
270
thmap_gc_t *const gc = THMAP_GETPTR(
thmap
, gcaddr);
272
return THMAP_GETOFF(
thmap
, &gc->data[0]);
276
gc_free(const thmap_t *
thmap
, uintptr_t addr, size_t len)
279
char *const ptr = THMAP_GETPTR(
thmap
, addr)
1008
thmap
_t *
thmap
;
local in function:thmap_create
[
all
...]
subr_thmap.c
28
* Upstream: https://github.com/rmind/
thmap
/
94
#include <sys/
thmap
.h>
111
#include "
thmap
.h"
229
struct
thmap
{
struct
262
gc_alloc(const thmap_t *
thmap
, size_t len)
265
const uintptr_t gcaddr =
thmap
->ops->alloc(alloclen);
270
thmap_gc_t *const gc = THMAP_GETPTR(
thmap
, gcaddr);
272
return THMAP_GETOFF(
thmap
, &gc->data[0]);
276
gc_free(const thmap_t *
thmap
, uintptr_t addr, size_t len)
279
char *const ptr = THMAP_GETPTR(
thmap
, addr)
1008
thmap
_t *
thmap
;
local in function:thmap_create
[
all
...]
Completed in 52 milliseconds
Indexes created Wed Sep 24 15:09:51 GMT 2025