Home
last modified time | relevance | path

Searched refs:objcache (Results 1 – 25 of 36) sorted by relevance

12

/dflybsd-src/sys/sys/
H A Dobjcache.h59 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 Dsysref.h83 struct objcache *oc; /* object cache */
H A Dvnode.h360 struct objcache;
369 extern struct objcache *namei_oc;
/dflybsd-src/sys/kern/
H A Dkern_objcache.c128 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 Dkern_sfbuf.c46 static struct objcache *sf_buf_cache;
H A Duipc_mbuf.c255 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 Dvfs_init.c88 struct objcache *namei_oc;
H A Dsubr_sleepqueue.c108 static struct objcache *sleepq_wc_cache;
/dflybsd-src/share/man/man9/
H A DMakefile142 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 DOsdCache.c38 struct objcache *cache;
88 struct objcache *reclaimlist[] = { Cache->cache }; in AcpiOsPurgeCache()
/dflybsd-src/sys/vfs/autofs/
H A Dautofs.h64 extern struct objcache *autofs_request_objcache;
65 extern struct objcache *autofs_node_objcache;
H A Dautofs.c79 struct objcache *autofs_request_objcache = NULL;
80 struct objcache *autofs_node_objcache = NULL;
/dflybsd-src/sys/cpu/x86_64/misc/
H A Dlwbuf.c56 static struct objcache *lwbuf_cache;
/dflybsd-src/sys/vfs/fuse/
H A Dfuse_node.c32 static struct objcache *fuse_node_objcache = NULL;
H A Dfuse_ipc.c36 static struct objcache *fuse_ipc_objcache = NULL;
/dflybsd-src/sys/dev/disk/nata/
H A Data-all.h602 extern struct objcache *ata_request_cache;
612 extern struct objcache *ata_composite_cache;
H A Data-all.c77 struct objcache *ata_request_cache;
78 struct objcache *ata_composite_cache;
/dflybsd-src/sys/dev/disk/dm/delay/
H A Ddm_target_delay.c82 static struct objcache *obj_cache = NULL;
/dflybsd-src/sys/libprop/
H A Dprop_object_impl.h275 struct objcache *pp; \
/dflybsd-src/sys/vfs/devfs/
H A Ddevfs_rules.c60 static struct objcache *devfs_rule_cache;
H A Ddevfs_core.c78 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 Dhammer2.h1441 extern struct objcache *cache_buffer_read;
1442 extern struct objcache *cache_buffer_write;
1443 extern struct objcache *cache_xops;
H A Dhammer2_strategy.c60 struct objcache *cache_buffer_read;
61 struct objcache *cache_buffer_write;
/dflybsd-src/usr.sbin/makefs/hammer2/
H A Dhammer2.h1486 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 Dwg_cookie.c127 static struct objcache *ratelimit_zone;

12