OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NDENTRIES
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/sys/
filedesc.h
85
#define
NDENTRIES
32 /* 32 fds per entry */
86
#define NDENTRYMASK (
NDENTRIES
- 1)
88
#define NDLOSLOTS(x) (((x) +
NDENTRIES
- 1) >> NDENTRYSHIFT)
89
#define NDHISLOTS(x) ((NDLOSLOTS(x) +
NDENTRIES
- 1) >> NDENTRYSHIFT)
172
uint32_t fd_dhimap[
NDENTRIES
>> NDENTRYSHIFT];
173
uint32_t fd_dlomap[
NDENTRIES
];
Completed in 13 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025