Searched refs:zinit (Results 51 - 75 of 90) sorted by relevance

1234

/xnu-2782.1.97/osfmk/vm/
H A Dvm_compressor_pager.c676 compressor_pager_zone = zinit(sizeof (struct compressor_pager),
H A Dmemory_object.c2014 mem_obj_control_zone = zinit (i, 8192*i, 4096, "mem_obj_control");
H A Dvm_object.c595 vm_object_zone = zinit((vm_size_t) sizeof(struct vm_object),
625 zinit((vm_size_t) sizeof (struct vm_object_hash_entry),
821 io_reprioritize_req_zone = zinit(sizeof(struct io_reprioritize_req),
/xnu-2782.1.97/bsd/net/
H A Ddlil.c1359 dlif_zone = zinit(dlif_bufsize, DLIF_ZONE_MAX * dlif_bufsize,
1370 dlif_filt_zone = zinit(dlif_filt_size,
1381 dlif_phash_zone = zinit(dlif_phash_size,
1392 dlif_proto_zone = zinit(dlif_proto_size,
1408 dlif_tcpstat_zone = zinit(dlif_tcpstat_bufsize,
1425 dlif_udpstat_zone = zinit(dlif_udpstat_bufsize,
1469 ifnet_fc_zone = zinit(ifnet_fc_zone_size,
H A Dcontent_filter.c1650 content_filter_zone = zinit(content_filter_size,
1655 panic("%s: zinit(%s) failed", __func__,
1666 cfil_info_zone = zinit(cfil_info_size,
1671 panic("%s: zinit(%s) failed", __func__, CFIL_INFO_ZONE_NAME);
H A Droute.c443 rte_zone = zinit(size, RTE_ZONE_MAX * size, 0, RTE_ZONE_NAME);
/xnu-2782.1.97/bsd/netinet/
H A Dmptcp_subr.c316 if ((mtcbinfo.mppi_zone = zinit(mtcbinfo.mppi_size,
338 if ((mptsub_zone = zinit(mptsub_zone_size, 1024 * mptsub_zone_size,
347 if ((mptopt_zone = zinit(mptopt_zone_size, 128 * mptopt_zone_size,
356 if ((mpt_subauth_zone = zinit(mpt_subauth_entry_size,
3893 mptcp_keys_pool.mkph_key_entry_zone = zinit(
H A Din_arp.c248 llinfo_arp_zone = zinit(sizeof (struct llinfo_arp),
H A Digmp.c4010 igi_zone = zinit(igi_size, IGI_ZONE_MAX * igi_size,
H A Din.c1995 inifa_zone = zinit(inifa_size, INIFA_ZONE_MAX * inifa_size,
/xnu-2782.1.97/bsd/kern/
H A Dkern_event.c2822 knote_zone = zinit(sizeof(struct knote), 8192*sizeof(struct knote),
3105 ev_pcb_zone = zinit(sizeof(struct kern_event_pcb),
H A Duipc_socket.c324 so_cache_zone = zinit(so_cache_zone_element_size,
330 if ((sl_zone = zinit(sl_zone_size, 1024 * sl_zone_size, 1024,
339 if ((se_zone = zinit(se_zone_size, 1024 * se_zone_size, 1024,
H A Dkern_aio.c2593 aio_workq_zonep = zinit( i, i * aio_max_requests, i * aio_max_requests, "aiowq" );
H A Duipc_usrreq.c1934 unp_zone = zinit(sizeof (struct unpcb),
H A Dubc_subr.c724 ubc_info_zone = zinit (i, 10000*i, 8192, "ubc_info zone");
/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_hfsc.c178 hfsc_zone = zinit(hfsc_size, HFSC_ZONE_MAX * hfsc_size,
188 hfsc_cl_zone = zinit(hfsc_cl_size, HFSC_CL_ZONE_MAX * hfsc_cl_size,
H A Dpktsched_qfq.c161 qfq_zone = zinit(qfq_size, QFQ_ZONE_MAX * qfq_size,
171 qfq_cl_zone = zinit(qfq_cl_size, QFQ_CL_ZONE_MAX * qfq_cl_size,
H A Dpktsched_rmclass.c139 rmc_zone = zinit(rmc_size, RMC_ZONE_MAX * rmc_size, 0, RMC_ZONE_NAME);
/xnu-2782.1.97/osfmk/ipc/
H A Dipc_importance.c3133 ipc_importance_task_zone = zinit(sizeof(struct ipc_importance_task),
3139 ipc_importance_inherit_zone = zinit(sizeof(struct ipc_importance_inherit),
/xnu-2782.1.97/bsd/netinet6/
H A Dnd6_rtr.c230 ndpr_zone = zinit(ndpr_size, NDPR_ZONE_MAX * ndpr_size, 0,
241 nddr_zone = zinit(nddr_size, NDDR_ZONE_MAX * nddr_size, 0,
251 ndprtr_zone = zinit(ndprtr_size, NDPRTR_ZONE_MAX * ndprtr_size, 0,
/xnu-2782.1.97/osfmk/kern/
H A Dzalloc.c122 * zinit favors using PAGE_SIZE backing allocations for a zone unless it would
946 * All locks are associated to this group in zinit.
1652 * zinit initializes a new zone. The zone data structures themselves
1657 zinit( function
1819 * zinit'ed before we can do a kmem_alloc, so we have to defer allocation in that case. kmem_alloc_ready is set to
1821 * of the VM related zones that's set up early on, we will skip allocation of the log until zinit is called again
2121 /* assertion: nobody else called zinit before us */
2128 zone_zone = zinit(sizeof(struct zone), 128 * sizeof(struct zone),
2143 zinfo_zone = zinit(zisize, zisize * CONFIG_TASK_MAX,
3051 * This routine must be called immediately after zinit
[all...]
H A Dthread.c352 thread_zone = zinit(
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_fsevents.c214 event_zone = zinit(sizeof(kfs_event),
H A Dvfs_bio.c2053 zinit(meta_zones[i].mz_size,
2059 buf_hdr_zone = zinit(sizeof(struct buf), 32, PAGE_SIZE, "buf headers");
/xnu-2782.1.97/security/
H A Dmac_base.c428 mac_audit_data_zone = zinit(MAC_AUDIT_DATA_LIMIT,

Completed in 231 milliseconds

1234