Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DdrvIPAPool.c1268 MS_U32 each_delay_ms = 50;//empirical value in our test. in MApi_IPA_Pool_GetMem_Timeout() local
1276 …%u, delay and try alloc again now_delay_ms=%u\n",__FUNCTION__,__LINE__,each_delay_ms,now_delay_ms); in MApi_IPA_Pool_GetMem_Timeout()
1281 schedule_timeout_interruptible(msecs_to_jiffies(each_delay_ms)); in MApi_IPA_Pool_GetMem_Timeout()
1283 MsOS_DelayTask(each_delay_ms); in MApi_IPA_Pool_GetMem_Timeout()
1293 now_delay_ms += each_delay_ms; in MApi_IPA_Pool_GetMem_Timeout()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvIPAPool.c1030 MS_U32 each_delay_ms = 50;//empirical value in our test. in MApi_IPA_Pool_GetMem_Timeout() local
1037 …%u, delay and try alloc again now_delay_ms=%u\n",__FUNCTION__,__LINE__,each_delay_ms,now_delay_ms); in MApi_IPA_Pool_GetMem_Timeout()
1040 MsOS_DelayTask(each_delay_ms); in MApi_IPA_Pool_GetMem_Timeout()
1045 now_delay_ms += each_delay_ms; in MApi_IPA_Pool_GetMem_Timeout()