Lines Matching refs:notifier
47 * @mn: our notifier
57 struct radeon_bo *bo = container_of(mn, struct radeon_bo, notifier);
92 * radeon_mn_register - register a BO for notifier updates
97 * Registers an MMU notifier for the given BO at the specified address.
104 ret = mmu_interval_notifier_insert(&bo->notifier, current->mm, addr,
115 mmu_interval_read_begin(&bo->notifier);
120 * radeon_mn_unregister - unregister a BO for notifier updates
124 * Remove any registration of MMU notifier updates from the buffer object.
128 if (!bo->notifier.mm)
130 mmu_interval_notifier_remove(&bo->notifier);
131 bo->notifier.mm = NULL;