Home
last modified time | relevance | path

Searched refs:RSMIPC_SZ (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsm_in.h46 #define RSMIPC_SZ 10 /* number of outstanding requests, max: 256 */ macro
375 rsmipc_slot_t slots[RSMIPC_SZ];
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c632 rsm_ipc.count = RSMIPC_SZ; in _init()
638 for (e = 0; e < RSMIPC_SZ; e++) { in _init()
3707 if (cookie->ic.index >= RSMIPC_SZ) { in rsm_intr_reply()
3713 ASSERT(cookie->ic.index < RSMIPC_SZ); in rsm_intr_reply()
5237 for (i = 0; i < RSMIPC_SZ; i++, slot++) { in rsmipc_alloc()
5244 ASSERT(i < RSMIPC_SZ); in rsmipc_alloc()
5276 ASSERT(rsm_ipc.count <= RSMIPC_SZ); in rsmipc_free()