Home
last modified time | relevance | path

Searched refs:mmu_notif_cleanup (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/misc/mic/scif/
Dscif_main.h122 struct list_head mmu_notif_cleanup; member
Dscif_rma_list.c286 list_add_tail(&ep->mmu_list, &scif_info.mmu_notif_cleanup); in scif_unregister_all_windows()
Dscif_main.c281 INIT_LIST_HEAD(&scif_info.mmu_notif_cleanup); in _scif_init()
Dscif_dma.c300 list_for_each_safe(pos, tmpq, &scif_info.mmu_notif_cleanup) { in scif_mmu_notif_handler()