Home
last modified time | relevance | path

Searched refs:tc_count (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2misc.c810 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 Dcifsfs.c651 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 Dsmb2transport.c183 ++tcon->tc_count; in smb2_find_smb_sess_tcon_unlocked()
H A Dmisc.c130 ++ret_buf->tc_count; in tconInfoAlloc()
H A Dcifs_debug.c91 seq_printf(m, "%s Mounts: %d ", tcon->treeName, tcon->tc_count); in cifs_debug_tcon()
H A Dcifsglob.h1088 int tc_count; member
H A Ddfs_cache.c1403 tcon->tc_count++; in get_tcons()
H A Dconnect.c3189 ++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 Dsmb2ops.c2728 tcon->tc_count++; in smb2_get_dfs_refer()
2786 tcon->tc_count--; in smb2_get_dfs_refer()
H A Dsmb2pdu.c3656 tcon->tc_count++; in smb2_reconnect_server()
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Drk816_battery.h171 u32 tc_count; member
H A Drk818_charger.c132 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 Drk816_battery.c3758 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()