Home
last modified time | relevance | path

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

/dflybsd-src/sys/sys/
H A Dobjcache.h54 typedef void *(objcache_alloc_fn)(void *allocator_args, int ocflags); typedef
65 objcache_alloc_fn *alloc, objcache_free_fn *free,
/dflybsd-src/sys/kern/
H A Dkern_objcache.c146 objcache_alloc_fn *alloc;
215 objcache_alloc_fn *alloc, objcache_free_fn *free, in objcache_create()