| /f-stack/freebsd/arm/include/ |
| H A D | atomic-v6.h | 248 atomic_fcmpset_acq_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) in atomic_fcmpset_acq_8() 327 atomic_fcmpset_long(volatile u_long *_ptr, u_long *_old, u_long _new) in atomic_fcmpset_long() 424 atomic_cmpset_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new) in atomic_cmpset_8() 434 atomic_cmpset_acq_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new) in atomic_cmpset_acq_8() 444 atomic_cmpset_rel_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new) in atomic_cmpset_rel_8() 454 atomic_cmpset_16(volatile uint16_t *_ptr, uint16_t _old, uint16_t _new) in atomic_cmpset_16() 484 atomic_cmpset_32(volatile uint32_t *_ptr, uint32_t _old, uint32_t _new) in atomic_cmpset_32() 513 atomic_cmpset_long(volatile u_long *_ptr, u_long _old, u_long _new) in atomic_cmpset_long() 522 atomic_cmpset_acq_long(volatile u_long *_ptr, u_long _old, u_long _new) in atomic_cmpset_acq_long() 532 atomic_cmpset_rel_long(volatile u_long *_ptr, u_long _old, u_long _new) in atomic_cmpset_rel_long() [all …]
|
| /f-stack/dpdk/drivers/net/octeontx/base/ |
| H A D | octeontx_io.h | 22 #define octeontx_prefetch_store_keep(_ptr) ({\ argument 39 #define octeontx_prefetch_store_keep(_ptr) do {} while (0) argument
|
| /f-stack/dpdk/drivers/net/thunderx/base/ |
| H A D | nicvf_plat.h | 58 #define nicvf_prefetch_store_keep(_ptr) ({\ argument 71 #define nicvf_prefetch_store_keep(_ptr) do {} while (0) argument
|
| /f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_shim.c | 777 vchi_readbuf_uint32(const void *_ptr) in vchi_readbuf_uint32() 788 vchi_writebuf_uint32(void *_ptr, uint32_t value) in vchi_writebuf_uint32() 802 vchi_readbuf_uint16(const void *_ptr) in vchi_readbuf_uint16() 813 vchi_writebuf_uint16(void *_ptr, uint16_t value) in vchi_writebuf_uint16()
|
| /f-stack/freebsd/net/route/ |
| H A D | nhop_utils.h | 77 #define CHT_SLIST_INIT(_head, _ptr, _num_buckets) \ argument 88 #define _CHT_FIRST(_ptr, idx) (_ptr)[idx] argument
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_shim.h | 5 #define rte_free(_ptr) free(_ptr, M_TEMP) argument
|
| /f-stack/dpdk/drivers/net/dpaa/fmlib/ |
| H A D | ncsw_ext.h | 11 #define PTR_TO_UINT(_ptr) ((uintptr_t)(_ptr)) argument
|
| /f-stack/freebsd/contrib/ncsw/inc/ |
| H A D | ncsw_ext.h | 49 #define PTR_TO_UINT(_ptr) ((uintptr_t)(_ptr)) argument 52 #define PTR_MOVE(_ptr, _offset) (void*)((uint8_t*)(_ptr) + (_offset)) argument
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_mcp.c | 42 #define DRV_INNER_WR(_p_hwfn, _p_ptt, _ptr, _offset, _val) \ argument 46 #define DRV_INNER_RD(_p_hwfn, _p_ptt, _ptr, _offset) \ argument
|
| /f-stack/dpdk/drivers/net/cxgbe/base/ |
| H A D | adapter.h | 801 #define t4_os_free(_ptr) t4_free_mem((_ptr)) argument
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_type.h | 48 #define FLEX_ARRAY_SIZE(_ptr, _mem, cnt) ((cnt) * sizeof(_ptr->_mem[0])) argument
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | server.h | 620 #define initStaticStringObject(_var,_ptr) do { \ argument
|