Home
last modified time | relevance | path

Searched refs:M_CACHEALIGN (Results 1 – 17 of 17) sorted by relevance

/dragonfly/sys/dev/drm/include/linux/
H A Dgfp.h38 #define GFP_NOWAIT (M_NOWAIT | M_CACHEALIGN)
39 #define GFP_ATOMIC (M_NOWAIT | M_CACHEALIGN)
40 #define GFP_KERNEL (M_WAITOK | M_CACHEALIGN)
/dragonfly/sys/platform/pc64/x86_64/
H A Dmp_flame.c75 M_FLAME, M_WAITOK | M_CACHEALIGN | M_ZERO); in hard_sniff_init()
78 M_FLAME, M_WAITOK | M_CACHEALIGN | M_ZERO); in hard_sniff_init()
/dragonfly/sys/kern/
H A Dkern_objcache.c175 mag = kmalloc(size, M_OBJMAG, M_INTWAIT | M_ZERO | M_CACHEALIGN); in mag_alloc()
236 M_WAITOK | M_ZERO | M_CACHEALIGN); in objcache_create()
H A Dkern_slaballoc.c841 if (flags & M_CACHEALIGN) { in _kmalloc_debug()
/dragonfly/sys/sys/
H A Dmalloc.h55 #define M_CACHEALIGN 0x4000 /* force CPU cache line alignment */ macro
/dragonfly/sys/net/
H A Dif.c578 M_WAITOK | M_ZERO | M_CACHEALIGN); in if_attach()
595 M_WAITOK | M_ZERO | M_CACHEALIGN); in if_attach()
633 M_WAITOK | M_ZERO | M_CACHEALIGN); in if_attach()
3430 M_INTWAIT | M_ZERO | M_CACHEALIGN); in ifa_create()
/dragonfly/sys/platform/pc64/apic/
H A Dlapic.c188 M_WAITOK | M_ZERO | M_CACHEALIGN); in lapic_init()
/dragonfly/sys/netinet/
H A Dtcp_subr.c395 M_WAITOK | M_CACHEALIGN); in tcp_init()
2515 M_WAITOK | M_CACHEALIGN); in tcp_pcbport_create()
H A Dudp_usrreq.c203 M_WAITOK | M_CACHEALIGN); in udp_init()
/dragonfly/sys/dev/netif/ix/
H A Dif_ix.c1955 M_WAITOK | M_ZERO | M_CACHEALIGN); in ix_alloc_rings()
1976 M_WAITOK | M_ZERO | M_CACHEALIGN); in ix_alloc_rings()
2041 M_WAITOK | M_ZERO | M_CACHEALIGN); in ix_create_tx_ring()
2462 M_WAITOK | M_ZERO | M_CACHEALIGN); in ix_create_rx_ring()
/dragonfly/sys/dev/netif/igb/
H A Dif_igb.c1790 M_WAITOK | M_ZERO | M_CACHEALIGN); in igb_alloc_rings()
1811 M_WAITOK | M_ZERO | M_CACHEALIGN); in igb_alloc_rings()
1891 M_WAITOK | M_ZERO | M_CACHEALIGN); in igb_create_tx_ring()
2297 M_WAITOK | M_ZERO | M_CACHEALIGN); in igb_create_rx_ring()
/dragonfly/sys/dev/netif/bce/
H A Dif_bce.c2127 M_WAITOK | M_ZERO | M_CACHEALIGN); in bce_create_tx_ring()
2241 M_WAITOK | M_ZERO | M_CACHEALIGN); in bce_create_rx_ring()
2503 M_WAITOK | M_ZERO | M_CACHEALIGN); in bce_dma_alloc()
2531 M_WAITOK | M_ZERO | M_CACHEALIGN); in bce_dma_alloc()
/dragonfly/sys/dev/netif/jme/
H A Dif_jme.c1220 M_WAITOK | M_ZERO | M_CACHEALIGN); in jme_dma_alloc()
1228 M_WAITOK | M_ZERO | M_CACHEALIGN); in jme_dma_alloc()
/dragonfly/sys/dev/netif/emx/
H A Dif_emx.c2369 M_WAITOK | M_ZERO | M_CACHEALIGN); in emx_create_tx_ring()
2986 M_WAITOK | M_ZERO | M_CACHEALIGN); in emx_create_rx_ring()
/dragonfly/sys/dev/netif/mxge/
H A Dif_mxge.c3129 M_WAITOK | M_CACHEALIGN); in mxge_alloc_slice_rings()
3965 M_WAITOK | M_ZERO | M_CACHEALIGN); in mxge_alloc_slices()
/dragonfly/sys/dev/netif/bnx/
H A Dif_bnx.c4250 M_WAITOK | M_ZERO | M_CACHEALIGN); in bnx_dma_alloc()
4302 M_WAITOK | M_ZERO | M_CACHEALIGN); in bnx_dma_alloc()
/dragonfly/sys/net/ipfw/
H A Dip_fw2.c2371 M_INTWAIT | M_NULLOK | M_CACHEALIGN); in ipfw_trkcnt_alloc()