Searched refs:tmp3 (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/fs/cifs/ |
D | cifs_debug.c | 150 struct list_head *tmp1, *tmp2, *tmp3; in cifs_debug_data_proc_show() local 331 list_for_each(tmp3, &ses->tcon_list) { in cifs_debug_data_proc_show() 332 tcon = list_entry(tmp3, struct cifs_tcon, in cifs_debug_data_proc_show() 342 list_for_each(tmp3, &server->pending_mid_q) { in cifs_debug_data_proc_show() 343 mid_entry = list_entry(tmp3, struct mid_q_entry, in cifs_debug_data_proc_show() 378 struct list_head *tmp1, *tmp2, *tmp3; in cifs_stats_proc_write() local 409 list_for_each(tmp3, &ses->tcon_list) { in cifs_stats_proc_write() 410 tcon = list_entry(tmp3, in cifs_stats_proc_write() 437 struct list_head *tmp1, *tmp2, *tmp3; in cifs_stats_proc_show() local 481 list_for_each(tmp3, &ses->tcon_list) { in cifs_stats_proc_show() [all …]
|
/linux-4.19.296/drivers/media/common/b2c2/ |
D | flexcop-sram.c | 314 tmp3 = read_reg_dw(adapter, 0x71c); 315 dprintk("%s: tmp3 = %x\n", __func__, tmp3); 319 tmp3--; 320 if (tmp3 != 0) {
|