| /dflybsd-src/sys/sys/ |
| H A D | objcache.h | 59 struct objcache; 61 struct objcache 67 struct objcache 69 struct objcache 74 void objcache_set_cluster_limit(struct objcache *oc, int cluster_limit); 75 void *objcache_get(struct objcache *oc, int ocflags); 76 void objcache_put(struct objcache *oc, void *obj); 77 void objcache_dtor(struct objcache *oc, void *obj); 78 void objcache_populate_linear(struct objcache *oc, void *elts, int nelts, 80 __boolean_t objcache_reclaimlist(struct objcache *oc[], int nlist); [all …]
|
| H A D | sysref.h | 83 struct objcache *oc; /* object cache */
|
| H A D | vnode.h | 360 struct objcache; 369 extern struct objcache *namei_oc;
|
| /dflybsd-src/sys/kern/ |
| H A D | kern_objcache.c | 128 struct objcache *objcache; member 139 struct objcache { struct 158 SYSCTL_NODE(_kern, OID_AUTO, objcache, CTLFLAG_RW, 0, "objcache"); argument 212 struct objcache * 219 struct objcache *oc; in objcache_create() 234 oc = kmalloc(__offsetof(struct objcache, cache_percpu[ncpus]), in objcache_create() 248 desc->objcache = oc; in objcache_create() 358 objcache_set_cluster_limit(struct objcache *oc, int cluster_limit) in objcache_set_cluster_limit() 377 struct objcache * 381 struct objcache *oc; in objcache_create_simple() [all …]
|
| H A D | kern_sfbuf.c | 46 static struct objcache *sf_buf_cache;
|
| H A D | uipc_mbuf.c | 255 struct objcache *mbuf_cache, *mbufphdr_cache; 256 struct objcache *mclmeta_cache, *mjclmeta_cache; 257 struct objcache *mbufcluster_cache, *mbufphdrcluster_cache; 258 struct objcache *mbufjcluster_cache, *mbufphdrjcluster_cache; 1022 struct objcache *reclaimlist[] = { in m_get() 1060 struct objcache *reclaimlist[] = { in m_gethdr() 1101 m_getcl_cache(int how, short type, int flags, struct objcache *mbclc, in m_getcl_cache() 1102 struct objcache *mbphclc, u_long *cl_stats) in m_getcl_cache() 1117 struct objcache *reclaimlist[1]; in m_getcl_cache() 1149 struct objcache *mbclc, *mbphclc; in m_getjcl()
|
| H A D | vfs_init.c | 88 struct objcache *namei_oc;
|
| H A D | subr_sleepqueue.c | 108 static struct objcache *sleepq_wc_cache;
|
| /dflybsd-src/share/man/man9/ |
| H A D | Makefile | 142 objcache.9 \ 778 MLINKS+=objcache.9 objcache_create.9 \ 779 objcache.9 objcache_create_mbacked.9 \ 780 objcache.9 objcache_create_simple.9 \ 781 objcache.9 objcache_destroy.9 \ 782 objcache.9 objcache_dtor.9 \ 783 objcache.9 objcache_get.9 \ 784 objcache.9 objcache_malloc_alloc.9 \ 785 objcache.9 objcache_malloc_free.9 \ 786 objcache.9 objcache_nop_alloc.9 \ [all …]
|
| /dflybsd-src/sys/dev/acpica/Osd/ |
| H A D | OsdCache.c | 38 struct objcache *cache; 88 struct objcache *reclaimlist[] = { Cache->cache }; in AcpiOsPurgeCache()
|
| /dflybsd-src/sys/vfs/autofs/ |
| H A D | autofs.h | 64 extern struct objcache *autofs_request_objcache; 65 extern struct objcache *autofs_node_objcache;
|
| H A D | autofs.c | 79 struct objcache *autofs_request_objcache = NULL; 80 struct objcache *autofs_node_objcache = NULL;
|
| /dflybsd-src/sys/cpu/x86_64/misc/ |
| H A D | lwbuf.c | 56 static struct objcache *lwbuf_cache;
|
| /dflybsd-src/sys/vfs/fuse/ |
| H A D | fuse_node.c | 32 static struct objcache *fuse_node_objcache = NULL;
|
| H A D | fuse_ipc.c | 36 static struct objcache *fuse_ipc_objcache = NULL;
|
| /dflybsd-src/sys/dev/disk/nata/ |
| H A D | ata-all.h | 602 extern struct objcache *ata_request_cache; 612 extern struct objcache *ata_composite_cache;
|
| H A D | ata-all.c | 77 struct objcache *ata_request_cache; 78 struct objcache *ata_composite_cache;
|
| /dflybsd-src/sys/dev/disk/dm/delay/ |
| H A D | dm_target_delay.c | 82 static struct objcache *obj_cache = NULL;
|
| /dflybsd-src/sys/libprop/ |
| H A D | prop_object_impl.h | 275 struct objcache *pp; \
|
| /dflybsd-src/sys/vfs/devfs/ |
| H A D | devfs_rules.c | 60 static struct objcache *devfs_rule_cache;
|
| H A D | devfs_core.c | 78 static struct objcache *devfs_node_cache; 79 static struct objcache *devfs_msg_cache; 80 static struct objcache *devfs_dev_cache;
|
| /dflybsd-src/sys/vfs/hammer2/ |
| H A D | hammer2.h | 1441 extern struct objcache *cache_buffer_read; 1442 extern struct objcache *cache_buffer_write; 1443 extern struct objcache *cache_xops;
|
| H A D | hammer2_strategy.c | 60 struct objcache *cache_buffer_read; 61 struct objcache *cache_buffer_write;
|
| /dflybsd-src/usr.sbin/makefs/hammer2/ |
| H A D | hammer2.h | 1486 extern struct objcache *cache_buffer_read; 1487 extern struct objcache *cache_buffer_write; 1488 extern struct objcache *cache_xops;
|
| /dflybsd-src/sys/net/wg/ |
| H A D | wg_cookie.c | 127 static struct objcache *ratelimit_zone;
|