/linux-4.4.14/fs/proc/ |
D | proc_tty.c | 110 static void *t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function 122 .next = t_next,
|
/linux-4.4.14/kernel/trace/ |
D | trace_printk.c | 287 static void *t_next(struct seq_file *m, void * v, loff_t *pos) in t_next() function 337 .next = t_next,
|
D | trace_stack.c | 297 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function 388 .next = t_next,
|
D | trace_events.c | 860 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function 892 file = t_next(m, file, &l); in t_start() 1775 .next = t_next,
|
D | ftrace.c | 3104 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function 3206 p = t_next(m, p, &l); in t_start() 3286 .next = t_next,
|
D | trace.c | 3272 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function 3294 for (; t && l < *pos; t = t_next(m, t, &l)) in t_start() 3323 .next = t_next,
|
/linux-4.4.14/drivers/net/fddi/skfp/ |
D | pcmplc.c | 395 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-4.4.14/drivers/staging/gdm72xx/ |
D | gdm_sdio.c | 128 struct sdio_tx *t, *t_next; in release_sdio() local 133 list_for_each_entry_safe(t, t_next, &tx->free_list, list) { in release_sdio() 138 list_for_each_entry_safe(t, t_next, &tx->sdu_list, list) { in release_sdio() 143 list_for_each_entry_safe(t, t_next, &tx->hci_list, list) { in release_sdio()
|
D | gdm_usb.c | 164 struct usb_tx *t, *t_next; in release_usb() local 170 list_for_each_entry_safe(t, t_next, &tx->sdu_list, list) { in release_usb() 175 list_for_each_entry_safe(t, t_next, &tx->hci_list, list) { in release_usb() 180 list_for_each_entry_safe(t, t_next, &tx->free_list, list) { in release_usb()
|
/linux-4.4.14/drivers/net/fddi/skfp/h/ |
D | smc.h | 227 u_long t_next[NUMBITS] ; member
|
/linux-4.4.14/drivers/staging/gdm724x/ |
D | gdm_usb.c | 261 struct usb_tx *t, *t_next; in release_usb() local 272 list_for_each_entry_safe(t, t_next, &tx->hci_list, list) { in release_usb()
|