Home
last modified time | relevance | path

Searched defs:sysref_class (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/sys/
H A Dsysref.h75 struct sysref_class { struct
76 const char *name; /* name of the system resource */
77 malloc_type_t mtype; /* malloc backing store */
78 int proto; /* RPC protocol id */
79 int offset; /* offset of sysref in resource */
80 int objsize; /* size of the resource structure */
81 int nom_cache; /* nominal objects to cache */
82 int flags;
83 struct objcache *oc; /* object cache */
84 objcache_ctor_fn *ctor; /* objcache ctor chaining */
[all …]