Searched refs:n_accesses (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/netfs/
H A Dfscache_cache.c238 int n_accesses; local
244 /* Get a ref on the cache cookie and keep its n_accesses counter raised
248 n_accesses = atomic_inc_return(&cache->n_accesses);
250 n_accesses, fscache_access_cache_pin);
276 * (2) If the cache tests as live, then we increment the n_accesses count and
279 * (3) When we end the access, we decrement n_accesses and wake up the any
282 * (4) Whilst the cache is caching, n_accesses is kept artificially
286 * accesses, n_accesses is decremented and we wait for n_accesses t
291 int n_accesses; local
317 int n_accesses; local
357 int n_accesses; local
[all...]
H A Dfscache_volume.c45 int n_accesses; local
47 n_accesses = atomic_inc_return(&volume->n_accesses);
51 n_accesses, why);
66 * (2) If the cache tests as live, then we increment the volume's n_accesses
70 * (3) When we end the access, we decrement the volume's n_accesses and wake
73 * (4) Whilst the cache is caching, the volume's n_accesses is kept
77 * accesses, the volume's n_accesses is decremented and we wait for it to
110 int n_accesses; local
113 n_accesses
453 int n_accesses; local
[all...]
H A Dfscache_cookie.c44 atomic_read(&cookie->n_accesses),
103 int n_accesses; local
105 n_accesses = atomic_read(&cookie->n_accesses);
107 n_accesses, fscache_access_cache_pin);
124 int n_accesses; local
127 n_accesses = atomic_dec_return(&cookie->n_accesses);
129 n_accesses, why);
130 if (n_accesses
142 int n_accesses; local
842 int n_accesses; local
[all...]
H A Dfscache_io.c125 atomic_read(&cookie->n_accesses),
/linux-master/include/trace/events/
H A Dfscache.h286 int n_accesses,
289 TP_ARGS(cookie_debug_id, ref, n_active, n_accesses, why),
295 __field(int, n_accesses )
303 __entry->n_accesses = n_accesses;
311 __entry->n_accesses,
318 int n_accesses,
321 TP_ARGS(cache_debug_id, ref, n_accesses, why),
326 __field(int, n_accesses )
333 __entry->n_accesses
[all...]
/linux-master/fs/cachefiles/
H A Dvolume.c26 int ret, n_accesses, i; local
81 n_accesses = atomic_inc_return(&vcookie->n_accesses); /* Stop wakeups on dec-to-0 */
84 n_accesses, fscache_access_cache_pin);
/linux-master/include/linux/
H A Dfscache-cache.h41 atomic_t n_accesses; /* Number of in-progress accesses on the cache */ member in struct:fscache_cache
H A Dfscache.h75 atomic_t n_accesses; /* Number of cache accesses in progress */ member in struct:fscache_volume
105 atomic_t n_accesses; /* Number of cache accesses in progress */ member in struct:fscache_cookie
126 #define FSCACHE_COOKIE_NO_ACCESS_WAKE 8 /* T if no wake when n_accesses goes 0 */

Completed in 164 milliseconds