Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
HDkern_sfbuf.c46 static struct objcache *sf_buf_cache; variable
72 sf_buf_cache = objcache_create("sf_buf", 0, 0, in sf_buf_init()
86 if ((sf = objcache_get(sf_buf_cache, M_WAITOK)) == NULL) in sf_buf_alloc()
90 objcache_put(sf_buf_cache, sf); in sf_buf_alloc()
128 objcache_put(sf_buf_cache, sf); in sf_buf_free()