OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__NFDBITS
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
fd_set.h
49
#define
__NFDBITS
(32)
51
#define __NFDMASK (
__NFDBITS
- 1)
62
#define __NFD_LEN(a) (((a) + (
__NFDBITS
- 1)) /
__NFDBITS
)
93
#define NFDBITS
__NFDBITS
/src/sys/kern/
sys_select.c
364
nwords = nbits /
__NFDBITS
;
401
* multiples of 32 bits (
__NFDBITS
extra would be enough).
411
fb = howmany(nf,
__NFDBITS
); /* how many fd_masks */
412
db = howmany(nd,
__NFDBITS
);
431
off = howmany(nf,
__NFDBITS
) * sizeof(__fd_mask);
465
nd = db *
__NFDBITS
;
Completed in 12 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025