Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_file_cache.c85 ngx_http_file_cache_t *ocache = data; in ngx_http_file_cache_init() local
93 if (ocache) { in ngx_http_file_cache_init()
94 if (ngx_strcmp(cache->path->name.data, ocache->path->name.data) != 0) { in ngx_http_file_cache_init()
99 &ocache->path->name); in ngx_http_file_cache_init()
105 if (cache->path->level[n] != ocache->path->level[n]) { in ngx_http_file_cache_init()
113 cache->sh = ocache->sh; in ngx_http_file_cache_init()
115 cache->shpool = ocache->shpool; in ngx_http_file_cache_init()
116 cache->bsize = ocache->bsize; in ngx_http_file_cache_init()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c3471 kmem_cache_t *ncache, *ocache; in arc_hdr_realloc_crypt() local
3490 ocache = hdr_full_cache; in arc_hdr_realloc_crypt()
3495 ocache = hdr_full_crypt_cache; in arc_hdr_realloc_crypt()
3571 if (ocache == hdr_full_crypt_cache) { in arc_hdr_realloc_crypt()
3582 kmem_cache_free(ocache, hdr); in arc_hdr_realloc_crypt()