Searched refs:t_next (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log.c184 tic->t_next = (*qp);
186 (*qp)->t_prev->t_next = tic;
189 tic->t_prev = tic->t_next = tic;
199 if (tic == tic->t_next) {
202 *qp = tic->t_next;
203 tic->t_next->t_prev = tic->t_prev;
204 tic->t_prev->t_next = tic->t_next;
207 tic->t_next = tic->t_prev = NULL;
781 tic = tic->t_next;
[all...]
H A Dxfs_log_priv.h282 struct xlog_ticket *t_next; /* :4|8 */ member in struct:xlog_ticket
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dproc_tty.c119 static void *t_next(struct seq_file *m, void *v, loff_t *pos) function
134 .next = t_next,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/
H A Dpcmplc.c398 phy->t_next[i] = 0 ;
1325 phy->t_next[7] = smc->s.pcm_lc_short ;
1329 phy->t_next[7] = smc->s.pcm_lc_medium ;
1333 phy->t_next[7] = smc->s.pcm_lc_long ;
1337 phy->t_next[7] = smc->s.pcm_lc_extended ;
1340 if (phy->t_next[7] > smc->s.pcm_lc_medium) {
1341 start_pcm_timer0(smc,phy->t_next[7],PC_TIMEOUT_LCT,phy);
1343 DB_PCMN(1,"LCT timer = %ld us\n", phy->t_next[7], 0) ;
1344 phy->t_next[9] = smc->s.pcm_t_next_9 ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/h/
H A Dsmc.h227 u_long t_next[NUMBITS] ; member in struct:s_phy

Completed in 180 milliseconds