Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c168 static kmem_cache_t *http_kmc; variable
904 http_kmc = kmem_cache_create("NL7C_http_kmc", in nl7c_http_init()
926 kmem_cache_free(http_kmc, http); in nl7c_http_free()
1190 http_t *http = kmem_cache_alloc(http_kmc, KM_SLEEP); in nl7c_http_request()