Searched refs:tmp3 (Results 1 – 1 of 1) sorted by relevance
/fs/cifs/ |
D | cifs_debug.c | 110 struct list_head *tmp1, *tmp2, *tmp3; in cifs_debug_data_proc_show() local 162 list_for_each(tmp3, &ses->tcon_list) { in cifs_debug_data_proc_show() 163 tcon = list_entry(tmp3, struct cifsTconInfo, in cifs_debug_data_proc_show() 194 list_for_each(tmp3, &server->pending_mid_q) { in cifs_debug_data_proc_show() 195 mid_entry = list_entry(tmp3, struct mid_q_entry, in cifs_debug_data_proc_show() 234 struct list_head *tmp1, *tmp2, *tmp3; in cifs_stats_proc_write() local 255 list_for_each(tmp3, &ses->tcon_list) { in cifs_stats_proc_write() 256 tcon = list_entry(tmp3, in cifs_stats_proc_write() 288 struct list_head *tmp1, *tmp2, *tmp3; in cifs_stats_proc_show() local 326 list_for_each(tmp3, &ses->tcon_list) { in cifs_stats_proc_show() [all …]
|