OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:p_refs
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/lib/libc/gen/
radixtree.c
201
*
p_refs
[0].pptr == &t->t_root
203
*
p_refs
[n].pptr == &(*
p_refs
[n-1])->n_ptrs[x]
206
*
p_refs
[t->t_height].pptr == &leaf_pointer
212
}
p_refs
[RADIX_TREE_MAX_HEIGHT + 1]; /* +1 for the root ptr */
member in struct:radix_tree_path
214
* p_lastidx is either the index of the last valid element of
p_refs
[]
228
return p->
p_refs
[height].pptr;
519
refs = path->
p_refs
;
538
KASSERT((refs - path->
p_refs
) == 0);
557
path->p_lastidx = refs - path->
p_refs
;
[
all
...]
radixtree.c
201
*
p_refs
[0].pptr == &t->t_root
203
*
p_refs
[n].pptr == &(*
p_refs
[n-1])->n_ptrs[x]
206
*
p_refs
[t->t_height].pptr == &leaf_pointer
212
}
p_refs
[RADIX_TREE_MAX_HEIGHT + 1]; /* +1 for the root ptr */
member in struct:radix_tree_path
214
* p_lastidx is either the index of the last valid element of
p_refs
[]
228
return p->
p_refs
[height].pptr;
519
refs = path->
p_refs
;
538
KASSERT((refs - path->
p_refs
) == 0);
557
path->p_lastidx = refs - path->
p_refs
;
[
all
...]
Completed in 24 milliseconds
Indexes created Sun Sep 28 12:09:53 GMT 2025