FS-Cache: Count the number of initialised operations
[firefly-linux-kernel-4.4.55.git] / Documentation / filesystems / caching / fscache.txt
index 66fa7fbccfa4fe89293d729ab9b580d3920dd25c..50f0a5757f48cb654f33130fcabc2db87f197a12 100644 (file)
@@ -284,8 +284,9 @@ proc files.
                enq=N   Number of times async ops queued for processing
                can=N   Number of async ops cancelled
                rej=N   Number of async ops rejected due to object lookup/create failure
+               ini=N   Number of async ops initialised
                dfr=N   Number of async ops queued for deferred release
-               rel=N   Number of async ops released
+               rel=N   Number of async ops released (should equal ini=N when idle)
                gc=N    Number of deferred-release async ops garbage collected
        CacheOp alo=N   Number of in-progress alloc_object() cache ops
                luo=N   Number of in-progress lookup_object() cache ops