Lines Matching refs:atomic_t

21 atomic_t fscache_n_op_pend;
22 atomic_t fscache_n_op_run;
23 atomic_t fscache_n_op_enqueue;
24 atomic_t fscache_n_op_requeue;
25 atomic_t fscache_n_op_deferred_release;
26 atomic_t fscache_n_op_release;
27 atomic_t fscache_n_op_gc;
28 atomic_t fscache_n_op_cancelled;
29 atomic_t fscache_n_op_rejected;
31 atomic_t fscache_n_attr_changed;
32 atomic_t fscache_n_attr_changed_ok;
33 atomic_t fscache_n_attr_changed_nobufs;
34 atomic_t fscache_n_attr_changed_nomem;
35 atomic_t fscache_n_attr_changed_calls;
37 atomic_t fscache_n_allocs;
38 atomic_t fscache_n_allocs_ok;
39 atomic_t fscache_n_allocs_wait;
40 atomic_t fscache_n_allocs_nobufs;
41 atomic_t fscache_n_allocs_intr;
42 atomic_t fscache_n_allocs_object_dead;
43 atomic_t fscache_n_alloc_ops;
44 atomic_t fscache_n_alloc_op_waits;
46 atomic_t fscache_n_retrievals;
47 atomic_t fscache_n_retrievals_ok;
48 atomic_t fscache_n_retrievals_wait;
49 atomic_t fscache_n_retrievals_nodata;
50 atomic_t fscache_n_retrievals_nobufs;
51 atomic_t fscache_n_retrievals_intr;
52 atomic_t fscache_n_retrievals_nomem;
53 atomic_t fscache_n_retrievals_object_dead;
54 atomic_t fscache_n_retrieval_ops;
55 atomic_t fscache_n_retrieval_op_waits;
57 atomic_t fscache_n_stores;
58 atomic_t fscache_n_stores_ok;
59 atomic_t fscache_n_stores_again;
60 atomic_t fscache_n_stores_nobufs;
61 atomic_t fscache_n_stores_oom;
62 atomic_t fscache_n_store_ops;
63 atomic_t fscache_n_store_calls;
64 atomic_t fscache_n_store_pages;
65 atomic_t fscache_n_store_radix_deletes;
66 atomic_t fscache_n_store_pages_over_limit;
68 atomic_t fscache_n_store_vmscan_not_storing;
69 atomic_t fscache_n_store_vmscan_gone;
70 atomic_t fscache_n_store_vmscan_busy;
71 atomic_t fscache_n_store_vmscan_cancelled;
72 atomic_t fscache_n_store_vmscan_wait;
74 atomic_t fscache_n_marks;
75 atomic_t fscache_n_uncaches;
77 atomic_t fscache_n_acquires;
78 atomic_t fscache_n_acquires_null;
79 atomic_t fscache_n_acquires_no_cache;
80 atomic_t fscache_n_acquires_ok;
81 atomic_t fscache_n_acquires_nobufs;
82 atomic_t fscache_n_acquires_oom;
84 atomic_t fscache_n_invalidates;
85 atomic_t fscache_n_invalidates_run;
87 atomic_t fscache_n_updates;
88 atomic_t fscache_n_updates_null;
89 atomic_t fscache_n_updates_run;
91 atomic_t fscache_n_relinquishes;
92 atomic_t fscache_n_relinquishes_null;
93 atomic_t fscache_n_relinquishes_waitcrt;
94 atomic_t fscache_n_relinquishes_retire;
96 atomic_t fscache_n_cookie_index;
97 atomic_t fscache_n_cookie_data;
98 atomic_t fscache_n_cookie_special;
100 atomic_t fscache_n_object_alloc;
101 atomic_t fscache_n_object_no_alloc;
102 atomic_t fscache_n_object_lookups;
103 atomic_t fscache_n_object_lookups_negative;
104 atomic_t fscache_n_object_lookups_positive;
105 atomic_t fscache_n_object_lookups_timed_out;
106 atomic_t fscache_n_object_created;
107 atomic_t fscache_n_object_avail;
108 atomic_t fscache_n_object_dead;
110 atomic_t fscache_n_checkaux_none;
111 atomic_t fscache_n_checkaux_okay;
112 atomic_t fscache_n_checkaux_update;
113 atomic_t fscache_n_checkaux_obsolete;
115 atomic_t fscache_n_cop_alloc_object;
116 atomic_t fscache_n_cop_lookup_object;
117 atomic_t fscache_n_cop_lookup_complete;
118 atomic_t fscache_n_cop_grab_object;
119 atomic_t fscache_n_cop_invalidate_object;
120 atomic_t fscache_n_cop_update_object;
121 atomic_t fscache_n_cop_drop_object;
122 atomic_t fscache_n_cop_put_object;
123 atomic_t fscache_n_cop_sync_cache;
124 atomic_t fscache_n_cop_attr_changed;
125 atomic_t fscache_n_cop_read_or_alloc_page;
126 atomic_t fscache_n_cop_read_or_alloc_pages;
127 atomic_t fscache_n_cop_allocate_page;
128 atomic_t fscache_n_cop_allocate_pages;
129 atomic_t fscache_n_cop_write_page;
130 atomic_t fscache_n_cop_uncache_page;
131 atomic_t fscache_n_cop_dissociate_pages;