Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c1347 LASSERT(pool->fpo_map_count == 0); in kiblnd_destroy_fmr_pool()
1437 if (fpo->fpo_map_count == 0) in kiblnd_fail_fmr_poolset()
1480 if (fpo->fpo_map_count != 0) /* still in use */ in kiblnd_fmr_pool_is_idle()
1508 fpo->fpo_map_count--; /* decref the pool */ in kiblnd_fmr_pool_unmap()
1539 fpo->fpo_map_count++; in kiblnd_fmr_pool_map()
1551 fpo->fpo_map_count--; in kiblnd_fmr_pool_map()
Do2iblnd.h303 int fpo_map_count; /* # of mapped FMR */ member