fifo_lazy_free 629 opal/mca/btl/smcuda/btl_smcuda.c mca_btl_smcuda_component.fifo_lazy_free); fifo_lazy_free 148 opal/mca/btl/smcuda/btl_smcuda.h unsigned int fifo_lazy_free; /**< number of reads before lazy fifo free is triggered */ fifo_lazy_free 163 opal/mca/btl/smcuda/btl_smcuda_component.c mca_btl_smcuda_param_register_uint("fifo_lazy_free", 120, OPAL_INFO_LVL_5, &mca_btl_smcuda_component.fifo_lazy_free); fifo_lazy_free 235 opal/mca/btl/smcuda/btl_smcuda_component.c if (mca_btl_smcuda_component.fifo_lazy_free >= (mca_btl_smcuda_component.fifo_size >> 1) ) fifo_lazy_free 236 opal/mca/btl/smcuda/btl_smcuda_component.c mca_btl_smcuda_component.fifo_lazy_free = (mca_btl_smcuda_component.fifo_size >> 1); fifo_lazy_free 237 opal/mca/btl/smcuda/btl_smcuda_component.c if (mca_btl_smcuda_component.fifo_lazy_free <= 0) fifo_lazy_free 238 opal/mca/btl/smcuda/btl_smcuda_component.c mca_btl_smcuda_component.fifo_lazy_free = 1;