Searched refs:RSMIPC_SZ (Results 1 – 2 of 2) sorted by relevance
48 #define RSMIPC_SZ 10 /* number of outstanding requests, max: 256 */ macro377 rsmipc_slot_t slots[RSMIPC_SZ];
630 rsm_ipc.count = RSMIPC_SZ; in _init()636 for (e = 0; e < RSMIPC_SZ; e++) { in _init()3709 if (cookie->ic.index >= RSMIPC_SZ) { in rsm_intr_reply()3715 ASSERT(cookie->ic.index < RSMIPC_SZ); in rsm_intr_reply()5239 for (i = 0; i < RSMIPC_SZ; i++, slot++) { in rsmipc_alloc()5246 ASSERT(i < RSMIPC_SZ); in rsmipc_alloc()5278 ASSERT(rsm_ipc.count <= RSMIPC_SZ); in rsmipc_free()