Searched refs:tc_count (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | smb2misc.c | 810 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in smb2_handle_cancelled_close() 812 if (tcon->tc_count <= 0) { in smb2_handle_cancelled_close() 815 WARN_ONCE(tcon->tc_count < 0, "tcon refcount is negative"); in smb2_handle_cancelled_close() 826 tcon->tc_count++; in smb2_handle_cancelled_close()
|
| H A D | cifsfs.c | 651 if ((tcon->tc_count > 1) || (tcon->tidStatus == CifsExiting)) { in cifs_umount_begin() 657 } else if (tcon->tc_count == 1) in cifs_umount_begin()
|
| H A D | smb2transport.c | 183 ++tcon->tc_count; in smb2_find_smb_sess_tcon_unlocked()
|
| H A D | misc.c | 130 ++ret_buf->tc_count; in tconInfoAlloc()
|
| H A D | cifs_debug.c | 91 seq_printf(m, "%s Mounts: %d ", tcon->treeName, tcon->tc_count); in cifs_debug_tcon()
|
| H A D | cifsglob.h | 1088 int tc_count; member
|
| H A D | dfs_cache.c | 1403 tcon->tc_count++; in get_tcons()
|
| H A D | connect.c | 3189 ++tcon->tc_count; in cifs_find_tcon() 3211 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in cifs_put_tcon() 3213 if (--tcon->tc_count > 0) { in cifs_put_tcon()
|
| H A D | smb2ops.c | 2728 tcon->tc_count++; in smb2_get_dfs_refer() 2786 tcon->tc_count--; in smb2_get_dfs_refer()
|
| H A D | smb2pdu.c | 3656 tcon->tc_count++; in smb2_reconnect_server()
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | rk816_battery.h | 171 u32 tc_count; member
|
| H A D | rk818_charger.c | 132 u32 tc_count; member 1425 for (i = 0; i < cg->pdata->tc_count; i++) { in rk818_cg_temperature_notifier_call() 1499 cg->pdata->tc_count = count; in parse_temperature_chrg_table() 1540 if (!cg->pdata->tc_count) in rk818_cg_register_temp_notifier()
|
| H A D | rk816_battery.c | 3758 for (i = 0; i < di->pdata->tc_count; i++) { in rk816_bat_temperature_chrg() 4595 di->pdata->tc_count = count; in parse_temperature_chrg_table()
|