Symbol: objcache_malloc_args
sys/cpu/x86_64/misc/lwbuf.c
59
struct objcache_malloc_args lwbuf_malloc_args = { sizeof(struct lwbuf), M_LWBUF };
sys/dev/acpica/Osd/OsdCache.c
39
struct objcache_malloc_args args;
sys/dev/disk/dm/delay/dm_target_delay.c
83
static struct objcache_malloc_args obj_args = {
sys/dev/disk/iscsi/initiator/iscsi.c
70
struct objcache_malloc_args iscsi_malloc_args = {
sys/dev/disk/nata/ata-all.c
79
struct objcache_malloc_args ata_request_malloc_args = {
sys/dev/disk/nata/ata-all.c
81
struct objcache_malloc_args ata_composite_malloc_args = {
sys/kern/kern_objcache.c
380
struct objcache_malloc_args *margs;
sys/kern/kern_objcache.c
399
struct objcache_malloc_args *margs;
sys/kern/kern_objcache.c
573
struct objcache_malloc_args *alloc_args = allocator_args;
sys/kern/kern_objcache.c
586
struct objcache_malloc_args *alloc_args = allocator_args;
sys/kern/kern_objcache.c
596
struct objcache_malloc_args *alloc_args = allocator_args;
sys/kern/kern_sfbuf.c
49
static struct objcache_malloc_args sf_buf_malloc_args = {
sys/kern/subr_disk.c
163
static struct objcache_malloc_args disk_msg_malloc_args = {
sys/kern/uipc_mbuf.c
769
struct objcache_malloc_args mbuf_malloc_args = { MSIZE, M_MBUF };
sys/kern/uipc_mbuf.c
770
struct objcache_malloc_args mclmeta_malloc_args =
sys/vfs/autofs/autofs_vfsops.c
45
static struct objcache_malloc_args autofs_request_args = {
sys/vfs/autofs/autofs_vfsops.c
48
static struct objcache_malloc_args autofs_node_args = {
sys/vfs/devfs/devfs_core.c
82
static struct objcache_malloc_args devfs_node_malloc_args = {
sys/vfs/devfs/devfs_core.c
84
struct objcache_malloc_args devfs_msg_malloc_args = {
sys/vfs/devfs/devfs_core.c
86
struct objcache_malloc_args devfs_dev_malloc_args = {
sys/vfs/devfs/devfs_rules.c
63
static struct objcache_malloc_args devfs_rule_malloc_args = {
sys/vfs/fuse/fuse_ipc.c
37
static struct objcache_malloc_args fuse_ipc_args = {
sys/vfs/fuse/fuse_node.c
33
static struct objcache_malloc_args fuse_node_args = {
sys/vfs/hammer2/hammer2_vfsops.c
247
static struct objcache_malloc_args margs_read;
sys/vfs/hammer2/hammer2_vfsops.c
248
static struct objcache_malloc_args margs_write;
sys/vfs/hammer2/hammer2_vfsops.c
249
static struct objcache_malloc_args margs_vop;