Home
last modified time | relevance | path

Searched refs:UMA_ALIGN_PTR (Results 1 – 25 of 91) sorted by relevance

1234

/freebsd/sys/kern/
H A Dsubr_pcpu.c147 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_PCPU); in pcpu_zones_startup()
149 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_PCPU); in pcpu_zones_startup()
151 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_PCPU); in pcpu_zones_startup()
153 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_PCPU); in pcpu_zones_startup()
155 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_PCPU); in pcpu_zones_startup()
H A Dtty_outq.c341 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in ttyoutq_startup()
H A Dkern_mbuf.c364 UMA_ALIGN_PTR, UMA_ZONE_CONTIG); in mbuf_init()
376 UMA_ALIGN_PTR, UMA_ZONE_CONTIG); in mbuf_init()
384 UMA_ALIGN_PTR, UMA_ZONE_CONTIG); in mbuf_init()
392 UMA_ALIGN_PTR, UMA_ZONE_CONTIG); in mbuf_init()
H A Dsubr_rangeset.c52 UMA_ALIGN_PTR, 0); in rs_rangeset_init()
H A Dtty_inq.c548 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in ttyinq_startup()
H A Dkern_devctl.c165 UMA_ALIGN_PTR, 0); in devctl_init()
H A Dkern_malloc.c890 mtpp = (struct malloc_type **) ((unsigned long)mtpp & ~UMA_ALIGN_PTR); in free_save_type()
1292 align = UMA_ALIGN_PTR; in mallocinit()
H A Duipc_mqueue.c668 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in mqfs_init()
670 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in mqfs_init()
673 NULL, UMA_ALIGN_PTR, 0); in mqfs_init()
675 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in mqfs_init()
/freebsd/sys/fs/p9fs/
H A Dp9fs_vfsops.c101 sizeof(struct p9fs_node), NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in p9fs_init()
105 sizeof(struct p9_stat_dotl), NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in p9fs_init()
109 sizeof(struct p9_iattr_dotl), NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in p9fs_init()
120 P9FS_MTU, NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in p9fs_init()
H A Dp9_client.c514 sizeof(struct p9_fid), NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in p9_init_zones()
518 sizeof(struct p9_req_t), NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in p9_init_zones()
523 NULL, NULL, UMA_ALIGN_PTR, 0); in p9_init_zones()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_current.c287 UMA_ALIGN_PTR, 0); in linux_current_init()
292 UMA_ALIGN_PTR, 0); in linux_current_init()
H A Dlinux_skbuff.c292 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in lkpi_skbuff_init()
/freebsd/sys/security/mac/
H A Dmac_label.c64 UMA_ALIGN_PTR, 0); in mac_labelzone_init()
/freebsd/tools/uma/smrstress/
H A Dsmrstress.c190 smrs_ctor, smrs_dtor, NULL, NULL, UMA_ALIGN_PTR, in smrs_init()
/freebsd/sys/powerpc/aim/
H A Dslb.c521 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, in slb_zone_init()
525 UMA_ALIGN_PTR, UMA_ZONE_CONTIG | UMA_ZONE_VM); in slb_zone_init()
/freebsd/sys/net/route/
H A Droute_rtentry.c62 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in vnet_rtzone_init()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c1784 UMA_ALIGN_PTR, 0); in nat64lsn_init_internal()
1787 UMA_ALIGN_PTR, 0); in nat64lsn_init_internal()
1790 UMA_ALIGN_PTR, 0); in nat64lsn_init_internal()
1793 UMA_ALIGN_PTR, 0); in nat64lsn_init_internal()
1796 NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in nat64lsn_init_internal()
1799 UMA_ALIGN_PTR, 0); in nat64lsn_init_internal()
/freebsd/sys/fs/autofs/
H A Dautofs.c172 UMA_ALIGN_PTR, 0); in autofs_init()
175 UMA_ALIGN_PTR, 0); in autofs_init()
/freebsd/sys/vm/
H A Duma.h300 #define UMA_ALIGN_PTR (sizeof(void *) - 1) /* Alignment fit for ptr */ macro
/freebsd/sys/fs/nfsclient/
H A Dnfs_clnode.c76 NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in ncl_nhinit()
/freebsd/tools/tools/umastat/
H A Dumastat.c165 case UMA_ALIGN_PTR: in uma_print_keg_align()
/freebsd/sys/netinet/
H A Dsctp_os_bsd.h232 zone = uma_zcreate(name, size, NULL, NULL, NULL, NULL, UMA_ALIGN_PTR,\
/freebsd/sys/netpfil/pf/
H A Dpf_norm.c182 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in pf_normalize_init()
185 UMA_ALIGN_PTR, 0); in pf_normalize_init()
187 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in pf_normalize_init()
190 UMA_ALIGN_PTR, 0); in pf_normalize_init()
/freebsd/sys/dev/iser/
H A Dicl_iser.c533 UMA_ALIGN_PTR, 0); in icl_iser_load()
/freebsd/sys/security/audit/
H A Daudit.c368 audit_record_dtor, NULL, NULL, UMA_ALIGN_PTR, 0); in audit_init()

1234