OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NDLOSLOTS
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
filedesc.h
88
#define
NDLOSLOTS
(x) (((x) + NDENTRIES - 1) >> NDENTRYSHIFT)
89
#define NDHISLOTS(x) ((
NDLOSLOTS
(x) + NDENTRIES - 1) >> NDENTRYSHIFT)
/src/sys/kern/
kern_descrip.c
243
maxoff =
NDLOSLOTS
(bits);
1009
szlo =
NDLOSLOTS
(n) * sizeof(uint32_t);
1026
szlo =
NDLOSLOTS
(n) * sizeof(uint32_t);
1099
i =
NDLOSLOTS
(oldnfiles) * sizeof(uint32_t);
1102
NDLOSLOTS
(numfiles) * sizeof(uint32_t) - i);
1494
memset(newfdp->fd_lomap, 0,
NDLOSLOTS
(i)*sizeof(uint32_t));
Completed in 13 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025