Home
last modified time | relevance | path

Searched refs:t_next (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/fs/proc/
Dproc_tty.c110 static void *t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function
122 .next = t_next,
/linux-2.6.39/kernel/trace/
Dtrace_printk.c166 static void *t_next(struct seq_file *m, void * v, loff_t *pos) in t_next() function
212 .next = t_next,
Dtrace_stack.c214 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function
305 .next = t_next,
Dtrace_events.c375 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function
402 call = t_next(m, call, &l); in t_start()
911 .next = t_next,
Dftrace.c1461 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function
1555 p = t_next(m, p, &l); in t_start()
1600 .next = t_next,
Dtrace.c2279 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function
2297 for (t = trace_types; t && l < *pos; t = t_next(m, t, &l)) in t_start()
2326 .next = t_next,
/linux-2.6.39/drivers/net/skfp/
Dpcmplc.c395 phy->t_next[i] = 0 ; in pcm_init()
1353 phy->t_next[7] = smc->s.pcm_lc_short ; in pc_rcode_actions()
1357 phy->t_next[7] = smc->s.pcm_lc_medium ; in pc_rcode_actions()
1361 phy->t_next[7] = smc->s.pcm_lc_long ; in pc_rcode_actions()
1365 phy->t_next[7] = smc->s.pcm_lc_extended ; in pc_rcode_actions()
1368 if (phy->t_next[7] > smc->s.pcm_lc_medium) { in pc_rcode_actions()
1369 start_pcm_timer0(smc,phy->t_next[7],PC_TIMEOUT_LCT,phy); in pc_rcode_actions()
1371 DB_PCMN(1,"LCT timer = %ld us\n", phy->t_next[7], 0) ; in pc_rcode_actions()
1372 phy->t_next[9] = smc->s.pcm_t_next_9 ; in pc_rcode_actions()
/linux-2.6.39/drivers/net/skfp/h/
Dsmc.h227 u_long t_next[NUMBITS] ; member