OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nhot
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
igsfb.c
970
struct wsdisplay_curpos *
nhot
;
local
974
nhot
= (v & WSDISPLAY_CURSOR_DOHOT) ? &hot : &cc->cc_hot;
976
if (
nhot
->x >= nsize->x)
977
nhot
->x = nsize->x - 1;
978
if (
nhot
->y >= nsize->y)
979
nhot
->y = nsize->y - 1;
/src/sys/uvm/
uvm_pdpolicy_clockpro.c
1508
int ncold,
nhot
, ntest, nspeculative, ninitialref, nref;
local
1516
ncold =
nhot
= ntest = nspeculative = ninitialref = nref = 0
1520
nhot
++; \
1540
(name),
nhot
, ncold, ntest, nspeculative, ninitialref, nref)
Completed in 24 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026