Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/sdcard/impl/
H A Dsda_cmd.c88 static kmem_cache_t *sda_cmd_cache; variable
103 sda_cmd_cache = kmem_cache_create("sda_cmd_cache", in sda_cmd_init()
111 kmem_cache_destroy(sda_cmd_cache); in sda_cmd_fini()
268 c = kmem_cache_alloc(sda_cmd_cache, kmflag); in sda_cmd_alloc()
301 c = kmem_cache_alloc(sda_cmd_cache, kmflag); in sda_cmd_alloc_acmd()
332 kmem_cache_free(sda_cmd_cache, cmdp); in sda_cmd_free()