Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/starfire/sys/
H A Didn.h1968 ((idn_retry_job_t *)kmem_cache_alloc(idn.retryqueue.rq_cache, KM_SLEEP))
1970 (kmem_cache_free(idn.retryqueue.rq_cache, (void *)(j)))
2960 kmem_cache_t *rq_cache; member
/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn.c3542 ASSERT(idn.retryqueue.rq_cache == NULL); in idn_retrytask_init()
3545 idn.retryqueue.rq_cache = kmem_cache_create("idn_retryjob_cache", in idn_retrytask_init()
3554 if (idn.retryqueue.rq_cache == NULL) in idn_retrytask_deinit()
3557 kmem_cache_destroy(idn.retryqueue.rq_cache); in idn_retrytask_deinit()