Searched refs:tmp3 (Results 1 – 1 of 1) sorted by relevance
/fs/cifs/ |
D | cifs_debug.c | 219 struct list_head *tmp2, *tmp3; in cifs_debug_data_proc_show() local 436 list_for_each(tmp3, &ses->tcon_list) { in cifs_debug_data_proc_show() 437 tcon = list_entry(tmp3, struct cifs_tcon, in cifs_debug_data_proc_show() 464 list_for_each(tmp3, &server->pending_mid_q) { in cifs_debug_data_proc_show() 465 mid_entry = list_entry(tmp3, struct mid_q_entry, in cifs_debug_data_proc_show() 494 struct list_head *tmp1, *tmp2, *tmp3; in cifs_stats_proc_write() local 531 list_for_each(tmp3, &ses->tcon_list) { in cifs_stats_proc_write() 532 tcon = list_entry(tmp3, in cifs_stats_proc_write() 559 struct list_head *tmp2, *tmp3; in cifs_stats_proc_show() local 612 list_for_each(tmp3, &ses->tcon_list) { in cifs_stats_proc_show() [all …]
|