sm_fifo_t         232 opal/mca/btl/smcuda/btl_smcuda.c     sm_fifo_t *my_fifos;
sm_fifo_t         402 opal/mca/btl/smcuda/btl_smcuda.c     mca_btl_smcuda_component.shm_fifo = (volatile sm_fifo_t **)mca_btl_smcuda_component.sm_seg->module_data_addr;
sm_fifo_t         413 opal/mca/btl/smcuda/btl_smcuda.c     if(NULL == (my_fifos = (sm_fifo_t*)mpool_calloc(FIFO_MAP_NUM(n), sizeof(sm_fifo_t))))
sm_fifo_t         420 opal/mca/btl/smcuda/btl_smcuda.c     mca_btl_smcuda_component.fifo = (sm_fifo_t**)malloc(sizeof(sm_fifo_t*) * n);
sm_fifo_t         699 opal/mca/btl/smcuda/btl_smcuda.c             (sm_fifo_t*)OFFSET2ADDR(diff, mca_btl_smcuda_component.shm_fifo[j]);
sm_fifo_t         105 opal/mca/btl/smcuda/btl_smcuda.h typedef struct sm_fifo_t sm_fifo_t;
sm_fifo_t         138 opal/mca/btl/smcuda/btl_smcuda.h     volatile sm_fifo_t **shm_fifo;     /**< pointer to fifo 2D array in shared memory */
sm_fifo_t         141 opal/mca/btl/smcuda/btl_smcuda.h     sm_fifo_t **fifo;                  /**< cached copy of the pointer to the 2D
sm_fifo_t         250 opal/mca/btl/smcuda/btl_smcuda.h                                sm_fifo_t *fifo, int lazy_free)
sm_fifo_t         288 opal/mca/btl/smcuda/btl_smcuda.h static inline int sm_fifo_write(void *value, sm_fifo_t *fifo)
sm_fifo_t         305 opal/mca/btl/smcuda/btl_smcuda.h static inline void *sm_fifo_read(sm_fifo_t *fifo)
sm_fifo_t         405 opal/mca/btl/smcuda/btl_smcuda_component.c            (sizeof(sm_fifo_t) + sizeof(void *) *
sm_fifo_t         531 opal/mca/btl/smcuda/btl_smcuda_component.c                (sizeof(sm_fifo_t *) +
sm_fifo_t        1003 opal/mca/btl/smcuda/btl_smcuda_component.c     sm_fifo_t *fifo = NULL;
sm_fifo_t          89 opal/mca/btl/smcuda/btl_smcuda_fifo.h     sm_fifo_t* fifo = &(mca_btl_smcuda_component.fifo[peer_smp_rank][FIFO_MAP(my_smp_rank)]); \