Searched defs:mmu_notifier_subscriptions (Results 1 – 1 of 1) sorted by relevance
37 struct mmu_notifier_subscriptions { struct39 struct hlist_head list;40 bool has_itree;42 spinlock_t lock;43 unsigned long invalidate_seq;44 unsigned long active_invalidate_ranges;45 struct rb_root_cached itree;46 wait_queue_head_t wq;47 struct hlist_head deferred_list;
Completed in 8 milliseconds