Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.h259 unsigned long ps_next_retry; /* time stamp for retry if failed to allocate */ member
Do2iblnd.c1763 if (time_before(cfs_time_current(), ps->ps_next_retry)) { in kiblnd_pool_alloc_node()
1781 ps->ps_next_retry = cfs_time_shift(IBLND_POOL_RETRY); in kiblnd_pool_alloc_node()