Home
last modified time | relevance | path

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

/Linux-v4.19/fs/proc/
Dproc_tty.c112 static void *t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function
124 .next = t_next,
/Linux-v4.19/kernel/trace/
Dtrace_printk.c293 static void *t_next(struct seq_file *m, void * v, loff_t *pos) in t_next() function
343 .next = t_next,
Dtrace_stack.c297 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function
382 .next = t_next,
Dtrace_events.c903 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function
935 file = t_next(m, file, &l); in t_start()
1679 .next = t_next,
Dtrace.c4085 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function
4107 for (; t && l < *pos; t = t_next(m, t, &l)) in t_start()
4136 .next = t_next,
Dftrace.c3319 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function
3487 .next = t_next,
/Linux-v4.19/drivers/net/fddi/skfp/
Dpcmplc.c393 phy->t_next[i] = 0 ; in pcm_init()
1349 phy->t_next[7] = smc->s.pcm_lc_short ; in pc_rcode_actions()
1353 phy->t_next[7] = smc->s.pcm_lc_medium ; in pc_rcode_actions()
1357 phy->t_next[7] = smc->s.pcm_lc_long ; in pc_rcode_actions()
1361 phy->t_next[7] = smc->s.pcm_lc_extended ; in pc_rcode_actions()
1364 if (phy->t_next[7] > smc->s.pcm_lc_medium) { in pc_rcode_actions()
1365 start_pcm_timer0(smc,phy->t_next[7],PC_TIMEOUT_LCT,phy); in pc_rcode_actions()
1367 DB_PCMN(1, "LCT timer = %ld us", phy->t_next[7]); in pc_rcode_actions()
1368 phy->t_next[9] = smc->s.pcm_t_next_9 ; in pc_rcode_actions()
/Linux-v4.19/drivers/net/fddi/skfp/h/
Dsmc.h227 u_long t_next[NUMBITS] ; member
/Linux-v4.19/drivers/staging/gdm724x/
Dgdm_usb.c248 struct usb_tx *t, *t_next; in release_usb() local
259 list_for_each_entry_safe(t, t_next, &tx->hci_list, list) { in release_usb()