Searched defs:gmap_notifier (Results 1 – 2 of 2) sorted by relevance
89 struct gmap_notifier { struct90 struct list_head list;91 struct rcu_head rcu;92 void (*notifier_call)(struct gmap *gmap, unsigned long start,
219 static struct gmap_notifier gmap_notifier; variable