OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fatp_word_t
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/netinet/
tcp_vtw.h
155
typedef uint64_t
fatp_word_t
;
typedef in typeref:typename:uint64_t
157
typedef uint32_t
fatp_word_t
;
typedef in typeref:typename:uint32_t
165
#define FATP_NTAGS (CACHE_LINE_SIZE / sizeof(
fatp_word_t
) - 1)
166
#define FATP_NXT_WIDTH (sizeof(
fatp_word_t
) * NBBY - FATP_NTAGS)
176
fatp_word_t
inuse : FATP_NTAGS; /* (1+15)*4 == CL_SIZE */
177
fatp_word_t
nxt : FATP_NXT_WIDTH;/* at most 2^17 fat pointers */
178
fatp_word_t
tag[FATP_NTAGS]; /* 15 tags per CL */
Completed in 12 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025