Symbol: objcache
sys/cpu/x86_64/misc/lwbuf.c
56
static struct objcache *lwbuf_cache;
sys/dev/acpica/Osd/OsdCache.c
38
struct objcache *cache;
sys/dev/acpica/Osd/OsdCache.c
88
struct objcache *reclaimlist[] = { Cache->cache };
sys/dev/disk/dm/delay/dm_target_delay.c
82
static struct objcache *obj_cache = NULL;
sys/dev/disk/iscsi/initiator/iscsivar.h
61
typedef struct objcache *objcache_t;
sys/dev/disk/nata/ata-all.c
77
struct objcache *ata_request_cache;
sys/dev/disk/nata/ata-all.c
78
struct objcache *ata_composite_cache;
sys/dev/disk/nata/ata-all.h
602
extern struct objcache *ata_request_cache;
sys/dev/disk/nata/ata-all.h
613
extern struct objcache *ata_composite_cache;
sys/kern/kern_exec.c
116
__read_mostly static struct objcache *exec_objcache;
sys/kern/kern_objcache.c
1036
SYSINIT(objcache, SI_BOOT2_OBJCACHE, SI_ORDER_FIRST, objcache_init, 0);
sys/kern/kern_objcache.c
128
struct objcache *objcache;
sys/kern/kern_objcache.c
158
SYSCTL_NODE(_kern, OID_AUTO, objcache, CTLFLAG_RW, 0, "objcache");
sys/kern/kern_objcache.c
212
struct objcache *
sys/kern/kern_objcache.c
219
struct objcache *oc;
sys/kern/kern_objcache.c
234
oc = kmalloc(__offsetof(struct objcache, cache_percpu[ncpus]),
sys/kern/kern_objcache.c
248
desc->objcache = oc;
sys/kern/kern_objcache.c
358
objcache_set_cluster_limit(struct objcache *oc, int cluster_limit)
sys/kern/kern_objcache.c
377
struct objcache *
sys/kern/kern_objcache.c
381
struct objcache *oc;
sys/kern/kern_objcache.c
393
struct objcache *
sys/kern/kern_objcache.c
400
struct objcache *oc;
sys/kern/kern_objcache.c
427
objcache_get(struct objcache *oc, int ocflags)
sys/kern/kern_objcache.c
620
objcache_put(struct objcache *oc, void *obj)
sys/kern/kern_objcache.c
726
objcache_dtor(struct objcache *oc, void *obj)
sys/kern/kern_objcache.c
754
mag_purge(struct objcache *oc, struct magazine **magp, int freeit)
sys/kern/kern_objcache.c
823
maglist_purge(struct objcache *oc, struct magazinelist *maglist)
sys/kern/kern_objcache.c
862
objcache_reclaimlist(struct objcache *oclist[], int nlist)
sys/kern/kern_objcache.c
864
struct objcache *oc;
sys/kern/kern_objcache.c
908
objcache_destroy(struct objcache *oc)
sys/kern/kern_objcache.c
973
unalloc = desc->objcache->depot[0].unallocated_objects;
sys/kern/kern_objcache.c
979
cache = &desc->objcache->cache_percpu[cpu];
sys/kern/kern_sfbuf.c
46
static struct objcache *sf_buf_cache;
sys/kern/kern_udev.c
52
static struct objcache *udev_event_kernel_cache;
sys/kern/lwkt_thread.c
101
__read_mostly static struct objcache *thread_cache;
sys/kern/subr_disk.c
161
static struct objcache *disk_msg_cache;
sys/kern/subr_sleepqueue.c
108
static struct objcache *sleepq_wc_cache;
sys/kern/uipc_mbuf.c
1021
struct objcache *reclaimlist[] = {
sys/kern/uipc_mbuf.c
1059
struct objcache *reclaimlist[] = {
sys/kern/uipc_mbuf.c
1100
m_getcl_cache(int how, short type, int flags, struct objcache *mbclc,
sys/kern/uipc_mbuf.c
1101
struct objcache *mbphclc, u_long *cl_stats)
sys/kern/uipc_mbuf.c
1116
struct objcache *reclaimlist[1];
sys/kern/uipc_mbuf.c
1148
struct objcache *mbclc, *mbphclc;
sys/kern/uipc_mbuf.c
255
struct objcache *mbuf_cache, *mbufphdr_cache;
sys/kern/uipc_mbuf.c
256
struct objcache *mclmeta_cache, *mjclmeta_cache;
sys/kern/uipc_mbuf.c
257
struct objcache *mbufcluster_cache, *mbufphdrcluster_cache;
sys/kern/uipc_mbuf.c
258
struct objcache *mbufjcluster_cache, *mbufphdrjcluster_cache;
sys/kern/vfs_init.c
88
struct objcache *namei_oc;
sys/libprop/prop_object_impl.h
275
struct objcache *pp; \
sys/net/wg/if_wg.c
309
static struct objcache *wg_packet_zone;
sys/net/wg/wg_cookie.c
127
static struct objcache *ratelimit_zone;
sys/netgraph7/netgraph/ng_base.c
2564
static struct objcache *ng_oc;
sys/netgraph7/netgraph/ng_base.c
2565
static struct objcache *ng_apply_oc;
sys/sys/objcache.h
63
struct objcache;
sys/sys/objcache.h
65
struct objcache
sys/sys/objcache.h
71
struct objcache
sys/sys/objcache.h
73
struct objcache
sys/sys/objcache.h
78
void objcache_set_cluster_limit(struct objcache *oc, int cluster_limit);
sys/sys/objcache.h
79
void *objcache_get(struct objcache *oc, int ocflags);
sys/sys/objcache.h
80
void objcache_put(struct objcache *oc, void *obj);
sys/sys/objcache.h
81
void objcache_dtor(struct objcache *oc, void *obj);
sys/sys/objcache.h
82
void objcache_populate_linear(struct objcache *oc, void *elts, int nelts,
sys/sys/objcache.h
84
bool objcache_reclaimlist(struct objcache *oc[], int nlist);
sys/sys/objcache.h
85
void objcache_destroy(struct objcache *oc);
sys/sys/sysref.h
83
struct objcache *oc; /* object cache */
sys/sys/vnode.h
360
struct objcache;
sys/sys/vnode.h
369
extern struct objcache *namei_oc;
sys/vfs/autofs/autofs.c
79
struct objcache *autofs_request_objcache = NULL;
sys/vfs/autofs/autofs.c
80
struct objcache *autofs_node_objcache = NULL;
sys/vfs/autofs/autofs.h
64
extern struct objcache *autofs_request_objcache;
sys/vfs/autofs/autofs.h
65
extern struct objcache *autofs_node_objcache;
sys/vfs/devfs/devfs_core.c
78
static struct objcache *devfs_node_cache;
sys/vfs/devfs/devfs_core.c
79
static struct objcache *devfs_msg_cache;
sys/vfs/devfs/devfs_core.c
80
static struct objcache *devfs_dev_cache;
sys/vfs/devfs/devfs_rules.c
60
static struct objcache *devfs_rule_cache;
sys/vfs/fuse/fuse_ipc.c
36
static struct objcache *fuse_ipc_objcache = NULL;
sys/vfs/fuse/fuse_node.c
32
static struct objcache *fuse_node_objcache = NULL;
sys/vfs/hammer2/hammer2.h
1450
extern struct objcache *cache_buffer_read;
sys/vfs/hammer2/hammer2.h
1451
extern struct objcache *cache_buffer_write;
sys/vfs/hammer2/hammer2.h
1452
extern struct objcache *cache_xops;
sys/vfs/hammer2/hammer2_admin.c
68
struct objcache *cache_xops;
sys/vfs/hammer2/hammer2_strategy.c
60
struct objcache *cache_buffer_read;
sys/vfs/hammer2/hammer2_strategy.c
61
struct objcache *cache_buffer_write;
sys/vfs/ufs/ufs_dirhash.c
88
static struct objcache *ufsdirhash_oc;
sys/vm/vm_map.c
121
static struct objcache *vmspace_cache;
usr.sbin/makefs/hammer2/hammer2.h
1495
extern struct objcache *cache_buffer_read;
usr.sbin/makefs/hammer2/hammer2.h
1496
extern struct objcache *cache_buffer_write;
usr.sbin/makefs/hammer2/hammer2.h
1497
extern struct objcache *cache_xops;