Home
last modified time | relevance | path

Searched defs:_align (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/sys/contrib/dpdk_rte_lpm/
H A Drte_shim.h4 #define rte_malloc(_type, _size, _align) malloc(_size, M_TEMP, M_NOWAIT) argument
6 #define rte_zmalloc(_type, _size, _align) malloc(_size, M_TEMP, M_NOWAIT | M_ZERO) argument
7 #define rte_zmalloc_socket(_type, _size, _align, _s) malloc(_size, M_TEMP, M_NOWAIT | M_ZERO) argument
/freebsd-src/sys/dev/sfxge/common/
H A Defx.h58 #define EFX_P2ROUNDUP(_type, _value, _align) \ argument
62 #define EFX_P2ALIGN(_type, _value, _align) \ argument
66 #define EFX_IS_P2ALIGNED(_type, _value, _align) \ argument
/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h822 pci_pool_create(_name,_pdev,_size,_align,_alloc) global() argument