Home
last modified time | relevance | path

Searched refs:index_t (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dbitmap.c50 index_t
53 index_t maxword; /* index of last in map */ in bt_availbit()
54 index_t wx; /* word index in map */ in bt_availbit()
71 index_t bx; /* bit index in word */ in bt_availbit()
72 index_t maxbit; /* last bit to look at */ in bt_availbit()
176 index_t partial_start = start & BT_ULMASK; in bt_getlowbit()
177 index_t partial_stop = stop & BT_ULMASK; in bt_getlowbit()
H A Derrorq.c475 static index_t
476 errorq_availbit(ulong_t *bitmap, size_t nbits, index_t curindex) in errorq_availbit()
479 index_t rval, nextindex = curindex + 1; in errorq_availbit()
480 index_t nextword = nextindex >> BT_ULSHIFT; in errorq_availbit()
482 index_t maxindex = nbits - 1; in errorq_availbit()
483 index_t maxword = maxindex >> BT_ULSHIFT; in errorq_availbit()
H A Dschedctl.c148 index_t index; in schedctl_lwp_cleanup()
170 index = (index_t)(ssp - pagep->spc_base); in schedctl_lwp_cleanup()
492 index_t index; in schedctl_shared_alloc()
/illumos-gate/usr/src/uts/common/sys/
H A Derrorq_impl.h89 index_t eq_rotor; /* best efforts bitmap rotor */
H A Dbitmap.h146 extern index_t bt_availbit(const ulong_t *, size_t);
H A Dtypes.h129 typedef short index_t; typedef
/illumos-gate/usr/src/uts/common/io/
H A Dsysevent.c110 static index_t
113 index_t idx; in sysevent_minor_get()
136 sysevent_minor_rele(index_t idx) in sysevent_minor_rele()
/illumos-gate/usr/src/ucbhead/sys/
H A Dtypes.h99 typedef short index_t; typedef
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvlds.c226 static index_t
229 index_t idx; in vlds_minor_get()
252 vlds_minor_rele(index_t idx) in vlds_minor_rele()
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c2671 index_t id; in nlm_sysid_alloc()