Home
last modified time | relevance | path

Searched defs:_ptr (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/arm/include/
H A Datomic-v6.h248 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 Docteontx_io.h22 #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 Dnicvf_plat.h58 #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 Dvchiq_shim.c777 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 Dnhop_utils.h77 #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 Drte_shim.h5 #define rte_free(_ptr) free(_ptr, M_TEMP) argument
/f-stack/dpdk/drivers/net/dpaa/fmlib/
H A Dncsw_ext.h11 #define PTR_TO_UINT(_ptr) ((uintptr_t)(_ptr)) argument
/f-stack/freebsd/contrib/ncsw/inc/
H A Dncsw_ext.h49 #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 Decore_mcp.c42 #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 Dadapter.h801 #define t4_os_free(_ptr) t4_free_mem((_ptr)) argument
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_type.h48 #define FLEX_ARRAY_SIZE(_ptr, _mem, cnt) ((cnt) * sizeof(_ptr->_mem[0])) argument
/f-stack/app/redis-5.0.5/src/
H A Dserver.h620 #define initStaticStringObject(_var,_ptr) do { \ argument