Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dmisc.c165 atomic_inc(&bufAllocCount); in cifs_buf_get()
182 atomic_dec(&bufAllocCount); in cifs_buf_release()
Dcifs_debug.c439 bufAllocCount.counter, in cifs_stats_proc_show()
Dcifsglob.h1714 GLOBAL_EXTERN atomic_t bufAllocCount; /* current number allocated */ variable
Dcifsfs.c1416 atomic_set(&bufAllocCount, 0); in init_cifs()