Home
last modified time | relevance | path

Searched refs:fpo_map_count (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c1345 LASSERT(pool->fpo_map_count == 0); in kiblnd_destroy_fmr_pool()
1435 if (fpo->fpo_map_count == 0) in kiblnd_fail_fmr_poolset()
1478 if (fpo->fpo_map_count != 0) /* still in use */ in kiblnd_fmr_pool_is_idle()
1506 fpo->fpo_map_count--; /* decref the pool */ in kiblnd_fmr_pool_unmap()
1537 fpo->fpo_map_count++; in kiblnd_fmr_pool_map()
1549 fpo->fpo_map_count--; in kiblnd_fmr_pool_map()
Do2iblnd.h323 int fpo_map_count; /* # of mapped FMR */ member