OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:smt_max
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/cpuctl/arch/
i386.c
1773
u_int
smt_max
; /* smt per core */
local
1790
smt_max
= lp_max / core_max;
1791
smt_bits = ilog2(
smt_max
- 1) + 1;
i386.c
1773
u_int
smt_max
; /* smt per core */
local
1790
smt_max
= lp_max / core_max;
1791
smt_bits = ilog2(
smt_max
- 1) + 1;
Completed in 33 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026