Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifsfs.c88 atomic_t tcpSesAllocCount; variable
1899 atomic_set(&tcpSesAllocCount, 0); in init_cifs()
H A Dcifsglob.h2097 extern atomic_t tcpSesAllocCount;
H A Dconnect.c1147 length = atomic_dec_return(&tcpSesAllocCount); in clean_demultiplex_info()
1270 length = atomic_inc_return(&tcpSesAllocCount); in cifs_demultiplex_thread()