Home
last modified time | relevance | path

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

1234

/freebsd-9-stable/sys/kern/
Dkern_mbuf.c325 UMA_ALIGN_PTR, UMA_ZONE_REFCNT); in mbuf_init()
340 UMA_ALIGN_PTR, UMA_ZONE_REFCNT); in mbuf_init()
351 UMA_ALIGN_PTR, UMA_ZONE_REFCNT); in mbuf_init()
363 UMA_ALIGN_PTR, UMA_ZONE_REFCNT); in mbuf_init()
371 UMA_ALIGN_PTR, UMA_ZONE_ZINIT); in mbuf_init()
Dkern_malloc.c599 ((unsigned long)mtpp & ~UMA_ALIGN_PTR); in free()
770 UMA_ALIGN_PTR, UMA_ZONE_MALLOC); in kmeminit()
784 UMA_ALIGN_PTR, UMA_ZONE_MALLOC); in kmeminit()
Dkern_rangelock.c53 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in rangelock_sys_init()
Dvfs_cache.c921 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_ZINIT); in nchinit()
924 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_ZINIT); in nchinit()
927 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_ZINIT); in nchinit()
930 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_ZINIT); in nchinit()
Dtty_outq.c336 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in ttyoutq_startup()
Dsys_procdesc.c129 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in procdesc_init()
Dsys_capability.c202 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in capability_init()
Dtty_inq.c486 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in ttyinq_startup()
Dvfs_aio.c492 NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in aio_onceonly()
494 NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in aio_onceonly()
496 NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in aio_onceonly()
498 NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in aio_onceonly()
500 NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in aio_onceonly()
Duipc_mqueue.c648 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in mqfs_init()
650 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in mqfs_init()
653 NULL, UMA_ALIGN_PTR, 0); in mqfs_init()
655 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in mqfs_init()
/freebsd-9-stable/sys/security/mac/
Dmac_label.c66 UMA_ALIGN_PTR, 0); in mac_labelzone_init()
/freebsd-9-stable/sys/fs/tmpfs/
Dtmpfs_vfsops.c275 UMA_ALIGN_PTR, 0); in tmpfs_mount()
280 UMA_ALIGN_PTR, 0); in tmpfs_mount()
/freebsd-9-stable/sys/powerpc/aim/
Dslb.c520 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_VM); in slb_zone_init()
523 UMA_ALIGN_PTR, UMA_ZONE_VM); in slb_zone_init()
/freebsd-9-stable/sys/vm/
Duma.h266 #define UMA_ALIGN_PTR (sizeof(void *) - 1) /* Alignment fit for ptr */ macro
Duma_core.c294 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, in bucket_init()
1356 if (totsize & UMA_ALIGN_PTR) in keg_ctor()
1357 totsize = (totsize & ~UMA_ALIGN_PTR) + in keg_ctor()
1358 (UMA_ALIGN_PTR + 1); in keg_ctor()
1742 UMA_ALIGN_PTR, UMA_ZFLAG_INTERNAL); in uma_startup()
1753 UMA_ALIGN_PTR, in uma_startup()
1759 UMA_ALIGN_PTR, UMA_ZFLAG_INTERNAL); in uma_startup()
/freebsd-9-stable/sys/nfsclient/
Dnfs_node.c73 NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in nfs_nhinit()
/freebsd-9-stable/sys/fs/nfsclient/
Dnfs_clnode.c76 NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in ncl_nhinit()
/freebsd-9-stable/sys/netinet/
Dtcp_reass.c118 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in tcp_reass_global_init()
Dsctp_os_bsd.h259 zone = uma_zcreate(name, size, NULL, NULL, NULL, NULL, UMA_ALIGN_PTR,\
Dtcp_timewait.c167 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in tcp_tw_init()
Dtcp_hostcache.c230 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0); in tcp_hc_init()
/freebsd-9-stable/tools/tools/umastat/
Dumastat.c166 case UMA_ALIGN_PTR: in uma_print_keg_align()
/freebsd-9-stable/sys/opencrypto/
Dcrypto.c208 UMA_ALIGN_PTR, UMA_ZONE_ZINIT); in crypto_init()
211 UMA_ALIGN_PTR, UMA_ZONE_ZINIT); in crypto_init()
/freebsd-9-stable/sys/dev/patm/
Dif_patm_attach.c419 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0)) == NULL) { in patm_attach()
915 UMA_ALIGN_PTR, 0)) == NULL) in patm_txmap_init()
/freebsd-9-stable/sys/security/audit/
Daudit.c304 audit_record_dtor, NULL, NULL, UMA_ALIGN_PTR, 0); in audit_init()

1234