Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c1417 fpo->fpo_deadline = cfs_time_shift(IBLND_POOL_DEADLINE); in kiblnd_create_fmr_pool()
1538 fpo->fpo_deadline = cfs_time_shift(IBLND_POOL_DEADLINE); in kiblnd_fmr_pool_map()
1611 pool->po_deadline = cfs_time_shift(IBLND_POOL_DEADLINE); in kiblnd_init_pool()
1743 pool->po_deadline = cfs_time_shift(IBLND_POOL_DEADLINE); in kiblnd_pool_alloc_node()
Do2iblnd.h220 #define IBLND_POOL_DEADLINE 300 macro