Searched defs:percpu_ref_data (Results 1 – 5 of 5) sorted by relevance
3745 struct percpu_ref_data { struct3746 atomic_long_t count;3747 percpu_ref_func_t *release;3748 percpu_ref_func_t *confirm_switch;3749 bool force_atomic: 1;3750 bool allow_reinit: 1;3751 struct callback_head rcu;3752 struct percpu_ref *ref;
2658 struct percpu_ref_data { struct2659 atomic_long_t count;2660 percpu_ref_func_t *release;2661 percpu_ref_func_t *confirm_switch;2662 bool force_atomic: 1;2663 bool allow_reinit: 1;2664 struct callback_head rcu;2665 struct percpu_ref *ref;
6184 struct percpu_ref_data { struct6185 atomic_long_t count;6186 percpu_ref_func_t *release;6187 percpu_ref_func_t *confirm_switch;6188 bool force_atomic: 1;6189 bool allow_reinit: 1;6190 struct callback_head rcu;6191 struct percpu_ref *ref;