HomeSort by relevance Sort by last modified time
    Searched refs:index_t (Results 1 - 9 of 9) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/os/
bitmap.c 51 index_t
54 index_t maxword; /* index of last in map */
55 index_t wx; /* word index in map */
72 index_t bx; /* bit index in word */
73 index_t maxbit; /* last bit to look at */
177 index_t partial_start = start & BT_ULMASK;
178 index_t partial_stop = stop & BT_ULMASK;
errorq.c 475 static index_t
476 errorq_availbit(ulong_t *bitmap, size_t nbits, index_t curindex)
479 index_t rval, nextindex = curindex + 1;
480 index_t nextword = nextindex >> BT_ULSHIFT;
482 index_t maxindex = nbits - 1;
483 index_t maxword = maxindex >> BT_ULSHIFT;
    [all...]
schedctl.c 140 index_t index;
163 index = (index_t)(ssp - pagep->spc_base);
474 index_t index;
  /onnv/onnv-gate/usr/src/uts/common/sys/
errorq_impl.h 89 index_t eq_rotor; /* best efforts bitmap rotor */
bitmap.h 72 * bitmap is a ulong_t *, bitindex an index_t
141 extern index_t bt_availbit(ulong_t *bitmap, size_t nbits);
types.h 125 typedef short index_t; typedef
  /onnv/onnv-gate/usr/src/uts/common/io/
sysevent.c 111 static index_t
114 index_t idx;
137 sysevent_minor_rele(index_t idx)
  /onnv/onnv-gate/usr/src/ucbhead/sys/
types.h 99 typedef short index_t; typedef
  /onnv/onnv-gate/usr/src/uts/sun4v/io/
vlds.c 226 static index_t
229 index_t idx;
252 vlds_minor_rele(index_t idx)
    [all...]

Completed in 180 milliseconds