Searched refs:tout (Results 1 – 2 of 2) sorted by relevance
229 struct timespec tout; in hinic_mutex_lock() local231 (void)clock_gettime(CLOCK_TYPE, &tout); in hinic_mutex_lock()233 tout.tv_sec += HINIC_MUTEX_TIMEOUT; in hinic_mutex_lock()234 err = pthread_mutex_timedlock(pthreadmutex, &tout); in hinic_mutex_lock()
1661 int tout = 50; in bnx2x_func_wait_started() local1682 ECORE_F_STATE_STARTED && tout--) { in bnx2x_func_wait_started()1754 int tout = 5000; /* wait for 5 secs tops */ in bnx2x_wait_sp_comp() local1756 while (tout--) { in bnx2x_wait_sp_comp()8434 int tout = 5000; in bnx2x_get_device_info() local8440 while (tout && REG_RD(sc, IGU_REG_RESET_MEMORIES)) { in bnx2x_get_device_info()8441 tout--; in bnx2x_get_device_info()