OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:entpool
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/lib/libkern/
entpool.h
1
/* $NetBSD:
entpool
.h,v 1.1 2020/04/30 03:28:19 riastradh Exp $ */
65
struct
entpool
{
struct
74
void entpool_enter(struct
entpool
*, const void *, size_t);
75
bool entpool_enter_nostir(struct
entpool
*, const void *, size_t);
76
void entpool_stir(struct
entpool
*);
77
void entpool_extract(struct
entpool
*, void *, size_t);
Completed in 11 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025