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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/proc/
H A Dproc_tty.c110 static void *t_next(struct seq_file *m, void *v, loff_t *pos) function
122 .next = t_next,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/trace/
H A Dtrace_printk.c166 static void *t_next(struct seq_file *m, void * v, loff_t *pos) function
212 .next = t_next,
H A Dtrace_stack.c213 t_next(struct seq_file *m, void *v, loff_t *pos) function
304 .next = t_next,
H A Dtrace_events.c368 t_next(struct seq_file *m, void *v, loff_t *pos) function
395 call = t_next(m, call, &l);
923 .next = t_next,
H A Dftrace.c1454 t_next(struct seq_file *m, void *v, loff_t *pos) function
1524 p = t_next(m, p, &l);
1563 .next = t_next,
H A Dtrace.c2256 t_next(struct seq_file *m, void *v, loff_t *pos) function
2274 for (t = trace_types; t && l < *pos; t = t_next(m, t, &l))
2303 .next = t_next,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/trace/
H A Dtrace_printk.c166 static void *t_next(struct seq_file *m, void * v, loff_t *pos) function
212 .next = t_next,
H A Dtrace_stack.c213 t_next(struct seq_file *m, void *v, loff_t *pos) function
304 .next = t_next,
H A Dtrace_events.c368 t_next(struct seq_file *m, void *v, loff_t *pos) function
395 call = t_next(m, call, &l);
923 .next = t_next,
H A Dftrace.c1454 t_next(struct seq_file *m, void *v, loff_t *pos) function
1524 p = t_next(m, p, &l);
1563 .next = t_next,
H A Dtrace.c2256 t_next(struct seq_file *m, void *v, loff_t *pos) function
2274 for (t = trace_types; t && l < *pos; t = t_next(m, t, &l))
2303 .next = t_next,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/proc/
H A Dproc_tty.c110 static void *t_next(struct seq_file *m, void *v, loff_t *pos) function
122 .next = t_next,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_log.c103 tic->t_next = (*qp);
105 (*qp)->t_prev->t_next = tic;
108 tic->t_prev = tic->t_next = tic;
118 if (tic == tic->t_next) {
121 *qp = tic->t_next;
122 tic->t_next->t_prev = tic->t_prev;
123 tic->t_prev->t_next = tic->t_next;
126 tic->t_next = tic->t_prev = NULL;
743 tic = tic->t_next;
[all...]
H A Dxfs_log_priv.h248 struct xlog_ticket *t_next; /* :4|8 */ member in struct:xlog_ticket
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_log.c103 tic->t_next = (*qp);
105 (*qp)->t_prev->t_next = tic;
108 tic->t_prev = tic->t_next = tic;
118 if (tic == tic->t_next) {
121 *qp = tic->t_next;
122 tic->t_next->t_prev = tic->t_prev;
123 tic->t_prev->t_next = tic->t_next;
126 tic->t_next = tic->t_prev = NULL;
743 tic = tic->t_next;
[all...]
H A Dxfs_log_priv.h248 struct xlog_ticket *t_next; /* :4|8 */ member in struct:xlog_ticket
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/skfp/
H A Dpcmplc.c395 phy->t_next[i] = 0 ;
1322 phy->t_next[7] = smc->s.pcm_lc_short ;
1326 phy->t_next[7] = smc->s.pcm_lc_medium ;
1330 phy->t_next[7] = smc->s.pcm_lc_long ;
1334 phy->t_next[7] = smc->s.pcm_lc_extended ;
1337 if (phy->t_next[7] > smc->s.pcm_lc_medium) {
1338 start_pcm_timer0(smc,phy->t_next[7],PC_TIMEOUT_LCT,phy);
1340 DB_PCMN(1,"LCT timer = %ld us\n", phy->t_next[7], 0) ;
1341 phy->t_next[9] = smc->s.pcm_t_next_9 ;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/skfp/
H A Dpcmplc.c395 phy->t_next[i] = 0 ;
1322 phy->t_next[7] = smc->s.pcm_lc_short ;
1326 phy->t_next[7] = smc->s.pcm_lc_medium ;
1330 phy->t_next[7] = smc->s.pcm_lc_long ;
1334 phy->t_next[7] = smc->s.pcm_lc_extended ;
1337 if (phy->t_next[7] > smc->s.pcm_lc_medium) {
1338 start_pcm_timer0(smc,phy->t_next[7],PC_TIMEOUT_LCT,phy);
1340 DB_PCMN(1,"LCT timer = %ld us\n", phy->t_next[7], 0) ;
1341 phy->t_next[9] = smc->s.pcm_t_next_9 ;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/usb/
H A Dohci.c387 while (t) { t = t->t_next; cnt++; }
398 softc->ohci_transfer_freelist = t->t_next;
408 t->t_next = NULL;
456 t->t_next = softc->ohci_transfer_freelist;
1529 curtransfer->t_next = newtailtransfer;
1547 curtransfer->t_next = newtailtransfer;
H A Dohci.h448 struct ohci_transfer_s *t_next; member in struct:ohci_transfer_s
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/skfp/h/
H A Dsmc.h227 u_long t_next[NUMBITS] ; member in struct:s_phy
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/skfp/h/
H A Dsmc.h227 u_long t_next[NUMBITS] ; member in struct:s_phy

Completed in 223 milliseconds