Home
last modified time | relevance | path

Searched refs:OFI_MAGIC_64 (Results 1 – 3 of 3) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/util/src/
H A Dutil_buf.c122 buf_hdr->entry.dlist.next = (void *) OFI_MAGIC_64; in ofi_bufpool_grow()
123 buf_hdr->entry.dlist.prev = (void *) OFI_MAGIC_64; in ofi_bufpool_grow()
127 assert((buf_hdr->entry.dlist.next == (void *) OFI_MAGIC_64) && in ofi_bufpool_grow()
128 (buf_hdr->entry.dlist.prev == (void *) OFI_MAGIC_64)); in ofi_bufpool_grow()
130 buf_hdr->entry.slist.next = (void *) OFI_MAGIC_64; in ofi_bufpool_grow()
134 assert(buf_hdr->entry.slist.next == (void *) OFI_MAGIC_64); in ofi_bufpool_grow()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/hook/hook_debug/src/
H A Dhook_debug.c61 assert(tx_entry->magic == OFI_MAGIC_64); in hook_debug_get_tx_entry()
76 assert(rx_entry->magic == OFI_MAGIC_64); in hook_debug_get_rx_entry()
516 assert(rx_entry->magic == OFI_MAGIC_64); in hook_debug_cq_process_entry()
531 assert(tx_entry->magic == OFI_MAGIC_64); in hook_debug_cq_process_entry()
702 entry->magic = OFI_MAGIC_64; in hook_debug_txrx_entry_init()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/include/
H A Dofi.h136 #define OFI_MAGIC_64 (0x0F1C0DE0F1C0DE64) macro