OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:p_lastidx
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/lib/libc/gen/
radixtree.c
214
*
p_lastidx
is either the index of the last valid element of p_refs[]
219
unsigned int
p_lastidx
;
member in struct:radix_tree_path
539
path->
p_lastidx
=
557
path->
p_lastidx
= refs - path->p_refs;
579
path->
p_lastidx
= refs - path->p_refs;
601
if (path.
p_lastidx
== RADIX_TREE_INVALID_HEIGHT) {
607
for (i = path.
p_lastidx
- 1; i >= 0; i--) {
710
KASSERT(path.
p_lastidx
== t->t_height);
711
KASSERT(vpp == path_pptr(t, &path, path.
p_lastidx
));
791
vpp == path_pptr(t, path, path->
p_lastidx
));
[
all
...]
radixtree.c
214
*
p_lastidx
is either the index of the last valid element of p_refs[]
219
unsigned int
p_lastidx
;
member in struct:radix_tree_path
539
path->
p_lastidx
=
557
path->
p_lastidx
= refs - path->p_refs;
579
path->
p_lastidx
= refs - path->p_refs;
601
if (path.
p_lastidx
== RADIX_TREE_INVALID_HEIGHT) {
607
for (i = path.
p_lastidx
- 1; i >= 0; i--) {
710
KASSERT(path.
p_lastidx
== t->t_height);
711
KASSERT(vpp == path_pptr(t, &path, path.
p_lastidx
));
791
vpp == path_pptr(t, path, path->
p_lastidx
));
[
all
...]
Completed in 32 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025