Searched refs:rtrp (Results 1 – 1 of 1) sorted by relevance
1342 lnet_rtrbufpool_t *rtrp; in lnet_rtrpools_free() local1348 cfs_percpt_for_each(rtrp, i, the_lnet.ln_rtrpools) { in lnet_rtrpools_free()1349 lnet_rtrpool_free_bufs(&rtrp[0]); in lnet_rtrpools_free()1350 lnet_rtrpool_free_bufs(&rtrp[1]); in lnet_rtrpools_free()1351 lnet_rtrpool_free_bufs(&rtrp[2]); in lnet_rtrpools_free()1418 lnet_rtrbufpool_t *rtrp; in lnet_rtrpools_alloc() local1464 cfs_percpt_for_each(rtrp, i, the_lnet.ln_rtrpools) { in lnet_rtrpools_alloc()1465 lnet_rtrpool_init(&rtrp[0], 0); in lnet_rtrpools_alloc()1466 rc = lnet_rtrpool_alloc_bufs(&rtrp[0], nrb_tiny, i); in lnet_rtrpools_alloc()1470 lnet_rtrpool_init(&rtrp[1], small_pages); in lnet_rtrpools_alloc()[all …]