Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c1415 fpo->fpo_deadline = cfs_time_shift(IBLND_POOL_DEADLINE); in kiblnd_create_fmr_pool()
1536 fpo->fpo_deadline = cfs_time_shift(IBLND_POOL_DEADLINE); in kiblnd_fmr_pool_map()
1609 pool->po_deadline = cfs_time_shift(IBLND_POOL_DEADLINE); in kiblnd_init_pool()
1741 pool->po_deadline = cfs_time_shift(IBLND_POOL_DEADLINE); in kiblnd_pool_alloc_node()
Do2iblnd.h220 #define IBLND_POOL_DEADLINE 300 macro