Searched refs:restarts (Results 1 – 4 of 4) sorted by relevance
104 int restarts; in xfs_trans_push_ail() local134 restarts = 0; in xfs_trans_push_ail()135 while (((restarts < XFS_TRANS_PUSH_AIL_RESTARTS) && in xfs_trans_push_ail()191 lip = xfs_trans_next_ail(mp, lip, &gen, &restarts); in xfs_trans_push_ail()420 int *restarts) in xfs_trans_next_ail() argument430 if (restarts != NULL) { in xfs_trans_next_ail()432 (*restarts)++; in xfs_trans_next_ail()
1047 int recl, restarts; in xfs_qm_sync() local1053 restarts = 0; in xfs_qm_sync()1135 if (++restarts >= XFS_QM_SYNC_MAX_RESTARTS) in xfs_qm_sync()2077 int restarts; in xfs_qm_shake_freelist() local2084 restarts = 0; in xfs_qm_shake_freelist()2106 if (++restarts >= XFS_QM_RECLAIM_MAX_RESTARTS) in xfs_qm_shake_freelist()2181 if (++restarts >= XFS_QM_RECLAIM_MAX_RESTARTS) in xfs_qm_shake_freelist()2250 int restarts; in xfs_qm_dqreclaim_one() local2253 restarts = 0; in xfs_qm_dqreclaim_one()2275 if (++restarts >= XFS_QM_RECLAIM_MAX_RESTARTS) in xfs_qm_dqreclaim_one()
2734 int restarts, work_done; in uhci_interrupt() local2768 restarts=0; in uhci_interrupt()2785 restarts++; in uhci_interrupt()2787 if (restarts<16) // avoid endless restarts in uhci_interrupt()
3376 proceed and the network device restarts its port.