Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dcifsfs.c88 atomic_t tcpSesAllocCount; variable
1654 atomic_set(&tcpSesAllocCount, 0); in init_cifs()
Dcifs_debug.c661 cifs_min_rcv + tcpSesAllocCount.counter); in cifs_stats_proc_show()
Dcifsglob.h1994 extern atomic_t tcpSesAllocCount;
Dconnect.c1002 length = atomic_dec_return(&tcpSesAllocCount); in clean_demultiplex_info()
1125 length = atomic_inc_return(&tcpSesAllocCount); in cifs_demultiplex_thread()