| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_shim.h | 4 #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
|
| /f-stack/freebsd/sys/ |
| H A D | bitstring.h | 280 bit_ffs_area_at(bitstr_t *_bitstr, int _start, int _nbits, int _size, in bit_ffs_area_at() 327 bit_ffc_area_at(bitstr_t *_bitstr, int _start, int _nbits, int _size, in bit_ffc_area_at() 374 bit_ffs_area(bitstr_t *_bitstr, int _nbits, int _size, int *_result) in bit_ffs_area() 381 bit_ffc_area(bitstr_t *_bitstr, int _nbits, int _size, int *_result) in bit_ffc_area()
|
| /f-stack/freebsd/arm/include/ |
| H A D | platformvar.h | 93 #define FDT_PLATFORM_DEF2(NAME, VAR_NAME, NAME_STR, _size, _compatible, \ argument
|
| /f-stack/dpdk/drivers/common/sfc_efx/ |
| H A D | efsys.h | 246 #define EFSYS_MEM_ZERO(_esmp, _size) \ argument 615 #define EFSYS_DMA_SYNC_FOR_KERNEL(_esmp, _offset, _size) ((void)0) argument 618 #define EFSYS_DMA_SYNC_FOR_DEVICE(_esmp, _offset, _size) rte_wmb() argument 633 #define EFSYS_KMEM_ALLOC(_esip, _size, _p) \ argument 640 #define EFSYS_KMEM_FREE(_esip, _size, _p) \ argument
|
| /f-stack/freebsd/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_cmds.h | 344 #define _ng_l2cap_echo_req(_m, _ident, _data, _size) \ argument
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_regdomain.c | 190 #define swap(_a, _b, _size) { \ argument
|
| /f-stack/dpdk/app/test/ |
| H A D | test_link_bonding_rssconf.c | 111 #define FOR_EACH(_i, _item, _array, _size) \ argument
|
| H A D | test_link_bonding_mode4.c | 122 #define FOR_EACH(_i, _item, _array, _size) \ argument
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_tx.c | 786 #define EFX_TX_DESC(_etp, _addr, _size, _eop, _added) \ argument
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.h | 128 #define ECORE_ZALLOC(_size, _flags, _sc) \ argument 131 #define ECORE_CALLOC(_len, _size, _flags, _sc) \ argument 134 #define ECORE_FREE(_s, _buf, _size) \ argument
|
| /f-stack/dpdk/drivers/net/cxgbe/base/ |
| H A D | adapter.h | 800 #define t4_os_alloc(_size) t4_alloc_mem((_size)) argument
|