HomeSort by: relevance | last modified time | path
    Searched defs:nhot (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
igsfb.c 970 struct wsdisplay_curpos *nhot; local in function:igsfb_set_cursor
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 in function:clockpro_dump
1516 ncold = nhot = ntest = nspeculative = ninitialref = nref = 0
1520 nhot++; \
1540 (name), nhot, ncold, ntest, nspeculative, ninitialref, nref)

Completed in 18 milliseconds