Searched refs:restarts (Results 1 - 5 of 5) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex3082 the interface, adds some control routes and restarts Router Discovery
3119 \# This function restarts Router Discovery.\\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dadapter.h155 struct tasklet_struct qresume_tsk; /* restarts the queue */
158 unsigned long restarts; /* # of queue restarts */ member in struct:sge_txq
H A Dsge.c997 q->restarts++;
1656 qs->txq[TXQ_ETH].restarts++;
1664 qs->txq[TXQ_OFLD].restarts++;
1670 qs->txq[TXQ_CTRL].restarts++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm.c1034 int recl, restarts; local
1040 restarts = 0;
1121 if (++restarts >= XFS_QM_SYNC_MAX_RESTARTS)
2058 int restarts; local
2065 restarts = 0;
2087 if (++restarts >= XFS_QM_RECLAIM_MAX_RESTARTS)
2161 if (++restarts >= XFS_QM_RECLAIM_MAX_RESTARTS)
2230 int restarts; local
2233 restarts = 0;
2255 if (++restarts >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_trans_ail.c88 int restarts; local
118 restarts = 0;
119 while (((restarts < XFS_TRANS_PUSH_AIL_RESTARTS) &&
175 lip = xfs_trans_next_ail(mp, lip, &gen, &restarts);
397 * then return the minimum elmt of the AIL and bump the restarts counter
405 int *restarts)
415 if (restarts != NULL) {
417 (*restarts)++;
401 xfs_trans_next_ail( xfs_mount_t *mp, xfs_log_item_t *lip, int *gen, int *restarts) argument

Completed in 229 milliseconds