Searched refs:zone (Results 26 - 50 of 67) sorted by relevance

123

/darwin-on-arm/xnu/bsd/net/
H A Dif_llreach.c138 static struct zone *iflr_zone; /* zone for if_llreach */
140 #define IFLR_ZONE_MAX 128 /* maximum elements in zone */
141 #define IFLR_ZONE_NAME "if_llreach" /* zone name */
H A Ddlil.c260 static struct zone *ifnet_fcezone; /* zone for ifnet_fce */
262 #define IFNET_FCEZONE_MAX 32 /* maximum elements in zone */
263 #define IFNET_FCEZONE_NAME "ifnet_fcezone" /* zone name */
275 static struct zone *dlif_zone; /* zone for dlil_ifnet */
277 #define DLIF_ZONE_MAX 64 /* maximum elements in zone */
278 #define DLIF_ZONE_NAME "ifnet" /* zone name */
281 static struct zone *dlif_filt_zone; /* zone fo
[all...]
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_cbq.c96 #define CBQ_ZONE_MAX 32 /* maximum elements in zone */
97 #define CBQ_ZONE_NAME "pktsched_cbq" /* zone name */
99 static unsigned int cbq_size; /* size of zone element */
100 static struct zone *cbq_zone; /* zone for cbq */
H A Dpktsched_fairq.c165 #define FAIRQ_ZONE_MAX 32 /* maximum elements in zone */
166 #define FAIRQ_ZONE_NAME "pktsched_fairq" /* zone name */
168 static unsigned int fairq_size; /* size of zone element */
169 static struct zone *fairq_zone; /* zone for fairq */
171 #define FAIRQ_CL_ZONE_MAX 32 /* maximum elements in zone */
172 #define FAIRQ_CL_ZONE_NAME "pktsched_fairq_cl" /* zone name */
174 static unsigned int fairq_cl_size; /* size of zone element */
175 static struct zone *fairq_cl_zone; /* zone fo
[all...]
H A Dpktsched_priq.c106 #define PRIQ_ZONE_MAX 32 /* maximum elements in zone */
107 #define PRIQ_ZONE_NAME "pktsched_priq" /* zone name */
109 static unsigned int priq_size; /* size of zone element */
110 static struct zone *priq_zone; /* zone for priq */
112 #define PRIQ_CL_ZONE_MAX 32 /* maximum elements in zone */
113 #define PRIQ_CL_ZONE_NAME "pktsched_priq_cl" /* zone name */
115 static unsigned int priq_cl_size; /* size of zone element */
116 static struct zone *priq_cl_zone; /* zone fo
[all...]
H A Dpktsched_tcq.c78 #define TCQ_ZONE_MAX 32 /* maximum elements in zone */
79 #define TCQ_ZONE_NAME "pktsched_tcq" /* zone name */
81 static unsigned int tcq_size; /* size of zone element */
82 static struct zone *tcq_zone; /* zone for tcq */
84 #define TCQ_CL_ZONE_MAX 32 /* maximum elements in zone */
85 #define TCQ_CL_ZONE_NAME "pktsched_tcq_cl" /* zone name */
87 static unsigned int tcq_cl_size; /* size of zone element */
88 static struct zone *tcq_cl_zone; /* zone fo
[all...]
H A Dpktsched_hfsc.c155 #define HFSC_ZONE_MAX 32 /* maximum elements in zone */
156 #define HFSC_ZONE_NAME "pktsched_hfsc" /* zone name */
158 static unsigned int hfsc_size; /* size of zone element */
159 static struct zone *hfsc_zone; /* zone for hfsc_if */
161 #define HFSC_CL_ZONE_MAX 32 /* maximum elements in zone */
162 #define HFSC_CL_ZONE_NAME "pktsched_hfsc_cl" /* zone name */
164 static unsigned int hfsc_cl_size; /* size of zone element */
165 static struct zone *hfsc_cl_zone; /* zone fo
[all...]
H A Dpktsched_qfq.c135 #define QFQ_ZONE_MAX 32 /* maximum elements in zone */
136 #define QFQ_ZONE_NAME "pktsched_qfq" /* zone name */
138 static unsigned int qfq_size; /* size of zone element */
139 static struct zone *qfq_zone; /* zone for qfq */
141 #define QFQ_CL_ZONE_MAX 32 /* maximum elements in zone */
142 #define QFQ_CL_ZONE_NAME "pktsched_qfq_cl" /* zone name */
144 static unsigned int qfq_cl_size; /* size of zone element */
145 static struct zone *qfq_cl_zone; /* zone fo
[all...]
H A Dpktsched_rmclass.c126 #define RMC_ZONE_MAX 32 /* maximum elements in zone */
127 #define RMC_ZONE_NAME "pktsched_cbq_cl" /* zone name (CBQ for now) */
129 static unsigned int rmc_size; /* size of zone element */
130 static struct zone *rmc_zone; /* zone for rm_class */
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_mcast.c205 static unsigned int in6m_size; /* size of zone element */
206 static struct zone *in6m_zone; /* zone for in6_multi */
208 #define IN6M_ZONE_MAX 64 /* maximum elements in zone */
209 #define IN6M_ZONE_NAME "in6_multi" /* zone name */
211 static unsigned int imm_size; /* size of zone element */
212 static struct zone *imm_zone; /* zone for in6_multi_mship */
214 #define IMM_ZONE_MAX 64 /* maximum elements in zone */
215 #define IMM_ZONE_NAME "in6_multi_mship" /* zone nam
[all...]
H A Dnd6.c231 static struct zone *llinfo_nd6_zone;
232 #define LLINFO_ND6_ZONE_MAX 256 /* maximum elements in zone */
233 #define LLINFO_ND6_ZONE_NAME "llinfo_nd6" /* name for zone */
1494 u_int32_t zone; local
1503 if (in6_setscope(&sin6_copy.sin6_addr, ifp, &zone))
1505 if (sin6_copy.sin6_scope_id == zone)
H A Dnd6_rtr.c186 static unsigned int ndpr_size; /* size of zone element */
187 static struct zone *ndpr_zone; /* zone for nd_prefix */
189 #define NDPR_ZONE_MAX 64 /* maximum elements in zone */
190 #define NDPR_ZONE_NAME "nd6_prefix" /* zone name */
209 static unsigned int nddr_size; /* size of zone element */
210 static struct zone *nddr_zone; /* zone for nd_defrouter */
212 #define NDDR_ZONE_MAX 64 /* maximum elements in zone */
213 #define NDDR_ZONE_NAME "nd6_defrouter" /* zone nam
[all...]
/darwin-on-arm/xnu/osfmk/kern/
H A Dclock_oldops.c100 static struct zone *alarm_zone; /* zone for user alarms */
H A Dthread.c137 static struct zone *thread_zone;
/darwin-on-arm/xnu/bsd/netinet/
H A Din_mcast.c205 #define INM_ZONE_MAX 64 /* maximum elements in zone */
206 #define INM_ZONE_NAME "in_multi" /* zone name */
213 static unsigned int inm_size; /* size of zone element */
214 static struct zone *inm_zone; /* zone for in_multi */
216 #define IPMS_ZONE_MAX 64 /* maximum elements in zone */
217 #define IPMS_ZONE_NAME "ip_msource" /* zone name */
219 static unsigned int ipms_size; /* size of zone element */
220 static struct zone *ipms_zone; /* zone fo
[all...]
H A Dtcp_subr.c257 struct zone *sack_hole_zone;
258 struct zone *tcp_reass_zone;
259 struct zone *tcp_bwmeas_zone;
291 * This is the actual shape of what we allocate using the zone
384 sack_hole_zone = zinit(str_size, 120000*str_size, 8192, "sack_hole zone");
824 * come from the zone allocator set up in tcp_init().
H A Din_arp.c220 static struct zone *llinfo_arp_zone;
221 #define LLINFO_ARP_ZONE_MAX 256 /* maximum elements in zone */
222 #define LLINFO_ARP_ZONE_NAME "llinfo_arp" /* name for zone */
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_map.c298 * wire count; it's used for map splitting and zone changing in
424 static zone_t vm_map_zone; /* zone for vm_map structures */
425 static zone_t vm_map_entry_zone; /* zone for vm_map_entry structures */
426 static zone_t vm_map_entry_reserved_zone; /* zone with reserve for non-blocking
428 static zone_t vm_map_copy_zone; /* zone for vm_map_copy structures */
610 * vm_map_entry_reserved_zone: fallback zone for kernel map entries
612 * The kernel allocates map entries from a special zone that is initially
614 * the kernel to allocate more memory to a entry zone when it became
788 zone_t zone; local
791 zone
840 register zone_t zone; local
[all...]
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c201 * unique zone. In example, dtrace_probe_t is 72 bytes in size,
206 struct zone *fasttrap_tracepoint_t_zone;
215 struct zone *fasttrap_probe_t_zones[FASTTRAP_PROBE_T_ZONE_MAX_TRACEPOINTS];
2619 * Allocate the fasttrap_tracepoint_t zone
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c185 zone_t pv_hashed_list_zone; /* zone of pv_hashed_entry structures */
225 struct zone *pmap_zone; /* zone of pmap structures */
227 struct zone *pmap_anchor_zone;
597 * Create the zone of physical maps,
608 * padding which may violate that requirement. Tell the zone
615 pv_hashed_list_zone = zinit(s, 10000*s /* Expandable zone */,
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_fork.c1096 printf("forkproc: M_PROC zone exhausted\n");
1105 printf("forkproc: M_SUBPROC zone exhausted (p_stats)\n");
1113 printf("forkproc: M_SUBPROC zone exhausted (p_sigacts)\n");
1404 struct zone *uthread_zone;
H A Dmcache.c40 * its own slab allocator (instead of the default zone allocator). Finally,
107 static struct zone *mcache_zone;
191 panic("mcache_init: failed to allocate mcache zone\n");
225 * Create a cache using the zone allocator as the backend slab allocator.
302 * slab allocator (currently set to use the zone allocator).
339 /* Enforce 64-bit minimum alignment for zone-based buffers */
848 * TODO: We need to destroy the zone here, but cannot do it
850 * the memory allocated for the zone structure is leaked.
867 * implementation uses the zone allocator for simplicity reasons.
982 /* Free it to zone */
[all...]
H A Dkern_aio.c265 static struct zone *aio_workq_zonep;
/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_sfb.c179 #define SFB_ZONE_MAX 32 /* maximum elements in zone */
180 #define SFB_ZONE_NAME "classq_sfb" /* zone name */
185 static unsigned int sfb_size; /* size of zone element */
186 static struct zone *sfb_zone; /* zone for sfb */
/darwin-on-arm/xnu/osfmk/arm/
H A Dpmap.c196 struct zone *pmap_zone; /* Zone of pmap structures */
197 struct zone *pve_zone; /* Pmap Virtual Entry zone. */
467 zone_t pv_hashed_list_zone; /* zone of pv_hashed_entry structures */
1841 * Is the page inside the managed zone?
3174 * Expandable zone. (pv_entry zone)

Completed in 129 milliseconds

123