Searched defs:sysref_class (Results 1 – 1 of 1) sorted by relevance
75 struct sysref_class { struct76 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 …]