Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4/io/
H A Divintr.c158 iv_p->iv_flags = IV_CACHE_ALLOC; in iv_alloc()
169 if (iv_p->iv_flags & IV_CACHE_ALLOC) { in iv_free()
/titanic_44/usr/src/uts/sun4/sys/
H A Divintr.h39 #define IV_CACHE_ALLOC 0x4 /* Allocated using kmem_cache_alloc() */ macro