OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pr_curpage
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
subr_pool.c
891
pp->
pr_curpage
= NULL;
1177
if ((ph = pp->
pr_curpage
) == NULL) {
1205
if (pp->
pr_curpage
!= NULL)
1312
if (pp->
pr_curpage
== NULL)
1313
pp->
pr_curpage
= ph;
1367
pp->
pr_curpage
= ph;
1551
if (pp->
pr_curpage
== NULL)
1552
pp->
pr_curpage
= ph;
1587
pp->
pr_curpage
= LIST_FIRST(&pp->pr_partpages);
1588
if (pp->
pr_curpage
== NULL)
[
all
...]
/src/sys/sys/
pool.h
124
struct pool_item_header *
pr_curpage
;
member in struct:pool
Completed in 89 milliseconds
Indexes created Fri Feb 20 16:20:20 UTC 2026