Searched refs:rtrp (Results 1 – 1 of 1) sorted by relevance
1357 lnet_rtrbufpool_t *rtrp; in lnet_rtrpools_free() local1363 cfs_percpt_for_each(rtrp, i, the_lnet.ln_rtrpools) { in lnet_rtrpools_free()1364 lnet_rtrpool_free_bufs(&rtrp[0]); in lnet_rtrpools_free()1365 lnet_rtrpool_free_bufs(&rtrp[1]); in lnet_rtrpools_free()1366 lnet_rtrpool_free_bufs(&rtrp[2]); in lnet_rtrpools_free()1433 lnet_rtrbufpool_t *rtrp; in lnet_rtrpools_alloc() local1479 cfs_percpt_for_each(rtrp, i, the_lnet.ln_rtrpools) { in lnet_rtrpools_alloc()1480 lnet_rtrpool_init(&rtrp[0], 0); in lnet_rtrpools_alloc()1481 rc = lnet_rtrpool_alloc_bufs(&rtrp[0], nrb_tiny, i); in lnet_rtrpools_alloc()1485 lnet_rtrpool_init(&rtrp[1], small_pages); in lnet_rtrpools_alloc()[all …]