Home
last modified time | relevance | path

Searched refs:uma_zone_t (Results 76 – 100 of 157) sorted by relevance

1234567

/freebsd/sys/netinet/
H A Din_fib_dxr.c229 uma_zone_t chunk_zone;
230 uma_zone_t trie_zone;
H A Dip_reass.c155 VNET_DEFINE_STATIC(uma_zone_t, ipq_zone);
H A Dtcp_fastopen.c370 VNET_DEFINE_STATIC(uma_zone_t, counter_zone);
H A Dtcp_reass.c105 static uma_zone_t tcp_reass_zone;
/freebsd/sys/fs/smbfs/
H A Dsmbfs_io.c64 extern uma_zone_t smbfs_pbuf_zone;
/freebsd/sys/kern/
H A Dkern_environment.c69 static uma_zone_t kenv_zone;
H A Dkern_rctl.c215 static uma_zone_t rctl_rule_zone;
216 static uma_zone_t rctl_rule_link_zone;
H A Dsubr_epoch.c142 static uma_zone_t pcpu_zone_record;
H A Dvfs_cluster.c53 static uma_zone_t cluster_pbuf_zone;
H A Dkern_cpuset.c129 static uma_zone_t cpuset_zone;
130 static uma_zone_t domainset_zone;
H A Dkern_racct.c92 static uma_zone_t racct_zone;
H A Dsubr_turnstile.c152 static uma_zone_t turnstile_zone;
/freebsd/sys/netpfil/pf/
H A Dpf_norm.c116 VNET_DEFINE(uma_zone_t, pf_state_scrub_z); /* XXX: shared with pfsync */
118 VNET_DEFINE_STATIC(uma_zone_t, pf_frent_z);
120 VNET_DEFINE_STATIC(uma_zone_t, pf_frag_z);
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c319 VNET_DEFINE_STATIC(uma_zone_t, dyn_data_zone);
320 VNET_DEFINE_STATIC(uma_zone_t, dyn_parent_zone);
321 VNET_DEFINE_STATIC(uma_zone_t, dyn_ipv4_zone);
323 VNET_DEFINE_STATIC(uma_zone_t, dyn_ipv6_zone);
/freebsd/sys/geom/shsec/
H A Dg_shsec.c48 static uma_zone_t g_shsec_zone;
/freebsd/sys/amd64/amd64/
H A Dfpu.c167 static uma_zone_t fpu_save_area_zone;
/freebsd/sys/cam/scsi/
H A Dscsi_pass.c144 uma_zone_t pass_zone;
145 uma_zone_t pass_io_zone;
/freebsd/sys/fs/fuse/
H A Dfuse_ipc.c130 static uma_zone_t ticket_zone;
/freebsd/sys/ufs/ufs/
H A Dufs_dirhash.c104 static uma_zone_t ufsdirhash_zone;
/freebsd/sys/geom/
H A Dgeom_io.c89 static uma_zone_t __read_mostly biozone;
/freebsd/sys/i386/i386/
H A Dnpx.c174 static uma_zone_t fpu_save_area_zone;
/freebsd/sys/netgraph/
H A Dng_pipe.c136 static uma_zone_t ngp_zone;
/freebsd/sys/cam/ctl/
H A Dctl_backend_block.c194 uma_zone_t beio_zone;
195 uma_zone_t bufmin_zone;
196 uma_zone_t bufmax_zone;
/freebsd/sys/net/route/
H A Dnhop_ctl.c100 static uma_zone_t nhops_zone; /* Global zone for each and every nexthop */
/freebsd/sys/vm/
H A Dvm_map.c124 static uma_zone_t mapentzone;
125 static uma_zone_t kmapentzone;
126 static uma_zone_t vmspace_zone;
186 kmapent_alloc(uma_zone_t zone, vm_size_t bytes, int domain, uint8_t *pflag, in kmapent_alloc()

1234567