OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thmap_ptr_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
subr_thmap.c
164
typedef uintptr_t
thmap_ptr_t
;
typedef in typeref:typename:uintptr_t
167
#define THMAP_NULL ((
thmap_ptr_t
)0)
176
#define THMAP_GETOFF(th, p) ((
thmap_ptr_t
)((uintptr_t)(p) - (th)->baseptr))
195
thmap_ptr_t
parent;
202
thmap_ptr_t
key;
227
#define THMAP_ROOT_LEN (sizeof(
thmap_ptr_t
) * ROOT_SIZE)
449
node_insert(thmap_inode_t *node, unsigned slot,
thmap_ptr_t
child)
532
thmap_ptr_t
node;
555
thmap_ptr_t
expected;
558
thmap_ptr_t
nptr
[
all
...]
subr_thmap.c
164
typedef uintptr_t
thmap_ptr_t
;
typedef in typeref:typename:uintptr_t
167
#define THMAP_NULL ((
thmap_ptr_t
)0)
176
#define THMAP_GETOFF(th, p) ((
thmap_ptr_t
)((uintptr_t)(p) - (th)->baseptr))
195
thmap_ptr_t
parent;
202
thmap_ptr_t
key;
227
#define THMAP_ROOT_LEN (sizeof(
thmap_ptr_t
) * ROOT_SIZE)
449
node_insert(thmap_inode_t *node, unsigned slot,
thmap_ptr_t
child)
532
thmap_ptr_t
node;
555
thmap_ptr_t
expected;
558
thmap_ptr_t
nptr
[
all
...]
Completed in 25 milliseconds
Indexes created Wed Sep 24 15:09:51 GMT 2025