Searched refs:object_count (Results 1 – 2 of 2) sorted by relevance
43 atomic_t object_count; /* no. of live objects in this cache */ member163 atomic_inc(&cache->object_count); in fscache_count_object()175 if (atomic_dec_and_test(&cache->object_count)) in fscache_uncount_object()189 atomic_read(&cache->object_count) == 0); in fscache_wait_for_objects()
1257 __u32 object_count; member