OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pool_item
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
subr_pool.c
301
LIST_HEAD(,
pool_item
)
324
struct
pool_item
{
struct
330
LIST_ENTRY(
pool_item
) pi_list;
488
struct
pool_item
*pi = obj;
498
* Mark the
pool_item
as valid. The rest is already
510
struct
pool_item
*pi;
876
if ((flags & PR_NOTOUCH) == 0 && prsize < sizeof(struct
pool_item
))
877
prsize = sizeof(struct
pool_item
);
1484
struct
pool_item
*pi;
1533
pi = (struct
pool_item
*)cp
[
all
...]
subr_pool.c
301
LIST_HEAD(,
pool_item
)
324
struct
pool_item
{
struct
330
LIST_ENTRY(
pool_item
) pi_list;
488
struct
pool_item
*pi = obj;
498
* Mark the
pool_item
as valid. The rest is already
510
struct
pool_item
*pi;
876
if ((flags & PR_NOTOUCH) == 0 && prsize < sizeof(struct
pool_item
))
877
prsize = sizeof(struct
pool_item
);
1484
struct
pool_item
*pi;
1533
pi = (struct
pool_item
*)cp
[
all
...]
Completed in 46 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026