Searched refs:vmap_notifier (Results 1 – 2 of 2) sorted by relevance
239 container_of(nb, struct msm_drm_private, vmap_notifier); in msm_gem_shrinker_vmap()285 priv->vmap_notifier.notifier_call = msm_gem_shrinker_vmap; in msm_gem_shrinker_init()286 WARN_ON(register_vmap_purge_notifier(&priv->vmap_notifier)); in msm_gem_shrinker_init()302 WARN_ON(unregister_vmap_purge_notifier(&priv->vmap_notifier)); in msm_gem_shrinker_cleanup()
155 struct notifier_block vmap_notifier; member