Home
last modified time | relevance | path

Searched refs:tcpSesAllocCount (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/smb/client/
H A Dcifsfs.c89 atomic_t tcpSesAllocCount; variable
1846 atomic_set(&tcpSesAllocCount, 0); in init_cifs()
H A Dcifs_debug.c724 cifs_min_rcv + tcpSesAllocCount.counter); in cifs_stats_proc_show()
H A Dcifsglob.h2070 extern atomic_t tcpSesAllocCount;
H A Dconnect.c1131 length = atomic_dec_return(&tcpSesAllocCount); in clean_demultiplex_info()
1254 length = atomic_inc_return(&tcpSesAllocCount); in cifs_demultiplex_thread()